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

vtkExtractPolyDataGeometry - extract vtkPolyData cells that lies either entirely inside or outside of a specified implicit function More...

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

List of all members.

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.

Detailed Description

vtkExtractPolyDataGeometry - extract vtkPolyData cells that lies either entirely inside or outside of a specified implicit function


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

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 inside of implicit function (ExtractInside == 1) or outside of implicit function (ExtractInside == 0).

Specify the implicit function for inside/outside checks.

Here is the call graph for this function:

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.

Construct object with ExtractInside turned on.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Here is the call graph for this function:

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).

Specify the implicit function for inside/outside checks.

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

Member Data Documentation

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.


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