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
PhysicalModel.h File Reference
#include "PhysicalModelIO.h"
#include <string>
#include <vector>
#include <algorithm>
#include "PMLAbortException.h"
#include "StructuralComponent.h"
#include "Atom.h"
#include "Cell.h"
+ Include dependency graph for PhysicalModel.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PhysicalModel
 This is the main class of this project. More...
 

Typedefs

typedef std::map< unsigned int,
Structure * > 
std::GlobalIndexStructureMap
 definition of the association set (=map in STL) globalIndexStructureMap. More...
 
typedef std::map< unsigned int,
Structure * >::iterator 
std::GlobalIndexStructureMapIterator
 the iterator corresponding to GlobalIndexStructureMap More...
 
typedef std::pair< unsigned
int, Structure * > 
std::GlobalIndexStructurePair
 definition of a couple (=STL pair) (int , Structure *) this associates a global cell/atom index to the ptr to the cell/atom that actually has this index More...
 
typedef void(* PtrToSetProgressFunction )(const float donePercentage)
 Definition of a function/method that could be called by the setProgress method. More...
 

Typedef Documentation

typedef void(* PtrToSetProgressFunction)(const float donePercentage)

Definition of a function/method that could be called by the setProgress method.