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

vtkExtractBlock - extracts blocks from a multiblock dataset. More...

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

List of all members.

Public Member Functions

 vtkExtractBlock (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkExtractBlock ()
 Undocumented Block.
void AddIndex (uint index)
 Select the block indices to extract. Each node in the multi-block tree is identified by an index. The index can be obtained by performing a preorder traversal of the tree (including empty nodes). eg. A(B (D, E), C(F, G)). Inorder traversal yields: A, B, D, E, C, F, G Index of A is 0, while index of C is 4.
virtual int GetMaintainStructure ()
 This is used only when PruneOutput is ON. By default, when pruning the output i.e. remove empty blocks, if node has only 1 non-null child block, then that node is removed. To preserve these parent nodes, set this flag to true. Off by default.
virtual int GetPruneOutput ()
 When set, the output mutliblock dataset will be pruned to remove empty nodes. On by default.
override int IsA (string type)
 Undocumented Block.
virtual void MaintainStructureOff ()
 This is used only when PruneOutput is ON. By default, when pruning the output i.e. remove empty blocks, if node has only 1 non-null child block, then that node is removed. To preserve these parent nodes, set this flag to true. Off by default.
virtual void MaintainStructureOn ()
 This is used only when PruneOutput is ON. By default, when pruning the output i.e. remove empty blocks, if node has only 1 non-null child block, then that node is removed. To preserve these parent nodes, set this flag to true. Off by default.
new vtkExtractBlock NewInstance ()
 Undocumented Block.
virtual void PruneOutputOff ()
 When set, the output mutliblock dataset will be pruned to remove empty nodes. On by default.
virtual void PruneOutputOn ()
 When set, the output mutliblock dataset will be pruned to remove empty nodes. On by default.
void RemoveAllIndices ()
 Select the block indices to extract. Each node in the multi-block tree is identified by an index. The index can be obtained by performing a preorder traversal of the tree (including empty nodes). eg. A(B (D, E), C(F, G)). Inorder traversal yields: A, B, D, E, C, F, G Index of A is 0, while index of C is 4.
void RemoveIndex (uint index)
 Select the block indices to extract. Each node in the multi-block tree is identified by an index. The index can be obtained by performing a preorder traversal of the tree (including empty nodes). eg. A(B (D, E), C(F, G)). Inorder traversal yields: A, B, D, E, C, F, G Index of A is 0, while index of C is 4.
virtual void SetMaintainStructure (int _arg)
 This is used only when PruneOutput is ON. By default, when pruning the output i.e. remove empty blocks, if node has only 1 non-null child block, then that node is removed. To preserve these parent nodes, set this flag to true. Off by default.
virtual void SetPruneOutput (int _arg)
 When set, the output mutliblock dataset will be pruned to remove empty nodes. On by default.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "15vtkExtractBlock"
 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 vtkExtractBlock_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkExtractBlock_AddIndex_01 (HandleRef pThis, uint index)
static internal int vtkExtractBlock_GetMaintainStructure_02 (HandleRef pThis)
static internal int vtkExtractBlock_GetPruneOutput_03 (HandleRef pThis)
static internal int vtkExtractBlock_IsA_04 (HandleRef pThis, string type)
static internal int vtkExtractBlock_IsTypeOf_05 (string type)
static internal void vtkExtractBlock_MaintainStructureOff_06 (HandleRef pThis)
static internal void vtkExtractBlock_MaintainStructureOn_07 (HandleRef pThis)
static internal IntPtr vtkExtractBlock_NewInstance_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkExtractBlock_PruneOutputOff_10 (HandleRef pThis)
static internal void vtkExtractBlock_PruneOutputOn_11 (HandleRef pThis)
static internal void vtkExtractBlock_RemoveAllIndices_12 (HandleRef pThis)
static internal void vtkExtractBlock_RemoveIndex_13 (HandleRef pThis, uint index)
static internal IntPtr vtkExtractBlock_SafeDownCast_14 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkExtractBlock_SetMaintainStructure_15 (HandleRef pThis, int _arg)
static internal void vtkExtractBlock_SetPruneOutput_16 (HandleRef pThis, int _arg)

Static Private Member Functions

static vtkExtractBlock ()
 Automatically generated type registration mechanics.

Detailed Description

vtkExtractBlock - extracts blocks from a multiblock dataset.

Description vtkExtractBlock is a filter that extracts blocks from a multiblock dataset. Each node in the multi-block tree is identified by an index. The index can be obtained by performing a preorder traversal of the tree (including empty nodes). eg. A(B (D, E), C(F, G)). Inorder traversal yields: A, B, D, E, C, F, G Index of A is 0, while index of C is 4.


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

Select the block indices to extract. Each node in the multi-block tree is identified by an index. The index can be obtained by performing a preorder traversal of the tree (including empty nodes). eg. A(B (D, E), C(F, G)). Inorder traversal yields: A, B, D, E, C, F, G Index of A is 0, while index of C is 4.

override void Kitware.VTK.vtkExtractBlock.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.vtkMultiBlockDataSetAlgorithm.

This is used only when PruneOutput is ON. By default, when pruning the output i.e. remove empty blocks, if node has only 1 non-null child block, then that node is removed. To preserve these parent nodes, set this flag to true. Off by default.

virtual int Kitware.VTK.vtkExtractBlock.GetPruneOutput ( ) [virtual]

When set, the output mutliblock dataset will be pruned to remove empty nodes. On by default.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.

This is used only when PruneOutput is ON. By default, when pruning the output i.e. remove empty blocks, if node has only 1 non-null child block, then that node is removed. To preserve these parent nodes, set this flag to true. Off by default.

This is used only when PruneOutput is ON. By default, when pruning the output i.e. remove empty blocks, if node has only 1 non-null child block, then that node is removed. To preserve these parent nodes, set this flag to true. Off by default.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.

virtual void Kitware.VTK.vtkExtractBlock.PruneOutputOff ( ) [virtual]

When set, the output mutliblock dataset will be pruned to remove empty nodes. On by default.

virtual void Kitware.VTK.vtkExtractBlock.PruneOutputOn ( ) [virtual]

When set, the output mutliblock dataset will be pruned to remove empty nodes. On by default.

Select the block indices to extract. Each node in the multi-block tree is identified by an index. The index can be obtained by performing a preorder traversal of the tree (including empty nodes). eg. A(B (D, E), C(F, G)). Inorder traversal yields: A, B, D, E, C, F, G Index of A is 0, while index of C is 4.

Select the block indices to extract. Each node in the multi-block tree is identified by an index. The index can be obtained by performing a preorder traversal of the tree (including empty nodes). eg. A(B (D, E), C(F, G)). Inorder traversal yields: A, B, D, E, C, F, G Index of A is 0, while index of C is 4.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkExtractBlock.SetMaintainStructure ( int  _arg) [virtual]

This is used only when PruneOutput is ON. By default, when pruning the output i.e. remove empty blocks, if node has only 1 non-null child block, then that node is removed. To preserve these parent nodes, set this flag to true. Off by default.

virtual void Kitware.VTK.vtkExtractBlock.SetPruneOutput ( int  _arg) [virtual]

When set, the output mutliblock dataset will be pruned to remove empty nodes. On by default.

static internal void Kitware.VTK.vtkExtractBlock.vtkExtractBlock_AddIndex_01 ( HandleRef  pThis,
uint  index 
) [private]
static internal int Kitware.VTK.vtkExtractBlock.vtkExtractBlock_GetMaintainStructure_02 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkExtractBlock.vtkExtractBlock_GetPruneOutput_03 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkExtractBlock.vtkExtractBlock_IsA_04 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkExtractBlock.vtkExtractBlock_IsTypeOf_05 ( string  type) [private]
static internal void Kitware.VTK.vtkExtractBlock.vtkExtractBlock_MaintainStructureOff_06 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkExtractBlock.vtkExtractBlock_MaintainStructureOn_07 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkExtractBlock.vtkExtractBlock_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkExtractBlock.vtkExtractBlock_NewInstance_09 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkExtractBlock.vtkExtractBlock_PruneOutputOff_10 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkExtractBlock.vtkExtractBlock_PruneOutputOn_11 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkExtractBlock.vtkExtractBlock_RemoveAllIndices_12 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkExtractBlock.vtkExtractBlock_RemoveIndex_13 ( HandleRef  pThis,
uint  index 
) [private]
static internal IntPtr Kitware.VTK.vtkExtractBlock.vtkExtractBlock_SafeDownCast_14 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkExtractBlock.vtkExtractBlock_SetMaintainStructure_15 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkExtractBlock.vtkExtractBlock_SetPruneOutput_16 ( HandleRef  pThis,
int  _arg 
) [private]

Member Data Documentation

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.


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