#include <vtkQtTimePointUtility.h>
vtkQtTimePointUtility is provides methods to perform common time operations.
Definition at line 37 of file vtkQtTimePointUtility.h.
Public Types | |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkQtTimePointUtility * | SafeDownCast (vtkObject *o) |
static QDateTime | TimePointToQDateTime (vtkTypeUInt64 time) |
static vtkTypeUInt64 | QDateTimeToTimePoint (QDateTime time) |
static vtkTypeUInt64 | QDateToTimePoint (QDate date) |
static vtkTypeUInt64 | QTimeToTimePoint (QTime time) |
Protected Member Functions | |
vtkQtTimePointUtility () | |
~vtkQtTimePointUtility () |
vtkQtTimePointUtility::vtkQtTimePointUtility | ( | ) | [inline, protected] |
Definition at line 48 of file vtkQtTimePointUtility.h.
vtkQtTimePointUtility::~vtkQtTimePointUtility | ( | ) | [inline, protected] |
Definition at line 49 of file vtkQtTimePointUtility.h.
virtual const char* vtkQtTimePointUtility::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkObject.
static int vtkQtTimePointUtility::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkObject.
virtual int vtkQtTimePointUtility::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkObject.
static vtkQtTimePointUtility* vtkQtTimePointUtility::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkObject.
static QDateTime vtkQtTimePointUtility::TimePointToQDateTime | ( | vtkTypeUInt64 | time | ) | [static] |
static vtkTypeUInt64 vtkQtTimePointUtility::QDateTimeToTimePoint | ( | QDateTime | time | ) | [static] |
static vtkTypeUInt64 vtkQtTimePointUtility::QDateToTimePoint | ( | QDate | date | ) | [static] |
static vtkTypeUInt64 vtkQtTimePointUtility::QTimeToTimePoint | ( | QTime | time | ) | [static] |