12 #ifndef vtkQtTimePointUtility_h
13 #define vtkQtTimePointUtility_h
15 #include "vtkGUISupportQtSQLModule.h"
19 VTK_ABI_NAMESPACE_BEGIN
26 static QDateTime TimePointToQDateTime(vtkTypeUInt64
time);
27 static vtkTypeUInt64 QDateTimeToTimePoint(QDateTime
time);
28 static vtkTypeUInt64 QDateToTimePoint(QDate
date);
29 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