Computer Assited Medical Intervention Tool Kit  version 4.1
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Criterion Class Referenceabstract

Class which represents a simple criterion A criterion can be checked using checkCriterion method to know if the criterion is reach A criterion calculate a set of double (values) wich is checked by a method (method) to make the boolean assessment of checkCriterion. More...

#include <Criterion.h>

Inherits StoppingCriterion.

Inherited by ForceCriterion, kineticEnergy, Position, Time, and Velocity.

Public Member Functions

bool checkCriterion () override
 return true if the criterion is reach More...
 
 Criterion (mml::Criteria *c, MonitoringManager *monitoringManager, MultipleCriterion *parent=nullptr)
 constructor More...
 
StoppingCriteriongetChild (const unsigned int i) override
 get the child repered by index, return null if no child More...
 
std::string getMethodString ()
 get Method Name More...
 
std::string getName ()=0
 get stopping criterion name More...
 
int getNumberOfChildren () override
 get number of childre; return -1 for non multiple criteria More...
 
std::string scopeToString ()
 get Method scope as string More...
 
 ~Criterion () override
 destructor More...
 
- Public Member Functions inherited from StoppingCriterion
MultipleCriteriongetParent ()
 get parent multiple criteria More...
 
 StoppingCriterion (MonitoringManager *monitoringManager, MultipleCriterion *parent=nullptr)
 constructor More...
 
virtual ~StoppingCriterion ()=default
 destructor More...
 

Protected Member Functions

virtual void calculate ()=0
 calculate stopping criteria data and store it into values vector More...
 
void write ()
 write values in the mmlOut file More...
 

Protected Attributes

double factor
 factor to multiplate for conversion to SI More...
 
mml::Criteria * mappedObject
 the xsdcxx object representing criterion, used for serialization More...
 
Methodmeth
 the computationnal method used to check if criterion is true More...
 
std::string unit
 unit More...
 
std::vector< double > values
 vector that stores current data of the stopping criteria More...
 
- Protected Attributes inherited from StoppingCriterion
MonitoringManagermonitoringManager
 monitoring manager More...
 
MultipleCriterionparent
 parent stopping Criterion More...
 

Detailed Description

Class which represents a simple criterion A criterion can be checked using checkCriterion method to know if the criterion is reach A criterion calculate a set of double (values) wich is checked by a method (method) to make the boolean assessment of checkCriterion.

Constructor & Destructor Documentation

◆ Criterion()

Criterion::Criterion ( mml::Criteria *  c,
MonitoringManager monitoringManager,
MultipleCriterion parent = nullptr 
)

constructor

Parameters
cthe xsdcxx generated criterion

References MethodFactory::createMethod(), meth, and unit.

◆ ~Criterion()

Criterion::~Criterion ( )
override

destructor

References meth, and values.

Member Function Documentation

◆ calculate()

virtual void Criterion::calculate ( )
protectedpure virtual

calculate stopping criteria data and store it into values vector

Implemented in ForceCriterion, kineticEnergy, Position, Time, and Velocity.

Referenced by checkCriterion().

◆ checkCriterion()

bool Criterion::checkCriterion ( )
overridevirtual

return true if the criterion is reach

Implements StoppingCriterion.

References calculate(), meth, Method::test(), and values.

◆ getChild()

StoppingCriterion * Criterion::getChild ( const unsigned int  i)
overridevirtual

get the child repered by index, return null if no child

Implements StoppingCriterion.

◆ getMethodString()

std::string Criterion::getMethodString ( )

get Method Name

References meth, Method::toString(), and unit.

◆ getName()

std::string Criterion::getName ( )
pure virtual

get stopping criterion name

Implements StoppingCriterion.

Implemented in ForceCriterion, kineticEnergy, Position, Time, and Velocity.

◆ getNumberOfChildren()

int Criterion::getNumberOfChildren ( )
overridevirtual

get number of childre; return -1 for non multiple criteria

Implements StoppingCriterion.

◆ scopeToString()

std::string Criterion::scopeToString ( )

get Method scope as string

References meth, and Method::scopeTosString().

◆ write()

void Criterion::write ( )
protected

write values in the mmlOut file

References mappedObject, and values.

Referenced by Position::calculate().

Member Data Documentation

◆ factor

double Criterion::factor
protected

factor to multiplate for conversion to SI

Referenced by Position::calculate(), ForceCriterion::ForceCriterion(), Position::Position(), Time::Time(), and Velocity::Velocity().

◆ mappedObject

mml::Criteria* Criterion::mappedObject
protected

the xsdcxx object representing criterion, used for serialization

Referenced by write().

◆ meth

Method* Criterion::meth
protected

the computationnal method used to check if criterion is true

Referenced by checkCriterion(), Criterion(), getMethodString(), scopeToString(), and ~Criterion().

◆ unit

std::string Criterion::unit
protected

◆ values

std::vector<double> Criterion::values
protected

vector that stores current data of the stopping criteria

Referenced by Position::calculate(), Time::calculate(), checkCriterion(), write(), and ~Criterion().


The documentation for this class was generated from the following files: