Computer Assited Medical Intervention Tool Kit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Typedefs
LoadsManager.h File Reference
#include <QString>
#include <QSet>
#include <vector>
#include "PMComponentAPI.h"
+ Include dependency graph for LoadsManager.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LoadsManager
 This class manages the applied all loads (see LML), deformation add-on, atom data monitoring and atom decoration. More...
 

Typedefs

typedef std::pair< Atom *, double > std::AtomDataPair
 definition of a couple (=STL pair) [Atom *, double] this associates an atom to a given data (scalar value) More...
 
typedef std::vector
< std::AtomDataPair > 
std::AtomDataVector
 a vector of atom data More...