|
ActiViz .NET
5.8.0
|
vtkExtractGeometry - extract cells that lie either entirely inside or outside of a specified implicit function More...
Public Member Functions | |
| vtkExtractGeometry (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkExtractGeometry () | |
| Construct object with ExtractInside turned on. | |
| virtual void | ExtractBoundaryCellsOff () |
| Boolean controls whether to extract cells that are partially inside. By default, ExtractBoundaryCells is off. | |
| virtual void | ExtractBoundaryCellsOn () |
| Boolean controls whether to extract cells that are partially inside. By default, ExtractBoundaryCells is off. | |
| virtual void | ExtractInsideOff () |
| Boolean controls whether to extract cells that are inside of implicit function (ExtractInside == 1) or outside of implicit function (ExtractInside == 0). | |
| virtual void | ExtractInsideOn () |
| Boolean controls whether to extract cells that are inside of implicit function (ExtractInside == 1) or outside of implicit function (ExtractInside == 0). | |
| virtual void | ExtractOnlyBoundaryCellsOff () |
| Boolean controls whether to extract cells that are partially inside. By default, ExtractBoundaryCells is off. | |
| virtual void | ExtractOnlyBoundaryCellsOn () |
| Boolean controls whether to extract cells that are partially inside. By default, ExtractBoundaryCells is off. | |
| virtual int | GetExtractBoundaryCells () |
| Boolean controls whether to extract cells that are partially inside. By default, ExtractBoundaryCells is off. | |
| virtual int | GetExtractInside () |
| Boolean controls whether to extract cells that are inside of implicit function (ExtractInside == 1) or outside of implicit function (ExtractInside == 0). | |
| virtual int | GetExtractOnlyBoundaryCells () |
| Boolean controls whether to extract cells that are partially inside. By default, ExtractBoundaryCells is off. | |
| virtual vtkImplicitFunction | GetImplicitFunction () |
| Specify the implicit function for inside/outside checks. | |
| override uint | GetMTime () |
| Return the MTime taking into account changes to the implicit function. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkExtractGeometry | NewInstance () |
| Undocumented Block. | |
| virtual void | SetExtractBoundaryCells (int _arg) |
| Boolean controls whether to extract cells that are partially inside. By default, ExtractBoundaryCells is off. | |
| virtual void | SetExtractInside (int _arg) |
| Boolean controls whether to extract cells that are inside of implicit function (ExtractInside == 1) or outside of implicit function (ExtractInside == 0). | |
| virtual void | SetExtractOnlyBoundaryCells (int _arg) |
| Boolean controls whether to extract cells that are partially inside. By default, ExtractBoundaryCells is off. | |
| virtual void | SetImplicitFunction (vtkImplicitFunction arg0) |
| Specify the implicit function for inside/outside checks. | |
Static Public Member Functions | |
| static new vtkExtractGeometry | New () |
| Construct object with ExtractInside turned on. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkExtractGeometry | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkExtractGeometry" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "18vtkExtractGeometry" |
| 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 | vtkExtractGeometry_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkExtractGeometry_ExtractBoundaryCellsOff_01 (HandleRef pThis) |
| static internal void | vtkExtractGeometry_ExtractBoundaryCellsOn_02 (HandleRef pThis) |
| static internal void | vtkExtractGeometry_ExtractInsideOff_03 (HandleRef pThis) |
| static internal void | vtkExtractGeometry_ExtractInsideOn_04 (HandleRef pThis) |
| static internal void | vtkExtractGeometry_ExtractOnlyBoundaryCellsOff_05 (HandleRef pThis) |
| static internal void | vtkExtractGeometry_ExtractOnlyBoundaryCellsOn_06 (HandleRef pThis) |
| static internal int | vtkExtractGeometry_GetExtractBoundaryCells_07 (HandleRef pThis) |
| static internal int | vtkExtractGeometry_GetExtractInside_08 (HandleRef pThis) |
| static internal int | vtkExtractGeometry_GetExtractOnlyBoundaryCells_09 (HandleRef pThis) |
| static internal IntPtr | vtkExtractGeometry_GetImplicitFunction_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal uint | vtkExtractGeometry_GetMTime_11 (HandleRef pThis) |
| static internal int | vtkExtractGeometry_IsA_12 (HandleRef pThis, string type) |
| static internal int | vtkExtractGeometry_IsTypeOf_13 (string type) |
| static internal IntPtr | vtkExtractGeometry_NewInstance_15 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkExtractGeometry_SafeDownCast_16 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkExtractGeometry_SetExtractBoundaryCells_17 (HandleRef pThis, int _arg) |
| static internal void | vtkExtractGeometry_SetExtractInside_18 (HandleRef pThis, int _arg) |
| static internal void | vtkExtractGeometry_SetExtractOnlyBoundaryCells_19 (HandleRef pThis, int _arg) |
| static internal void | vtkExtractGeometry_SetImplicitFunction_20 (HandleRef pThis, HandleRef arg0) |
Static Private Member Functions | |
| static | vtkExtractGeometry () |
| Automatically generated type registration mechanics. | |
vtkExtractGeometry - extract cells that lie either entirely inside or outside of a specified implicit function
| static Kitware.VTK.vtkExtractGeometry.vtkExtractGeometry | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkExtractGeometry.vtkExtractGeometry | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Construct object with ExtractInside turned on.
| override void Kitware.VTK.vtkExtractGeometry.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.vtkUnstructuredGridAlgorithm.
| virtual void Kitware.VTK.vtkExtractGeometry.ExtractBoundaryCellsOff | ( | ) | [virtual] |
Boolean controls whether to extract cells that are partially inside. By default, ExtractBoundaryCells is off.
| virtual void Kitware.VTK.vtkExtractGeometry.ExtractBoundaryCellsOn | ( | ) | [virtual] |
Boolean controls whether to extract cells that are partially inside. By default, ExtractBoundaryCells is off.
| virtual void Kitware.VTK.vtkExtractGeometry.ExtractInsideOff | ( | ) | [virtual] |
Boolean controls whether to extract cells that are inside of implicit function (ExtractInside == 1) or outside of implicit function (ExtractInside == 0).
| virtual void Kitware.VTK.vtkExtractGeometry.ExtractInsideOn | ( | ) | [virtual] |
Boolean controls whether to extract cells that are inside of implicit function (ExtractInside == 1) or outside of implicit function (ExtractInside == 0).
| virtual void Kitware.VTK.vtkExtractGeometry.ExtractOnlyBoundaryCellsOff | ( | ) | [virtual] |
Boolean controls whether to extract cells that are partially inside. By default, ExtractBoundaryCells is off.
| virtual void Kitware.VTK.vtkExtractGeometry.ExtractOnlyBoundaryCellsOn | ( | ) | [virtual] |
Boolean controls whether to extract cells that are partially inside. By default, ExtractBoundaryCells is off.
| virtual int Kitware.VTK.vtkExtractGeometry.GetExtractBoundaryCells | ( | ) | [virtual] |
Boolean controls whether to extract cells that are partially inside. By default, ExtractBoundaryCells is off.
| virtual int Kitware.VTK.vtkExtractGeometry.GetExtractInside | ( | ) | [virtual] |
Boolean controls whether to extract cells that are inside of implicit function (ExtractInside == 1) or outside of implicit function (ExtractInside == 0).
| virtual int Kitware.VTK.vtkExtractGeometry.GetExtractOnlyBoundaryCells | ( | ) | [virtual] |
Boolean controls whether to extract cells that are partially inside. By default, ExtractBoundaryCells is off.
| virtual vtkImplicitFunction Kitware.VTK.vtkExtractGeometry.GetImplicitFunction | ( | ) | [virtual] |
Specify the implicit function for inside/outside checks.
| override uint Kitware.VTK.vtkExtractGeometry.GetMTime | ( | ) | [virtual] |
Return the MTime taking into account changes to the implicit function.
Reimplemented from Kitware.VTK.vtkObject.
| override int Kitware.VTK.vtkExtractGeometry.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
| static new int Kitware.VTK.vtkExtractGeometry.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
| static new vtkExtractGeometry Kitware.VTK.vtkExtractGeometry.New | ( | ) | [static] |
Construct object with ExtractInside turned on.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
| static new vtkExtractGeometry Kitware.VTK.vtkExtractGeometry.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
| virtual void Kitware.VTK.vtkExtractGeometry.SetExtractBoundaryCells | ( | int | _arg | ) | [virtual] |
Boolean controls whether to extract cells that are partially inside. By default, ExtractBoundaryCells is off.
| virtual void Kitware.VTK.vtkExtractGeometry.SetExtractInside | ( | int | _arg | ) | [virtual] |
Boolean controls whether to extract cells that are inside of implicit function (ExtractInside == 1) or outside of implicit function (ExtractInside == 0).
| virtual void Kitware.VTK.vtkExtractGeometry.SetExtractOnlyBoundaryCells | ( | int | _arg | ) | [virtual] |
Boolean controls whether to extract cells that are partially inside. By default, ExtractBoundaryCells is off.
| virtual void Kitware.VTK.vtkExtractGeometry.SetImplicitFunction | ( | vtkImplicitFunction | arg0 | ) | [virtual] |
Specify the implicit function for inside/outside checks.
| static internal void Kitware.VTK.vtkExtractGeometry.vtkExtractGeometry_ExtractBoundaryCellsOff_01 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkExtractGeometry.vtkExtractGeometry_ExtractBoundaryCellsOn_02 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkExtractGeometry.vtkExtractGeometry_ExtractInsideOff_03 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkExtractGeometry.vtkExtractGeometry_ExtractInsideOn_04 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkExtractGeometry.vtkExtractGeometry_ExtractOnlyBoundaryCellsOff_05 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkExtractGeometry.vtkExtractGeometry_ExtractOnlyBoundaryCellsOn_06 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkExtractGeometry.vtkExtractGeometry_GetExtractBoundaryCells_07 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkExtractGeometry.vtkExtractGeometry_GetExtractInside_08 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkExtractGeometry.vtkExtractGeometry_GetExtractOnlyBoundaryCells_09 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkExtractGeometry.vtkExtractGeometry_GetImplicitFunction_10 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal uint Kitware.VTK.vtkExtractGeometry.vtkExtractGeometry_GetMTime_11 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkExtractGeometry.vtkExtractGeometry_IsA_12 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkExtractGeometry.vtkExtractGeometry_IsTypeOf_13 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkExtractGeometry.vtkExtractGeometry_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkExtractGeometry.vtkExtractGeometry_NewInstance_15 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkExtractGeometry.vtkExtractGeometry_SafeDownCast_16 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkExtractGeometry.vtkExtractGeometry_SetExtractBoundaryCells_17 | ( | HandleRef | pThis, |
| int | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkExtractGeometry.vtkExtractGeometry_SetExtractInside_18 | ( | HandleRef | pThis, |
| int | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkExtractGeometry.vtkExtractGeometry_SetExtractOnlyBoundaryCells_19 | ( | HandleRef | pThis, |
| int | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkExtractGeometry.vtkExtractGeometry_SetImplicitFunction_20 | ( | HandleRef | pThis, |
| HandleRef | arg0 | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkExtractGeometry.MRClassNameKey = "18vtkExtractGeometry" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
| new const string Kitware.VTK.vtkExtractGeometry.MRFullTypeName = "Kitware.VTK.vtkExtractGeometry" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
1.7.6.1