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

vtkExtractCells - subset a vtkDataSet to create a vtkUnstructuredGrid More...

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

List of all members.

Public Member Functions

 vtkExtractCells (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkExtractCells ()
 Undocumented Block.
void AddCellList (vtkIdList l)
 Add the supplied list of cell IDs to those that will be included in the output vtkUnstructuredGrid.
void AddCellRange (int from, int to)
 Add this range of cell IDs to those that will be included in the output vtkUnstructuredGrid.
override int IsA (string type)
 Undocumented Block.
new vtkExtractCells NewInstance ()
 Undocumented Block.
void SetCellList (vtkIdList l)
 Set the list of cell IDs that the output vtkUnstructuredGrid will be composed of. Replaces any other cell ID list supplied so far. (Set to NULL to free memory used by cell list.)

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "15vtkExtractCells"
 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 vtkExtractCells_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkExtractCells_AddCellList_01 (HandleRef pThis, HandleRef l)
static internal void vtkExtractCells_AddCellRange_02 (HandleRef pThis, int from, int to)
static internal int vtkExtractCells_IsA_03 (HandleRef pThis, string type)
static internal int vtkExtractCells_IsTypeOf_04 (string type)
static internal IntPtr vtkExtractCells_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkExtractCells_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkExtractCells_SetCellList_08 (HandleRef pThis, HandleRef l)

Static Private Member Functions

static vtkExtractCells ()
 Automatically generated type registration mechanics.

Detailed Description

vtkExtractCells - subset a vtkDataSet to create a vtkUnstructuredGrid

Description Given a vtkDataSet and a list of cell Ids, create a vtkUnstructuredGrid composed of these cells. If the cell list is empty when vtkExtractCells executes, it will set up the ugrid, point and cell arrays, with no points, cells or data.


Constructor & Destructor Documentation

static Kitware.VTK.vtkExtractCells.vtkExtractCells ( ) [static, private]

Automatically generated type registration mechanics.

Kitware.VTK.vtkExtractCells.vtkExtractCells ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Undocumented Block.


Member Function Documentation

Add the supplied list of cell IDs to those that will be included in the output vtkUnstructuredGrid.

void Kitware.VTK.vtkExtractCells.AddCellRange ( int  from,
int  to 
)

Add this range of cell IDs to those that will be included in the output vtkUnstructuredGrid.

override void Kitware.VTK.vtkExtractCells.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.vtkUnstructuredGridAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

Here is the call graph for this function:

Set the list of cell IDs that the output vtkUnstructuredGrid will be composed of. Replaces any other cell ID list supplied so far. (Set to NULL to free memory used by cell list.)

static internal void Kitware.VTK.vtkExtractCells.vtkExtractCells_AddCellList_01 ( HandleRef  pThis,
HandleRef  l 
) [private]
static internal void Kitware.VTK.vtkExtractCells.vtkExtractCells_AddCellRange_02 ( HandleRef  pThis,
int  from,
int  to 
) [private]
static internal int Kitware.VTK.vtkExtractCells.vtkExtractCells_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkExtractCells.vtkExtractCells_IsTypeOf_04 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkExtractCells.vtkExtractCells_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkExtractCells.vtkExtractCells_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkExtractCells.vtkExtractCells_SafeDownCast_07 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkExtractCells.vtkExtractCells_SetCellList_08 ( HandleRef  pThis,
HandleRef  l 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkExtractCells.MRClassNameKey = "15vtkExtractCells" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.


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