Medical Imaging Interaction Toolkit
2023.12.00
Medical Imaging Interaction Toolkit
|
#include <mitkSemanticTypes.h>
Public Member Functions | |
ControlPoint () | |
bool | operator< (const ControlPoint &other) const |
std::string | ToString () const |
void | SetDateFromString (const std::string &dateAsString) |
int | DistanceInDays (const ControlPoint &other) const |
Public Attributes | |
ID | UID |
boost::gregorian::date | date |
Definition at line 40 of file mitkSemanticTypes.h.
|
inline |
Definition at line 45 of file mitkSemanticTypes.h.
References date.
|
inline |
Definition at line 76 of file mitkSemanticTypes.h.
References date.
|
inline |
Definition at line 51 of file mitkSemanticTypes.h.
References date.
|
inline |
Definition at line 71 of file mitkSemanticTypes.h.
References date.
|
inline |
Definition at line 56 of file mitkSemanticTypes.h.
References date.
boost::gregorian::date mitk::SemanticTypes::ControlPoint::date |
Definition at line 43 of file mitkSemanticTypes.h.
Referenced by ControlPoint(), DistanceInDays(), operator<(), SetDateFromString(), and ToString().
ID mitk::SemanticTypes::ControlPoint::UID |
Definition at line 42 of file mitkSemanticTypes.h.