Medical Imaging Interaction Toolkit  2023.04.00
Medical Imaging Interaction Toolkit
mitk::SemanticTypes::ControlPoint Struct Reference

#include <mitkSemanticTypes.h>

Collaboration diagram for mitk::SemanticTypes::ControlPoint:

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
 

Detailed Description

Definition at line 40 of file mitkSemanticTypes.h.

Constructor & Destructor Documentation

◆ ControlPoint()

mitk::SemanticTypes::ControlPoint::ControlPoint ( )
inline

Definition at line 45 of file mitkSemanticTypes.h.

References date.

Member Function Documentation

◆ DistanceInDays()

int mitk::SemanticTypes::ControlPoint::DistanceInDays ( const ControlPoint other) const
inline

Definition at line 76 of file mitkSemanticTypes.h.

References date.

◆ operator<()

bool mitk::SemanticTypes::ControlPoint::operator< ( const ControlPoint other) const
inline

Definition at line 51 of file mitkSemanticTypes.h.

References date.

◆ SetDateFromString()

void mitk::SemanticTypes::ControlPoint::SetDateFromString ( const std::string &  dateAsString)
inline

Definition at line 71 of file mitkSemanticTypes.h.

References date.

◆ ToString()

std::string mitk::SemanticTypes::ControlPoint::ToString ( ) const
inline

Definition at line 56 of file mitkSemanticTypes.h.

References date.

Member Data Documentation

◆ date

boost::gregorian::date mitk::SemanticTypes::ControlPoint::date

◆ UID

ID mitk::SemanticTypes::ControlPoint::UID

Definition at line 42 of file mitkSemanticTypes.h.


The documentation for this struct was generated from the following file: