Computer Assited Medical Intervention Tool Kit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Typedefs
PMManagerDC.h File Reference
#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>
+ Include dependency graph for PMManagerDC.h:
+ This graph shows which files directly or indirectly include this file:

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. More...
 
typedef std::map< Atom
*, AtomDC * >::iterator 
std::AtomDCMapIterator
 the iterator corresponding to the AtomDCMap map More...
 
typedef std::pair< Atom
*, AtomDC * > 
std::AtomDCPair
 definition of a couple (=STL pair) [Atom *, AtomDC *] this associates an atom to its DC More...
 
typedef std::map< ::Component
*, ComponentDC * > 
std::ComponentDCMap
 definition of the association STL map ComponentDCMap. More...
 
typedef std::map< ::Component
*, ComponentDC * >::iterator 
std::ComponentDCMapIterator
 the iterator corresponding to the ComponentDC map More...
 
typedef std::pair< ::Component
*, ComponentDC * > 
std::ComponentDCPair
 definition of a couple (=STL pair) [Component *, ComponentDC *] this associates a Component to its DC More...