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

vtkExtractDataSets - extracts a number of datasets. More...

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

List of all members.

Public Member Functions

 vtkExtractDataSets (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkExtractDataSets ()
 Undocumented Block.
void AddDataSet (uint level, uint idx)
 Add a dataset to be extracted.
void ClearDataSetList ()
 Remove all entries from the list of datasets to be extracted.
override int IsA (string type)
 Undocumented Block.
new vtkExtractDataSets NewInstance ()
 Undocumented Block.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "18vtkExtractDataSets"
 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 vtkExtractDataSets_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkExtractDataSets_AddDataSet_01 (HandleRef pThis, uint level, uint idx)
static internal void vtkExtractDataSets_ClearDataSetList_02 (HandleRef pThis)
static internal int vtkExtractDataSets_IsA_03 (HandleRef pThis, string type)
static internal int vtkExtractDataSets_IsTypeOf_04 (string type)
static internal IntPtr vtkExtractDataSets_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkExtractDataSets_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkExtractDataSets ()
 Automatically generated type registration mechanics.

Detailed Description

vtkExtractDataSets - extracts a number of datasets.

Description vtkExtractDataSets accepts a vtkHierarchicalBoxDataSet as input and extracts different datasets from different levels. The output is vtkHierarchicalBoxDataSet with same structure as the input with only the selected datasets passed through.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

void Kitware.VTK.vtkExtractDataSets.AddDataSet ( uint  level,
uint  idx 
)

Add a dataset to be extracted.

Remove all entries from the list of datasets to be extracted.

override void Kitware.VTK.vtkExtractDataSets.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.vtkHierarchicalBoxDataSetAlgorithm.

Reimplemented in Kitware.VTK.vtkHierarchicalDataExtractDataSets.

override int Kitware.VTK.vtkExtractDataSets.IsA ( string  type) [virtual]
static new int Kitware.VTK.vtkExtractDataSets.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkHierarchicalBoxDataSetAlgorithm.

Reimplemented in Kitware.VTK.vtkHierarchicalDataExtractDataSets.

Here is the call graph for this function:

static internal void Kitware.VTK.vtkExtractDataSets.vtkExtractDataSets_AddDataSet_01 ( HandleRef  pThis,
uint  level,
uint  idx 
) [private]
static internal void Kitware.VTK.vtkExtractDataSets.vtkExtractDataSets_ClearDataSetList_02 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkExtractDataSets.vtkExtractDataSets_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkExtractDataSets.vtkExtractDataSets_IsTypeOf_04 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkExtractDataSets.vtkExtractDataSets_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkExtractDataSets.vtkExtractDataSets_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkExtractDataSets.vtkExtractDataSets_SafeDownCast_07 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkHierarchicalBoxDataSetAlgorithm.

Reimplemented in Kitware.VTK.vtkHierarchicalDataExtractDataSets.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkHierarchicalBoxDataSetAlgorithm.

Reimplemented in Kitware.VTK.vtkHierarchicalDataExtractDataSets.


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