28 #ifndef vtkQtTimePointUtility_h
29 #define vtkQtTimePointUtility_h
31 #include "vtkGUISupportQtSQLModule.h"
41 static QDateTime TimePointToQDateTime(vtkTypeUInt64
time);
42 static vtkTypeUInt64 QDateTimeToTimePoint(QDateTime
time);
43 static vtkTypeUInt64 QDateToTimePoint(QDate
date);
44 static vtkTypeUInt64 QTimeToTimePoint(QTime
time);
abstract base class for most VTK objects
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
performs common time operations