30 #ifndef vtkQtTimePointUtility_h
31 #define vtkQtTimePointUtility_h
33 #include "vtkGUISupportQtSQLModule.h"
42 static QDateTime TimePointToQDateTime(vtkTypeUInt64
time);
43 static vtkTypeUInt64 QDateTimeToTimePoint(QDateTime
time);
44 static vtkTypeUInt64 QDateToTimePoint(QDate
date);
45 static vtkTypeUInt64 QTimeToTimePoint(QTime
time);
abstract base class for most VTK objects
performs common time operations