Computer Assited Medical Intervention Tool Kit  version 4.0
Classes | Typedefs
LoadsManager.h File Reference
#include <QString>
#include <QSet>
#include <vector>
#include "PMComponentAPI.h"

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::AtomDataPairstd::AtomDataVector
 a vector of atom data More...
 

Typedef Documentation

◆ AtomDataPair

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)

◆ AtomDataVector

typedef std::vector<std::AtomDataPair> std::AtomDataVector

a vector of atom data