30 #ifndef vtkQtTimePointUtility_h 
   31 #define vtkQtTimePointUtility_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 
 
#define VTKGUISUPPORTQTSQL_EXPORT
 
performs common time operations