|
ActiViz .NET
5.8.0
|
vtkExtractSelectionBase - abstract base class for all extract selection filters. More...
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. | |
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.
| static Kitware.VTK.vtkExtractSelectionBase.vtkExtractSelectionBase | ( | ) | [static, private] |
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.
| override void Kitware.VTK.vtkExtractSelectionBase.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.vtkDataObjectAlgorithm.
Reimplemented in Kitware.VTK.vtkExtractSelectedFrustum, Kitware.VTK.vtkExtractSelectedIds, Kitware.VTK.vtkExtractSelection, Kitware.VTK.vtkExtractSelectedLocations, Kitware.VTK.vtkProbeSelectedLocations, Kitware.VTK.vtkExtractSelectedBlock, and Kitware.VTK.vtkExtractSelectedThresholds.
| virtual int Kitware.VTK.vtkExtractSelectionBase.GetPreserveTopology | ( | ) | [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).
| override int Kitware.VTK.vtkExtractSelectionBase.IsA | ( | string | type | ) | [virtual] |
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.
| static new int Kitware.VTK.vtkExtractSelectionBase.IsTypeOf | ( | string | type | ) | [static] |
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.
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.
| virtual void Kitware.VTK.vtkExtractSelectionBase.PreserveTopologyOff | ( | ) | [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).
| virtual void Kitware.VTK.vtkExtractSelectionBase.PreserveTopologyOn | ( | ) | [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).
| static new vtkExtractSelectionBase Kitware.VTK.vtkExtractSelectionBase.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
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.
| 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).
| void Kitware.VTK.vtkExtractSelectionBase.SetSelectionConnection | ( | vtkAlgorithmOutput | algOutput | ) |
Convenience method to specify the selection connection (2nd input port)
| static internal int Kitware.VTK.vtkExtractSelectionBase.vtkExtractSelectionBase_GetPreserveTopology_01 | ( | HandleRef | pThis | ) | [private] |
| 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_PreserveTopologyOff_05 | ( | HandleRef | pThis | ) | [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] |
new readonly string Kitware.VTK.vtkExtractSelectionBase.MRClassNameKey = "23vtkExtractSelectionBase" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.
Reimplemented in Kitware.VTK.vtkExtractSelectedFrustum, Kitware.VTK.vtkExtractSelectedIds, Kitware.VTK.vtkExtractSelection, Kitware.VTK.vtkExtractSelectedLocations, Kitware.VTK.vtkProbeSelectedLocations, Kitware.VTK.vtkExtractSelectedBlock, and Kitware.VTK.vtkExtractSelectedThresholds.
| new const string Kitware.VTK.vtkExtractSelectionBase.MRFullTypeName = "Kitware.VTK.vtkExtractSelectionBase" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.
Reimplemented in Kitware.VTK.vtkExtractSelectedFrustum, Kitware.VTK.vtkExtractSelectedIds, Kitware.VTK.vtkExtractSelection, Kitware.VTK.vtkExtractSelectedLocations, Kitware.VTK.vtkProbeSelectedLocations, Kitware.VTK.vtkExtractSelectedBlock, and Kitware.VTK.vtkExtractSelectedThresholds.
1.7.6.1