Section: Visualization Toolkit Infovis Classes
vtkStringToTimePoint is a filter for converting a string array into a datetime, time or date array. The input strings must conform to one of the ISO8601 formats defined in vtkTimePointUtility.
The input array specified by SetInputArrayToProcess(...) indicates the array to process. This array must be of type vtkStringArray.
The output array will be of type vtkTypeUInt64Array.
To create an instance of class vtkStringToTimePoint, simply invoke its constructor as follows
obj = vtkStringToTimePoint
obj
is an instance of the vtkStringToTimePoint class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkStringToTimePoint = obj.NewInstance ()
vtkStringToTimePoint = obj.SafeDownCast (vtkObject o)
obj.SetOutputArrayName (string )
- The name of the output array.
If this is not specified, the name will be the same as the input
array name with either " [to datetime]", " [to date]", or " [to time]"
appended.
string = obj.GetOutputArrayName ()
- The name of the output array.
If this is not specified, the name will be the same as the input
array name with either " [to datetime]", " [to date]", or " [to time]"
appended.