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

vtkExtractSelection - extract a subset from a vtkDataSet. More...

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

List of all members.

Public Member Functions

 vtkExtractSelection (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkExtractSelection ()
 Undocumented Block.
virtual int GetShowBounds ()
 When On, this returns an unstructured grid that outlines selection area. Off is the default. Applicable only to Frustum selection extraction.
virtual int GetUseProbeForLocations ()
 When On, vtkProbeSelectedLocations is used for extracting selections of content type vtkSelection::LOCATIONS. Default is off and then vtkExtractSelectedLocations is used.
override int IsA (string type)
 Undocumented Block.
new vtkExtractSelection NewInstance ()
 Undocumented Block.
virtual void SetShowBounds (int _arg)
 When On, this returns an unstructured grid that outlines selection area. Off is the default. Applicable only to Frustum selection extraction.
virtual void SetUseProbeForLocations (int _arg)
 When On, vtkProbeSelectedLocations is used for extracting selections of content type vtkSelection::LOCATIONS. Default is off and then vtkExtractSelectedLocations is used.
virtual void ShowBoundsOff ()
 When On, this returns an unstructured grid that outlines selection area. Off is the default. Applicable only to Frustum selection extraction.
virtual void ShowBoundsOn ()
 When On, this returns an unstructured grid that outlines selection area. Off is the default. Applicable only to Frustum selection extraction.
virtual void UseProbeForLocationsOff ()
 When On, vtkProbeSelectedLocations is used for extracting selections of content type vtkSelection::LOCATIONS. Default is off and then vtkExtractSelectedLocations is used.
virtual void UseProbeForLocationsOn ()
 When On, vtkProbeSelectedLocations is used for extracting selections of content type vtkSelection::LOCATIONS. Default is off and then vtkExtractSelectedLocations is used.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "19vtkExtractSelection"
 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 vtkExtractSelection_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkExtractSelection_GetShowBounds_01 (HandleRef pThis)
static internal int vtkExtractSelection_GetUseProbeForLocations_02 (HandleRef pThis)
static internal int vtkExtractSelection_IsA_03 (HandleRef pThis, string type)
static internal int vtkExtractSelection_IsTypeOf_04 (string type)
static internal IntPtr vtkExtractSelection_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkExtractSelection_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkExtractSelection_SetShowBounds_08 (HandleRef pThis, int _arg)
static internal void vtkExtractSelection_SetUseProbeForLocations_09 (HandleRef pThis, int _arg)
static internal void vtkExtractSelection_ShowBoundsOff_10 (HandleRef pThis)
static internal void vtkExtractSelection_ShowBoundsOn_11 (HandleRef pThis)
static internal void vtkExtractSelection_UseProbeForLocationsOff_12 (HandleRef pThis)
static internal void vtkExtractSelection_UseProbeForLocationsOn_13 (HandleRef pThis)

Static Private Member Functions

static vtkExtractSelection ()
 Automatically generated type registration mechanics.

Detailed Description

vtkExtractSelection - extract a subset from a vtkDataSet.

Description vtkExtractSelection extracts some subset of cells and points from its input dataset. The dataset is given on its first input port. The subset is described by the contents of the vtkSelection on its second input port. Depending on the content of the vtkSelection, this will use either a vtkExtractSelectedIds, vtkExtractSelectedFrustum vtkExtractSelectedLocations or a vtkExtractSelectedThreshold to perform the extraction.

vtkSelection vtkExtractSelectedIds vtkExtractSelectedFrustum vtkExtractSelectedLocations vtkExtractSelectedThresholds


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkExtractSelection.vtkExtractSelection ( 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.vtkExtractSelection.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.vtkExtractSelectionBase.

When On, this returns an unstructured grid that outlines selection area. Off is the default. Applicable only to Frustum selection extraction.

When On, vtkProbeSelectedLocations is used for extracting selections of content type vtkSelection::LOCATIONS. Default is off and then vtkExtractSelectedLocations is used.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkExtractSelectionBase.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkExtractSelectionBase.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkExtractSelectionBase.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkExtractSelectionBase.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkExtractSelection.SetShowBounds ( int  _arg) [virtual]

When On, this returns an unstructured grid that outlines selection area. Off is the default. Applicable only to Frustum selection extraction.

virtual void Kitware.VTK.vtkExtractSelection.SetUseProbeForLocations ( int  _arg) [virtual]

When On, vtkProbeSelectedLocations is used for extracting selections of content type vtkSelection::LOCATIONS. Default is off and then vtkExtractSelectedLocations is used.

When On, this returns an unstructured grid that outlines selection area. Off is the default. Applicable only to Frustum selection extraction.

When On, this returns an unstructured grid that outlines selection area. Off is the default. Applicable only to Frustum selection extraction.

When On, vtkProbeSelectedLocations is used for extracting selections of content type vtkSelection::LOCATIONS. Default is off and then vtkExtractSelectedLocations is used.

When On, vtkProbeSelectedLocations is used for extracting selections of content type vtkSelection::LOCATIONS. Default is off and then vtkExtractSelectedLocations is used.

static internal int Kitware.VTK.vtkExtractSelection.vtkExtractSelection_GetShowBounds_01 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkExtractSelection.vtkExtractSelection_GetUseProbeForLocations_02 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkExtractSelection.vtkExtractSelection_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkExtractSelection.vtkExtractSelection_IsTypeOf_04 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkExtractSelection.vtkExtractSelection_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkExtractSelection.vtkExtractSelection_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkExtractSelection.vtkExtractSelection_SafeDownCast_07 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkExtractSelection.vtkExtractSelection_SetShowBounds_08 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkExtractSelection.vtkExtractSelection_SetUseProbeForLocations_09 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkExtractSelection.vtkExtractSelection_ShowBoundsOff_10 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkExtractSelection.vtkExtractSelection_ShowBoundsOn_11 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkExtractSelection.vtkExtractSelection_UseProbeForLocationsOff_12 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkExtractSelection.vtkExtractSelection_UseProbeForLocationsOn_13 ( HandleRef  pThis) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkExtractSelection.MRClassNameKey = "19vtkExtractSelection" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkExtractSelectionBase.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkExtractSelectionBase.


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