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

vtkExtractSelectionBase - abstract base class for all extract selection filters. More...

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

List of all members.

Public Member Functions

 vtkExtractSelectionBase (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
virtual int GetPreserveTopology ()
 This flag tells the extraction filter not to convert the selected output into an unstructured grid, but instead to produce a vtkInsidedness array and add it to the input dataset. Default value is false(0).
override int IsA (string type)
 Undocumented Block.
new vtkExtractSelectionBase NewInstance ()
 Undocumented Block.
virtual void PreserveTopologyOff ()
 This flag tells the extraction filter not to convert the selected output into an unstructured grid, but instead to produce a vtkInsidedness array and add it to the input dataset. Default value is false(0).
virtual void PreserveTopologyOn ()
 This flag tells the extraction filter not to convert the selected output into an unstructured grid, but instead to produce a vtkInsidedness array and add it to the input dataset. Default value is false(0).
virtual void SetPreserveTopology (int _arg)
 This flag tells the extraction filter not to convert the selected output into an unstructured grid, but instead to produce a vtkInsidedness array and add it to the input dataset. Default value is false(0).
void SetSelectionConnection (vtkAlgorithmOutput algOutput)
 Convenience method to specify the selection connection (2nd input port)

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "23vtkExtractSelectionBase"
 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 int vtkExtractSelectionBase_GetPreserveTopology_01 (HandleRef pThis)
static internal int vtkExtractSelectionBase_IsA_02 (HandleRef pThis, string type)
static internal int vtkExtractSelectionBase_IsTypeOf_03 (string type)
static internal IntPtr vtkExtractSelectionBase_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkExtractSelectionBase_PreserveTopologyOff_05 (HandleRef pThis)
static internal void vtkExtractSelectionBase_PreserveTopologyOn_06 (HandleRef pThis)
static internal IntPtr vtkExtractSelectionBase_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkExtractSelectionBase_SetPreserveTopology_08 (HandleRef pThis, int _arg)
static internal void vtkExtractSelectionBase_SetSelectionConnection_09 (HandleRef pThis, HandleRef algOutput)

Static Private Member Functions

static vtkExtractSelectionBase ()
 Automatically generated type registration mechanics.

Detailed Description

vtkExtractSelectionBase - abstract base class for all extract selection filters.

Description vtkExtractSelectionBase is an abstract base class for all extract selection filters. It defines some properties common to all extract selection filters.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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


Member Function Documentation

override void Kitware.VTK.vtkExtractSelectionBase.Dispose ( bool  disposing) [protected]

This flag tells the extraction filter not to convert the selected output into an unstructured grid, but instead to produce a vtkInsidedness array and add it to the input dataset. Default value is false(0).

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

This flag tells the extraction filter not to convert the selected output into an unstructured grid, but instead to produce a vtkInsidedness array and add it to the input dataset. Default value is false(0).

This flag tells the extraction filter not to convert the selected output into an unstructured grid, but instead to produce a vtkInsidedness array and add it to the input dataset. Default value is false(0).

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.

Reimplemented in Kitware.VTK.vtkExtractSelectedFrustum, Kitware.VTK.vtkExtractSelectedThresholds, Kitware.VTK.vtkExtractSelection, Kitware.VTK.vtkExtractSelectedIds, Kitware.VTK.vtkExtractSelectedLocations, Kitware.VTK.vtkProbeSelectedLocations, and Kitware.VTK.vtkExtractSelectedBlock.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkExtractSelectionBase.SetPreserveTopology ( int  _arg) [virtual]

This flag tells the extraction filter not to convert the selected output into an unstructured grid, but instead to produce a vtkInsidedness array and add it to the input dataset. Default value is false(0).

Convenience method to specify the selection connection (2nd input port)

static internal int Kitware.VTK.vtkExtractSelectionBase.vtkExtractSelectionBase_IsA_02 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkExtractSelectionBase.vtkExtractSelectionBase_IsTypeOf_03 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkExtractSelectionBase.vtkExtractSelectionBase_NewInstance_04 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkExtractSelectionBase.vtkExtractSelectionBase_PreserveTopologyOn_06 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkExtractSelectionBase.vtkExtractSelectionBase_SafeDownCast_07 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkExtractSelectionBase.vtkExtractSelectionBase_SetPreserveTopology_08 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkExtractSelectionBase.vtkExtractSelectionBase_SetSelectionConnection_09 ( HandleRef  pThis,
HandleRef  algOutput 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkExtractSelectionBase.MRClassNameKey = "23vtkExtractSelectionBase" [static]
new const string Kitware.VTK.vtkExtractSelectionBase.MRFullTypeName = "Kitware.VTK.vtkExtractSelectionBase"

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