VTK
|
performs common time operations More...
#include <vtkQtTimePointUtility.h>
Public Types | |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkQtTimePointUtility * | NewInstance () const |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkQtTimePointUtility * | SafeDownCast (vtkObjectBase *o) |
static QDateTime | TimePointToQDateTime (vtkTypeUInt64 time) |
static vtkTypeUInt64 | QDateTimeToTimePoint (QDateTime time) |
static vtkTypeUInt64 | QDateToTimePoint (QDate date) |
static vtkTypeUInt64 | QTimeToTimePoint (QTime time) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkQtTimePointUtility () | |
~vtkQtTimePointUtility () |
performs common time operations
vtkQtTimePointUtility is provides methods to perform common time operations.
Definition at line 37 of file vtkQtTimePointUtility.h.
Reimplemented from vtkObject.
Definition at line 40 of file vtkQtTimePointUtility.h.
vtkQtTimePointUtility::vtkQtTimePointUtility | ( | ) | [inline, protected] |
Definition at line 48 of file vtkQtTimePointUtility.h.
vtkQtTimePointUtility::~vtkQtTimePointUtility | ( | ) | [inline, protected] |
Definition at line 49 of file vtkQtTimePointUtility.h.
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 | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkObject.
virtual vtkObjectBase* vtkQtTimePointUtility::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkObject.
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] |