![]() |
Computer Assited Medical Intervention Tool Kit
|
#include <pml/StructuralComponent.h>
#include <pml/MultiComponent.h>
#include <pml/PhysicalModel.h>
#include <QProgressDialog>
#include <vtkCell.h>
#include <vtkPoints.h>
#include <vtkSmartPointer.h>
#include "PMComponentAPI.h"
#include <MeshComponent.h>
#include <InterfaceGeometry.h>
#include <Geometry.h>
Go to the source code of this file.
Classes | |
class | PMManagerDC |
The manager of the physical model data. More... |
Typedefs | |
typedef std::map< Atom *, AtomDC * > | std::AtomDCMap |
definition of the association set (=map in STL) AtomDCMap. | |
typedef std::map< Atom *, AtomDC * >::iterator | std::AtomDCMapIterator |
the iterator corresponding to the AtomDCMap map | |
typedef std::pair< Atom *, AtomDC * > | std::AtomDCPair |
definition of a couple (=STL pair) [Atom *, AtomDC *] this associates an atom to its DC | |
typedef std::map< ::Component *, ComponentDC * > | std::ComponentDCMap |
definition of the association STL map ComponentDCMap. | |
typedef std::map< ::Component *, ComponentDC * >::iterator | std::ComponentDCMapIterator |
the iterator corresponding to the ComponentDC map | |
typedef std::pair< ::Component *, ComponentDC * > | std::ComponentDCPair |
definition of a couple (=STL pair) [Component *, ComponentDC *] this associates a Component to its DC |