 |
Computer Assited Medical Intervention Tool Kit
version 4.1
|
friend std::ostream & operator<<(std::ostream &, ValueEvent)
print to an output stream in XML format.
Definition: ValueEvent.cpp:73
ValueEvent()
default constructor
Definition: ValueEvent.h:69
~ValueEvent()=default
destructor
double getValue()
return the scalar value of the event
Definition: ValueEvent.cpp:35
void setDate(const double)
set the value event date
Definition: ValueEvent.cpp:83
void xmlPrint(std::ostream &)
Print to an ostream.
Definition: ValueEvent.cpp:66
std::ostream & operator<<(std::ostream &o, ValueEvent e)
Definition: ValueEvent.cpp:73
double date
actual date
Definition: ValueEvent.h:104
double value
actual value
Definition: ValueEvent.h:102
A valueEvent of a load is composed of a value and a date.
Definition: ValueEvent.h:40
double getDate() const
double get start time
Definition: ValueEvent.cpp:61
void setValue(const double)
set the value event value
Definition: ValueEvent.cpp:88
bool isActive(const double t) const
return true if the event is active at time t
Definition: ValueEvent.cpp:30