ActiViz .NET
5.8.0
|
vtkExtractSelection - extract a subset from a vtkDataSet. More...
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. |
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
static Kitware.VTK.vtkExtractSelection.vtkExtractSelection | ( | ) | [static, private] |
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.
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.
virtual int Kitware.VTK.vtkExtractSelection.GetShowBounds | ( | ) | [virtual] |
When On, this returns an unstructured grid that outlines selection area. Off is the default. Applicable only to Frustum selection extraction.
virtual int Kitware.VTK.vtkExtractSelection.GetUseProbeForLocations | ( | ) | [virtual] |
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.
static new vtkExtractSelection Kitware.VTK.vtkExtractSelection.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkExtractSelectionBase.
static new vtkExtractSelection Kitware.VTK.vtkExtractSelection.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkExtractSelectionBase.
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.
virtual void Kitware.VTK.vtkExtractSelection.ShowBoundsOff | ( | ) | [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.ShowBoundsOn | ( | ) | [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.UseProbeForLocationsOff | ( | ) | [virtual] |
When On, vtkProbeSelectedLocations is used for extracting selections of content type vtkSelection::LOCATIONS. Default is off and then vtkExtractSelectedLocations is used.
virtual void Kitware.VTK.vtkExtractSelection.UseProbeForLocationsOn | ( | ) | [virtual] |
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] |
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.