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.vtkDataObjectTypes Class Reference

vtkDataObject - helper class to get VTK data object types as string and instantiate them More...

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

List of all members.

Public Member Functions

 vtkDataObjectTypes (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkDataObjectTypes ()
 Undocumented Block.
override int IsA (string type)
 Undocumented Block.
new vtkDataObjectTypes NewInstance ()
 Undocumented Block.

Static Public Member Functions

static new vtkDataObjectTypes New ()
 Undocumented Block.
static string GetClassNameFromTypeId (int typeId)
 Given an int (as defined in vtkType.h) identifier for a class return it's classname.
static int GetTypeIdFromClassName (string classname)
 Given a data object classname, return it's int identified (as defined in vtkType.h)
static new int IsTypeOf (string type)
 Undocumented Block.
static vtkDataObject NewDataObject (string classname)
 Create (New) and return a data object of the given classname.
static vtkDataObject NewDataObject (int typeId)
 Create (New) and return a data object of the given type id.
static new vtkDataObjectTypes SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkDataObjectTypes"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "18vtkDataObjectTypes"
 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 vtkDataObjectTypes_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataObjectTypes_GetClassNameFromTypeId_01 (int typeId)
static internal int vtkDataObjectTypes_GetTypeIdFromClassName_02 (string classname)
static internal int vtkDataObjectTypes_IsA_03 (HandleRef pThis, string type)
static internal int vtkDataObjectTypes_IsTypeOf_04 (string type)
static internal IntPtr vtkDataObjectTypes_NewDataObject_06 (string classname, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataObjectTypes_NewDataObject_07 (int typeId, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataObjectTypes_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataObjectTypes_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkDataObjectTypes ()
 Automatically generated type registration mechanics.

Detailed Description

vtkDataObject - helper class to get VTK data object types as string and instantiate them

Description vtkDataObjectTypes is a helper class that supports conversion between integer types defined in vtkType.h and string names as well as creation of data objects from either integer or string types. This class has to be updated every time a new data type is added to VTK.

vtkDataObject


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkDataObjectTypes.vtkDataObjectTypes ( 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.vtkDataObjectTypes.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.vtkObject.

static string Kitware.VTK.vtkDataObjectTypes.GetClassNameFromTypeId ( int  typeId) [static]

Given an int (as defined in vtkType.h) identifier for a class return it's classname.

static int Kitware.VTK.vtkDataObjectTypes.GetTypeIdFromClassName ( string  classname) [static]

Given a data object classname, return it's int identified (as defined in vtkType.h)

override int Kitware.VTK.vtkDataObjectTypes.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

static new int Kitware.VTK.vtkDataObjectTypes.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

static vtkDataObject Kitware.VTK.vtkDataObjectTypes.NewDataObject ( string  classname) [static]

Create (New) and return a data object of the given classname.

Here is the call graph for this function:

Create (New) and return a data object of the given type id.

Here is the call graph for this function:

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Here is the call graph for this function:

static internal IntPtr Kitware.VTK.vtkDataObjectTypes.vtkDataObjectTypes_GetClassNameFromTypeId_01 ( int  typeId) [private]
static internal int Kitware.VTK.vtkDataObjectTypes.vtkDataObjectTypes_GetTypeIdFromClassName_02 ( string  classname) [private]
static internal int Kitware.VTK.vtkDataObjectTypes.vtkDataObjectTypes_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkDataObjectTypes.vtkDataObjectTypes_IsTypeOf_04 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkDataObjectTypes.vtkDataObjectTypes_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObjectTypes.vtkDataObjectTypes_NewDataObject_06 ( string  classname,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObjectTypes.vtkDataObjectTypes_NewDataObject_07 ( int  typeId,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObjectTypes.vtkDataObjectTypes_NewInstance_08 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObjectTypes.vtkDataObjectTypes_SafeDownCast_09 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkDataObjectTypes.MRClassNameKey = "18vtkDataObjectTypes" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.

new const string Kitware.VTK.vtkDataObjectTypes.MRFullTypeName = "Kitware.VTK.vtkDataObjectTypes"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.


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