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

vtkDataObjectToTable - extract field data as a table More...

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

List of all members.

Public Types

enum  CELL_DATA_WrapperEnum {
  CELL_DATA = 2, EDGE_DATA = 4, FIELD_DATA = 0, POINT_DATA = 1,
  VERTEX_DATA = 3
}
 Undocumented Block. More...

Public Member Functions

 vtkDataObjectToTable (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkDataObjectToTable ()
 Undocumented Block.
virtual int GetFieldType ()
 The field type to copy into the output table. Should be one of FIELD_DATA, POINT_DATA, CELL_DATA, VERTEX_DATA, EDGE_DATA.
virtual int GetFieldTypeMaxValue ()
 The field type to copy into the output table. Should be one of FIELD_DATA, POINT_DATA, CELL_DATA, VERTEX_DATA, EDGE_DATA.
virtual int GetFieldTypeMinValue ()
 The field type to copy into the output table. Should be one of FIELD_DATA, POINT_DATA, CELL_DATA, VERTEX_DATA, EDGE_DATA.
override int IsA (string type)
 Undocumented Block.
new vtkDataObjectToTable NewInstance ()
 Undocumented Block.
virtual void SetFieldType (int _arg)
 The field type to copy into the output table. Should be one of FIELD_DATA, POINT_DATA, CELL_DATA, VERTEX_DATA, EDGE_DATA.

Static Public Member Functions

static new vtkDataObjectToTable New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkDataObjectToTable SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "20vtkDataObjectToTable"
 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 vtkDataObjectToTable_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkDataObjectToTable_GetFieldType_01 (HandleRef pThis)
static internal int vtkDataObjectToTable_GetFieldTypeMaxValue_02 (HandleRef pThis)
static internal int vtkDataObjectToTable_GetFieldTypeMinValue_03 (HandleRef pThis)
static internal int vtkDataObjectToTable_IsA_04 (HandleRef pThis, string type)
static internal int vtkDataObjectToTable_IsTypeOf_05 (string type)
static internal IntPtr vtkDataObjectToTable_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataObjectToTable_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkDataObjectToTable_SetFieldType_09 (HandleRef pThis, int _arg)

Static Private Member Functions

static vtkDataObjectToTable ()
 Automatically generated type registration mechanics.

Detailed Description

vtkDataObjectToTable - extract field data as a table

Description This filter is used to extract either the field, cell or point data of any data object as a table.


Member Enumeration Documentation

Undocumented Block.

Enumerator:
CELL_DATA 

enum member

EDGE_DATA 

enum member

FIELD_DATA 

enum member

POINT_DATA 

enum member

VERTEX_DATA 

enum member


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkDataObjectToTable.vtkDataObjectToTable ( 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.vtkDataObjectToTable.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.vtkTableAlgorithm.

The field type to copy into the output table. Should be one of FIELD_DATA, POINT_DATA, CELL_DATA, VERTEX_DATA, EDGE_DATA.

The field type to copy into the output table. Should be one of FIELD_DATA, POINT_DATA, CELL_DATA, VERTEX_DATA, EDGE_DATA.

The field type to copy into the output table. Should be one of FIELD_DATA, POINT_DATA, CELL_DATA, VERTEX_DATA, EDGE_DATA.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkDataObjectToTable.SetFieldType ( int  _arg) [virtual]

The field type to copy into the output table. Should be one of FIELD_DATA, POINT_DATA, CELL_DATA, VERTEX_DATA, EDGE_DATA.

static internal int Kitware.VTK.vtkDataObjectToTable.vtkDataObjectToTable_GetFieldType_01 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkDataObjectToTable.vtkDataObjectToTable_GetFieldTypeMaxValue_02 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkDataObjectToTable.vtkDataObjectToTable_GetFieldTypeMinValue_03 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkDataObjectToTable.vtkDataObjectToTable_IsA_04 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkDataObjectToTable.vtkDataObjectToTable_IsTypeOf_05 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkDataObjectToTable.vtkDataObjectToTable_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObjectToTable.vtkDataObjectToTable_NewInstance_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObjectToTable.vtkDataObjectToTable_SafeDownCast_08 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkDataObjectToTable.vtkDataObjectToTable_SetFieldType_09 ( HandleRef  pThis,
int  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkDataObjectToTable.MRClassNameKey = "20vtkDataObjectToTable" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.


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