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
StructuralComponentDC.h File Reference
#include <pml/StructuralComponent.h>
#include "ComponentDC.h"
#include "PMComponentAPI.h"
#include <algorithm>
#include <vtkSmartPointer.h>
+ Include dependency graph for StructuralComponentDC.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  StructuralComponentDC
 The manager of the Structural component data. More...
 

Typedefs

typedef std::map< Atom
*, unsigned int > 
std::AtomVtkPointsIndexMap
 definition of the association map (=STL map) AtomVtkPointsIndexMap. More...
 
typedef std::map< Atom
*, unsigned int >::iterator 
std::AtomVtkPointsIndexMapIterator
 the iterator corresponding to the AtomVtkPointsMap More...
 
typedef std::pair< Atom
*, unsigned int > 
std::AtomVtkPointsIndexPair
 definition of a couple (=STL pair) [Atom *, unsigned int] this associates an atom to its index in the vtkPoints array. More...