 |
Computer Assited Medical Intervention Tool Kit
version 4.1
|
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:31
double surface()
Compute the surface of the cell.
Definition: Cell.cpp:490
unsigned int getNumberOfStructures() const
get the number of structures
Definition: StructuralComponent.h:251
PhysicalModel * getPml()
Definition: MonitoringManager.cpp:262
A monitor that calculate Surface.
Definition: MonitorSurface.h:37
MonitoringManager * monitoringManager
monitoring manager
Definition: Monitor.h:138
std::vector< double > values
the vector which contains data monitored
Definition: Monitor.h:150
A structural component is composed either by cell or by atoms.
Definition: StructuralComponent.h:51
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:45
Component * getComponentByName(const std::string n)
get a structural or multi component by its name.
Definition: PhysicalModel.cpp:552
Manager of the benchmark tests. Do simulation loop and tests.
Definition: MonitoringManager.h:49
Structure * getStructure(const unsigned int) const
get a structure by its index (fisrt structure is at index 0)
Definition: StructuralComponent.h:219
MonitorSurface(mml::Monitor *m, MonitoringManager *monitoringManager)
constructor
Definition: MonitorSurface.cpp:28
std::string target
the name of the component targeted by the monitor
Definition: Monitor.h:132
std::string getTypeName() override
return a string relative to monitor type
Definition: MonitorSurface.cpp:49
A monitor calculate and store followed data (ex:calculation between current position and references) ...
Definition: Monitor.h:48
~MonitorSurface() override=default
destructor