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

vtkExtractGeometry - extract cells that lie either entirely inside or outside of a specified implicit function More...

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

List of all members.

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.

Detailed Description

vtkExtractGeometry - extract cells that lie either entirely inside or outside of a specified implicit function


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

Boolean controls whether to extract cells that are partially inside. By default, ExtractBoundaryCells is off.

Boolean controls whether to extract cells that are partially inside. By default, ExtractBoundaryCells is off.

Boolean controls whether to extract cells that are inside of implicit function (ExtractInside == 1) or outside of implicit function (ExtractInside == 0).

Boolean controls whether to extract cells that are inside of implicit function (ExtractInside == 1) or outside of implicit function (ExtractInside == 0).

Boolean controls whether to extract cells that are partially inside. By default, ExtractBoundaryCells is off.

Boolean controls whether to extract cells that are partially inside. By default, ExtractBoundaryCells is off.

Boolean controls whether to extract cells that are partially inside. By default, ExtractBoundaryCells is off.

Boolean controls whether to extract cells that are inside of implicit function (ExtractInside == 1) or outside of implicit function (ExtractInside == 0).

Boolean controls whether to extract cells that are partially inside. By default, ExtractBoundaryCells is off.

Specify the implicit function for inside/outside checks.

Here is the call graph for this function:

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.

Construct object with ExtractInside turned on.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

Here is the call graph for this function:

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.

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 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]

Member Data Documentation

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.


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