Computer Assited Medical Intervention Tool Kit  version 3.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Classes | Typedefs
PMManagerDC.h File Reference
#include <MeshComponent.h>
#include <InterfaceGeometry.h>
#include <Geometry.h>
#include "PMComponentAPI.h"
#include <pml/Component.h>
#include <pml/MultiComponent.h>
#include <pml/StructuralComponent.h>
#include <pml/RenderingMode.h>
+ Include dependency graph for PMManagerDC.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. 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...