|
Computer Assited Medical Intervention Tool Kit
version 5.0
|
|
friend std::ostream & operator<<(std::ostream &, ValueEvent)
print to an output stream in XML format.
Definition: ValueEvent.cpp:74
ValueEvent()
default constructor
Definition: ValueEvent.h:71
~ValueEvent()=default
destructor
double getValue()
return the scalar value of the event
Definition: ValueEvent.cpp:36
void setDate(const double)
set the value event date
Definition: ValueEvent.cpp:84
void xmlPrint(std::ostream &)
Print to an ostream.
Definition: ValueEvent.cpp:67
std::ostream & operator<<(std::ostream &o, ValueEvent e)
Definition: ValueEvent.cpp:74
double date
actual date
Definition: ValueEvent.h:106
double value
actual value
Definition: ValueEvent.h:104
A valueEvent of a load is composed of a value and a date.
Definition: ValueEvent.h:41
double getDate() const
double get start time
Definition: ValueEvent.cpp:62
void setValue(const double)
set the value event value
Definition: ValueEvent.cpp:89
bool isActive(const double t) const
return true if the event is active at time t
Definition: ValueEvent.cpp:31