ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkTimePointToString Class Reference

vtkTimePointToString - Converts a timestamp array to a string array More...

Inheritance diagram for Kitware.VTK.vtkTimePointToString:
[legend]
Collaboration diagram for Kitware.VTK.vtkTimePointToString:
[legend]

List of all members.

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.

Detailed Description

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]".


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

The format to use when converting the timestamp to a string.

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.

Here is the call graph for this function:

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]

Member Data Documentation

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.


The documentation for this class was generated from the following file: