ActiViz .NET
5.8.0
|
vtkTimePointToString - Converts a timestamp array to a string array More...
Public Member Functions | |
vtkTimePointToString (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkTimePointToString () | |
Undocumented Block. | |
virtual int | GetISO8601Format () |
The format to use when converting the timestamp to a string. | |
virtual string | GetOutputArrayName () |
The name of the output array. If this is not specified, the name will be the input array name with " [to string]" appended to it. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkTimePointToString | NewInstance () |
Undocumented Block. | |
virtual void | SetISO8601Format (int _arg) |
The format to use when converting the timestamp to a string. | |
virtual void | SetOutputArrayName (string _arg) |
The name of the output array. If this is not specified, the name will be the input array name with " [to string]" appended to it. | |
Static Public Member Functions | |
static new vtkTimePointToString | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkTimePointToString | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkTimePointToString" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "20vtkTimePointToString" |
Automatically generated type registration mechanics. | |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly. | |
Private Member Functions | |
static internal IntPtr | vtkTimePointToString_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkTimePointToString_GetISO8601Format_01 (HandleRef pThis) |
static internal IntPtr | vtkTimePointToString_GetOutputArrayName_02 (HandleRef pThis) |
static internal int | vtkTimePointToString_IsA_03 (HandleRef pThis, string type) |
static internal int | vtkTimePointToString_IsTypeOf_04 (string type) |
static internal IntPtr | vtkTimePointToString_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkTimePointToString_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkTimePointToString_SetISO8601Format_08 (HandleRef pThis, int _arg) |
static internal void | vtkTimePointToString_SetOutputArrayName_09 (HandleRef pThis, string _arg) |
Static Private Member Functions | |
static | vtkTimePointToString () |
Automatically generated type registration mechanics. |
vtkTimePointToString - Converts a timestamp array to a string array
Description
vtkTimePointToString is a filter for converting a timestamp array into string array using one of the formats defined in vtkTimePointUtility.h.
Use SetInputArrayToProcess to indicate the array to process. This array must be an unsigned 64-bit integer array for DATETIME formats, and may be either an unsigned 32-bit or unsigned 64-bit array for DATE and TIME formats.
If the new array name is not specified, the array name will be the old name appended by " [to string]".
static Kitware.VTK.vtkTimePointToString.vtkTimePointToString | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkTimePointToString.vtkTimePointToString | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkTimePointToString.Dispose | ( | bool | disposing | ) | [protected] |
Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.
Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.
virtual int Kitware.VTK.vtkTimePointToString.GetISO8601Format | ( | ) | [virtual] |
The format to use when converting the timestamp to a string.
virtual string Kitware.VTK.vtkTimePointToString.GetOutputArrayName | ( | ) | [virtual] |
The name of the output array. If this is not specified, the name will be the input array name with " [to string]" appended to it.
override int Kitware.VTK.vtkTimePointToString.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.
static new int Kitware.VTK.vtkTimePointToString.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.
static new vtkTimePointToString Kitware.VTK.vtkTimePointToString.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.
static new vtkTimePointToString Kitware.VTK.vtkTimePointToString.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.
virtual void Kitware.VTK.vtkTimePointToString.SetISO8601Format | ( | int | _arg | ) | [virtual] |
The format to use when converting the timestamp to a string.
virtual void Kitware.VTK.vtkTimePointToString.SetOutputArrayName | ( | string | _arg | ) | [virtual] |
The name of the output array. If this is not specified, the name will be the input array name with " [to string]" appended to it.
static internal int Kitware.VTK.vtkTimePointToString.vtkTimePointToString_GetISO8601Format_01 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkTimePointToString.vtkTimePointToString_GetOutputArrayName_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTimePointToString.vtkTimePointToString_IsA_03 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkTimePointToString.vtkTimePointToString_IsTypeOf_04 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkTimePointToString.vtkTimePointToString_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTimePointToString.vtkTimePointToString_NewInstance_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTimePointToString.vtkTimePointToString_SafeDownCast_07 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkTimePointToString.vtkTimePointToString_SetISO8601Format_08 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTimePointToString.vtkTimePointToString_SetOutputArrayName_09 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkTimePointToString.MRClassNameKey = "20vtkTimePointToString" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.
new const string Kitware.VTK.vtkTimePointToString.MRFullTypeName = "Kitware.VTK.vtkTimePointToString" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.