|
Computer Assited Medical Intervention Tool Kit
version 5.0
|
|
Go to the documentation of this file.
26 #ifndef MONITOR_MONITORS_MONITORSURFACE_H
27 #define MONITOR_MONITORS_MONITORSURFACE_H
32 #include <MonitorIn.hxx>
57 #endif // MONITOR_MONITORS_MONITORSURFACE_H
void calculate() override
calculate current followed data and store them in values vector
Definition: MonitorSurface.cpp:32
double surface()
Compute the surface of the cell.
Definition: Cell.cpp:492
unsigned int getNumberOfStructures() const
get the number of structures
Definition: StructuralComponent.h:252
PhysicalModel * getPml()
Definition: MonitoringManager.cpp:263
A monitor that calculate Surface.
Definition: MonitorSurface.h:38
MonitoringManager * monitoringManager
monitoring manager
Definition: Monitor.h:140
std::vector< double > values
the vector which contains data monitored
Definition: Monitor.h:152
A structural component is composed either by cell or by atoms.
Definition: StructuralComponent.h:52
virtual void write()
write data stored in values vector into mmlOut file
Definition: Monitor.cpp:171
A cell has an unique index in the physical model object, is composed by atoms, and different basic pr...
Definition: Cell.h:46
Component * getComponentByName(const std::string n)
get a structural or multi component by its name.
Definition: PhysicalModel.cpp:553
Manager of the benchmark tests. Do simulation loop and tests.
Definition: MonitoringManager.h:50
Structure * getStructure(const unsigned int) const
get a structure by its index (fisrt structure is at index 0)
Definition: StructuralComponent.h:220
MonitorSurface(mml::Monitor *m, MonitoringManager *monitoringManager)
constructor
Definition: MonitorSurface.cpp:29
std::string target
the name of the component targeted by the monitor
Definition: Monitor.h:134
std::string getTypeName() override
return a string relative to monitor type
Definition: MonitorSurface.cpp:50
A monitor calculate and store followed data (ex:calculation between current position and references) ...
Definition: Monitor.h:49
~MonitorSurface() override=default
destructor