ActiViz .NET
5.8.0
|
vtkExtractPolyDataGeometry - extract vtkPolyData cells that lies either entirely inside or outside of a specified implicit function More...
Public Member Functions | |
vtkExtractPolyDataGeometry (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkExtractPolyDataGeometry () | |
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 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 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 vtkExtractPolyDataGeometry | 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 | SetImplicitFunction (vtkImplicitFunction arg0) |
Specify the implicit function for inside/outside checks. | |
Static Public Member Functions | |
static new vtkExtractPolyDataGeometry | New () |
Construct object with ExtractInside turned on. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkExtractPolyDataGeometry | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkExtractPolyDataGeometry" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "26vtkExtractPolyDataGeometry" |
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 | vtkExtractPolyDataGeometry_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkExtractPolyDataGeometry_ExtractBoundaryCellsOff_01 (HandleRef pThis) |
static internal void | vtkExtractPolyDataGeometry_ExtractBoundaryCellsOn_02 (HandleRef pThis) |
static internal void | vtkExtractPolyDataGeometry_ExtractInsideOff_03 (HandleRef pThis) |
static internal void | vtkExtractPolyDataGeometry_ExtractInsideOn_04 (HandleRef pThis) |
static internal int | vtkExtractPolyDataGeometry_GetExtractBoundaryCells_05 (HandleRef pThis) |
static internal int | vtkExtractPolyDataGeometry_GetExtractInside_06 (HandleRef pThis) |
static internal IntPtr | vtkExtractPolyDataGeometry_GetImplicitFunction_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal uint | vtkExtractPolyDataGeometry_GetMTime_08 (HandleRef pThis) |
static internal int | vtkExtractPolyDataGeometry_IsA_09 (HandleRef pThis, string type) |
static internal int | vtkExtractPolyDataGeometry_IsTypeOf_10 (string type) |
static internal IntPtr | vtkExtractPolyDataGeometry_NewInstance_12 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkExtractPolyDataGeometry_SafeDownCast_13 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkExtractPolyDataGeometry_SetExtractBoundaryCells_14 (HandleRef pThis, int _arg) |
static internal void | vtkExtractPolyDataGeometry_SetExtractInside_15 (HandleRef pThis, int _arg) |
static internal void | vtkExtractPolyDataGeometry_SetImplicitFunction_16 (HandleRef pThis, HandleRef arg0) |
Static Private Member Functions | |
static | vtkExtractPolyDataGeometry () |
Automatically generated type registration mechanics. |
vtkExtractPolyDataGeometry - extract vtkPolyData cells that lies either entirely inside or outside of a specified implicit function
static Kitware.VTK.vtkExtractPolyDataGeometry.vtkExtractPolyDataGeometry | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkExtractPolyDataGeometry.vtkExtractPolyDataGeometry | ( | 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.vtkExtractPolyDataGeometry.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.vtkPolyDataAlgorithm.
virtual void Kitware.VTK.vtkExtractPolyDataGeometry.ExtractBoundaryCellsOff | ( | ) | [virtual] |
Boolean controls whether to extract cells that are partially inside. By default, ExtractBoundaryCells is off.
virtual void Kitware.VTK.vtkExtractPolyDataGeometry.ExtractBoundaryCellsOn | ( | ) | [virtual] |
Boolean controls whether to extract cells that are partially inside. By default, ExtractBoundaryCells is off.
virtual void Kitware.VTK.vtkExtractPolyDataGeometry.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.vtkExtractPolyDataGeometry.ExtractInsideOn | ( | ) | [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.vtkExtractPolyDataGeometry.GetExtractBoundaryCells | ( | ) | [virtual] |
Boolean controls whether to extract cells that are partially inside. By default, ExtractBoundaryCells is off.
virtual int Kitware.VTK.vtkExtractPolyDataGeometry.GetExtractInside | ( | ) | [virtual] |
Boolean controls whether to extract cells that are inside of implicit function (ExtractInside == 1) or outside of implicit function (ExtractInside == 0).
virtual vtkImplicitFunction Kitware.VTK.vtkExtractPolyDataGeometry.GetImplicitFunction | ( | ) | [virtual] |
Specify the implicit function for inside/outside checks.
override uint Kitware.VTK.vtkExtractPolyDataGeometry.GetMTime | ( | ) | [virtual] |
Return the MTime taking into account changes to the implicit function.
Reimplemented from Kitware.VTK.vtkObject.
override int Kitware.VTK.vtkExtractPolyDataGeometry.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new int Kitware.VTK.vtkExtractPolyDataGeometry.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkExtractPolyDataGeometry Kitware.VTK.vtkExtractPolyDataGeometry.New | ( | ) | [static] |
Construct object with ExtractInside turned on.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkExtractPolyDataGeometry Kitware.VTK.vtkExtractPolyDataGeometry.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
virtual void Kitware.VTK.vtkExtractPolyDataGeometry.SetExtractBoundaryCells | ( | int | _arg | ) | [virtual] |
Boolean controls whether to extract cells that are partially inside. By default, ExtractBoundaryCells is off.
virtual void Kitware.VTK.vtkExtractPolyDataGeometry.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.vtkExtractPolyDataGeometry.SetImplicitFunction | ( | vtkImplicitFunction | arg0 | ) | [virtual] |
Specify the implicit function for inside/outside checks.
static internal void Kitware.VTK.vtkExtractPolyDataGeometry.vtkExtractPolyDataGeometry_ExtractBoundaryCellsOff_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkExtractPolyDataGeometry.vtkExtractPolyDataGeometry_ExtractBoundaryCellsOn_02 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkExtractPolyDataGeometry.vtkExtractPolyDataGeometry_ExtractInsideOff_03 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkExtractPolyDataGeometry.vtkExtractPolyDataGeometry_ExtractInsideOn_04 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExtractPolyDataGeometry.vtkExtractPolyDataGeometry_GetExtractBoundaryCells_05 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExtractPolyDataGeometry.vtkExtractPolyDataGeometry_GetExtractInside_06 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkExtractPolyDataGeometry.vtkExtractPolyDataGeometry_GetImplicitFunction_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal uint Kitware.VTK.vtkExtractPolyDataGeometry.vtkExtractPolyDataGeometry_GetMTime_08 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExtractPolyDataGeometry.vtkExtractPolyDataGeometry_IsA_09 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkExtractPolyDataGeometry.vtkExtractPolyDataGeometry_IsTypeOf_10 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkExtractPolyDataGeometry.vtkExtractPolyDataGeometry_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkExtractPolyDataGeometry.vtkExtractPolyDataGeometry_NewInstance_12 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkExtractPolyDataGeometry.vtkExtractPolyDataGeometry_SafeDownCast_13 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkExtractPolyDataGeometry.vtkExtractPolyDataGeometry_SetExtractBoundaryCells_14 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkExtractPolyDataGeometry.vtkExtractPolyDataGeometry_SetExtractInside_15 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkExtractPolyDataGeometry.vtkExtractPolyDataGeometry_SetImplicitFunction_16 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
new readonly string Kitware.VTK.vtkExtractPolyDataGeometry.MRClassNameKey = "26vtkExtractPolyDataGeometry" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
new const string Kitware.VTK.vtkExtractPolyDataGeometry.MRFullTypeName = "Kitware.VTK.vtkExtractPolyDataGeometry" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.