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

vtkClipHyperOctree - clip an hyperoctree with user-specified implicit function or input scalar data More...

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

List of all members.

Public Member Functions

 vtkClipHyperOctree (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkClipHyperOctree ()
 Construct with user-specified implicit function; InsideOut turned off; value set to 0.0; and generate clip scalars turned off.
void CreateDefaultLocator ()
 Create default locator. Used to create one when none is specified. The locator is used to merge coincident points.
virtual void GenerateClipScalarsOff ()
 If this flag is enabled, then the output scalar values will be interpolated from the implicit function values, and not the input scalar data. If you enable this flag but do not provide an implicit function an error will be reported.
virtual void GenerateClipScalarsOn ()
 If this flag is enabled, then the output scalar values will be interpolated from the implicit function values, and not the input scalar data. If you enable this flag but do not provide an implicit function an error will be reported.
virtual void GenerateClippedOutputOff ()
 Control whether a second output is generated. The second output contains the polygonal data that's been clipped away.
virtual void GenerateClippedOutputOn ()
 Control whether a second output is generated. The second output contains the polygonal data that's been clipped away.
virtual vtkImplicitFunction GetClipFunction ()
 Description Specify the implicit function with which to perform the clipping. If you do not define an implicit function, then the selected input scalar data will be used for clipping.
vtkUnstructuredGrid GetClippedOutput ()
 Return the Clipped output.
virtual int GetGenerateClipScalars ()
 If this flag is enabled, then the output scalar values will be interpolated from the implicit function values, and not the input scalar data. If you enable this flag but do not provide an implicit function an error will be reported.
virtual int GetGenerateClippedOutput ()
 Control whether a second output is generated. The second output contains the polygonal data that's been clipped away.
virtual int GetInsideOut ()
 Set/Get the InsideOut flag. When off, a vertex is considered inside the implicit function if its value is greater than the Value ivar. When InsideOutside is turned on, a vertex is considered inside the implicit function if its implicit function value is less than or equal to the Value ivar. InsideOut is off by default.
virtual vtkIncrementalPointLocator GetLocator ()
 Specify a spatial locator for merging points. By default, an instance of vtkMergePoints is used.
override uint GetMTime ()
 Return the mtime also considering the locator and clip function.
virtual double GetValue ()
 Set the clipping value of the implicit function (if clipping with implicit function) or scalar value (if clipping with scalars). The default value is 0.0.
virtual void InsideOutOff ()
 Set/Get the InsideOut flag. When off, a vertex is considered inside the implicit function if its value is greater than the Value ivar. When InsideOutside is turned on, a vertex is considered inside the implicit function if its implicit function value is less than or equal to the Value ivar. InsideOut is off by default.
virtual void InsideOutOn ()
 Set/Get the InsideOut flag. When off, a vertex is considered inside the implicit function if its value is greater than the Value ivar. When InsideOutside is turned on, a vertex is considered inside the implicit function if its implicit function value is less than or equal to the Value ivar. InsideOut is off by default.
override int IsA (string type)
 Undocumented Block.
new vtkClipHyperOctree NewInstance ()
 Undocumented Block.
virtual void SetClipFunction (vtkImplicitFunction arg0)
 Description Specify the implicit function with which to perform the clipping. If you do not define an implicit function, then the selected input scalar data will be used for clipping.
virtual void SetGenerateClipScalars (int _arg)
 If this flag is enabled, then the output scalar values will be interpolated from the implicit function values, and not the input scalar data. If you enable this flag but do not provide an implicit function an error will be reported.
virtual void SetGenerateClippedOutput (int _arg)
 Control whether a second output is generated. The second output contains the polygonal data that's been clipped away.
virtual void SetInsideOut (int _arg)
 Set/Get the InsideOut flag. When off, a vertex is considered inside the implicit function if its value is greater than the Value ivar. When InsideOutside is turned on, a vertex is considered inside the implicit function if its implicit function value is less than or equal to the Value ivar. InsideOut is off by default.
void SetLocator (vtkIncrementalPointLocator locator)
 Specify a spatial locator for merging points. By default, an instance of vtkMergePoints is used.
virtual void SetValue (double _arg)
 Set the clipping value of the implicit function (if clipping with implicit function) or scalar value (if clipping with scalars). The default value is 0.0.

Static Public Member Functions

static new vtkClipHyperOctree New ()
 Construct with user-specified implicit function; InsideOut turned off; value set to 0.0; and generate clip scalars turned off.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkClipHyperOctree SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkClipHyperOctree"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "18vtkClipHyperOctree"
 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 vtkClipHyperOctree_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkClipHyperOctree_CreateDefaultLocator_01 (HandleRef pThis)
static internal void vtkClipHyperOctree_GenerateClipScalarsOff_02 (HandleRef pThis)
static internal void vtkClipHyperOctree_GenerateClipScalarsOn_03 (HandleRef pThis)
static internal void vtkClipHyperOctree_GenerateClippedOutputOff_04 (HandleRef pThis)
static internal void vtkClipHyperOctree_GenerateClippedOutputOn_05 (HandleRef pThis)
static internal IntPtr vtkClipHyperOctree_GetClipFunction_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkClipHyperOctree_GetClippedOutput_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkClipHyperOctree_GetGenerateClipScalars_08 (HandleRef pThis)
static internal int vtkClipHyperOctree_GetGenerateClippedOutput_09 (HandleRef pThis)
static internal int vtkClipHyperOctree_GetInsideOut_10 (HandleRef pThis)
static internal IntPtr vtkClipHyperOctree_GetLocator_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal uint vtkClipHyperOctree_GetMTime_12 (HandleRef pThis)
static internal double vtkClipHyperOctree_GetValue_13 (HandleRef pThis)
static internal void vtkClipHyperOctree_InsideOutOff_14 (HandleRef pThis)
static internal void vtkClipHyperOctree_InsideOutOn_15 (HandleRef pThis)
static internal int vtkClipHyperOctree_IsA_16 (HandleRef pThis, string type)
static internal int vtkClipHyperOctree_IsTypeOf_17 (string type)
static internal IntPtr vtkClipHyperOctree_NewInstance_19 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkClipHyperOctree_SafeDownCast_20 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkClipHyperOctree_SetClipFunction_21 (HandleRef pThis, HandleRef arg0)
static internal void vtkClipHyperOctree_SetGenerateClipScalars_22 (HandleRef pThis, int _arg)
static internal void vtkClipHyperOctree_SetGenerateClippedOutput_23 (HandleRef pThis, int _arg)
static internal void vtkClipHyperOctree_SetInsideOut_24 (HandleRef pThis, int _arg)
static internal void vtkClipHyperOctree_SetLocator_25 (HandleRef pThis, HandleRef locator)
static internal void vtkClipHyperOctree_SetValue_26 (HandleRef pThis, double _arg)

Static Private Member Functions

static vtkClipHyperOctree ()
 Automatically generated type registration mechanics.

Detailed Description

vtkClipHyperOctree - clip an hyperoctree with user-specified implicit function or input scalar data

Description vtkClipHyperOctree is a filter that clips an hyperoctree using either any subclass of vtkImplicitFunction, or the input scalar data. Clipping means that it actually "cuts" through the leaves (cells) of the hyperoctree, returning everything inside of the specified implicit function (or greater than the scalar value) including "pieces" of a cell. (Compare this with vtkExtractGeometry, which pulls out entire, uncut cells.) The output of this filter is an unstructured grid.

To use this filter, you must decide if you will be clipping with an implicit function, or whether you will be using the input scalar data. If you want to clip with an implicit function, you must: 1) define an implicit function 2) set it with the SetClipFunction method 3) apply the GenerateClipScalarsOn method If a ClipFunction is not specified, or GenerateClipScalars is off (the default), then the input's scalar data will be used to clip the polydata.

You can also specify a scalar value, which is used to decide what is inside and outside of the implicit function. You can also reverse the sense of what inside/outside is by setting the InsideOut instance variable. (The clipping algorithm proceeds by computing an implicit function value or using the input scalar data for each point in the dataset. This is compared to the scalar value to determine inside/outside.)

This filter can be configured to compute a second output. The second output is the part of the cell that is clipped away. Set the GenerateClippedData boolean on if you wish to access this output data.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkClipHyperOctree.vtkClipHyperOctree ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Construct with user-specified implicit function; InsideOut turned off; value set to 0.0; and generate clip scalars turned off.


Member Function Documentation

Create default locator. Used to create one when none is specified. The locator is used to merge coincident points.

override void Kitware.VTK.vtkClipHyperOctree.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.

Control whether a second output is generated. The second output contains the polygonal data that's been clipped away.

Control whether a second output is generated. The second output contains the polygonal data that's been clipped away.

If this flag is enabled, then the output scalar values will be interpolated from the implicit function values, and not the input scalar data. If you enable this flag but do not provide an implicit function an error will be reported.

If this flag is enabled, then the output scalar values will be interpolated from the implicit function values, and not the input scalar data. If you enable this flag but do not provide an implicit function an error will be reported.

Description Specify the implicit function with which to perform the clipping. If you do not define an implicit function, then the selected input scalar data will be used for clipping.

Here is the call graph for this function:

Return the Clipped output.

Here is the call graph for this function:

Control whether a second output is generated. The second output contains the polygonal data that's been clipped away.

If this flag is enabled, then the output scalar values will be interpolated from the implicit function values, and not the input scalar data. If you enable this flag but do not provide an implicit function an error will be reported.

Set/Get the InsideOut flag. When off, a vertex is considered inside the implicit function if its value is greater than the Value ivar. When InsideOutside is turned on, a vertex is considered inside the implicit function if its implicit function value is less than or equal to the Value ivar. InsideOut is off by default.

Specify a spatial locator for merging points. By default, an instance of vtkMergePoints is used.

Here is the call graph for this function:

override uint Kitware.VTK.vtkClipHyperOctree.GetMTime ( ) [virtual]

Return the mtime also considering the locator and clip function.

Reimplemented from Kitware.VTK.vtkObject.

virtual double Kitware.VTK.vtkClipHyperOctree.GetValue ( ) [virtual]

Set the clipping value of the implicit function (if clipping with implicit function) or scalar value (if clipping with scalars). The default value is 0.0.

virtual void Kitware.VTK.vtkClipHyperOctree.InsideOutOff ( ) [virtual]

Set/Get the InsideOut flag. When off, a vertex is considered inside the implicit function if its value is greater than the Value ivar. When InsideOutside is turned on, a vertex is considered inside the implicit function if its implicit function value is less than or equal to the Value ivar. InsideOut is off by default.

virtual void Kitware.VTK.vtkClipHyperOctree.InsideOutOn ( ) [virtual]

Set/Get the InsideOut flag. When off, a vertex is considered inside the implicit function if its value is greater than the Value ivar. When InsideOutside is turned on, a vertex is considered inside the implicit function if its implicit function value is less than or equal to the Value ivar. InsideOut is off by default.

override int Kitware.VTK.vtkClipHyperOctree.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

static new int Kitware.VTK.vtkClipHyperOctree.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

Construct with user-specified implicit function; InsideOut turned off; value set to 0.0; and generate clip scalars turned off.

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:

Description Specify the implicit function with which to perform the clipping. If you do not define an implicit function, then the selected input scalar data will be used for clipping.

virtual void Kitware.VTK.vtkClipHyperOctree.SetGenerateClippedOutput ( int  _arg) [virtual]

Control whether a second output is generated. The second output contains the polygonal data that's been clipped away.

virtual void Kitware.VTK.vtkClipHyperOctree.SetGenerateClipScalars ( int  _arg) [virtual]

If this flag is enabled, then the output scalar values will be interpolated from the implicit function values, and not the input scalar data. If you enable this flag but do not provide an implicit function an error will be reported.

virtual void Kitware.VTK.vtkClipHyperOctree.SetInsideOut ( int  _arg) [virtual]

Set/Get the InsideOut flag. When off, a vertex is considered inside the implicit function if its value is greater than the Value ivar. When InsideOutside is turned on, a vertex is considered inside the implicit function if its implicit function value is less than or equal to the Value ivar. InsideOut is off by default.

Specify a spatial locator for merging points. By default, an instance of vtkMergePoints is used.

virtual void Kitware.VTK.vtkClipHyperOctree.SetValue ( double  _arg) [virtual]

Set the clipping value of the implicit function (if clipping with implicit function) or scalar value (if clipping with scalars). The default value is 0.0.

static internal void Kitware.VTK.vtkClipHyperOctree.vtkClipHyperOctree_CreateDefaultLocator_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkClipHyperOctree.vtkClipHyperOctree_GenerateClippedOutputOff_04 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkClipHyperOctree.vtkClipHyperOctree_GenerateClippedOutputOn_05 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkClipHyperOctree.vtkClipHyperOctree_GenerateClipScalarsOff_02 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkClipHyperOctree.vtkClipHyperOctree_GenerateClipScalarsOn_03 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkClipHyperOctree.vtkClipHyperOctree_GetClipFunction_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkClipHyperOctree.vtkClipHyperOctree_GetClippedOutput_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkClipHyperOctree.vtkClipHyperOctree_GetGenerateClippedOutput_09 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkClipHyperOctree.vtkClipHyperOctree_GetGenerateClipScalars_08 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkClipHyperOctree.vtkClipHyperOctree_GetInsideOut_10 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkClipHyperOctree.vtkClipHyperOctree_GetLocator_11 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal uint Kitware.VTK.vtkClipHyperOctree.vtkClipHyperOctree_GetMTime_12 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkClipHyperOctree.vtkClipHyperOctree_GetValue_13 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkClipHyperOctree.vtkClipHyperOctree_InsideOutOff_14 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkClipHyperOctree.vtkClipHyperOctree_InsideOutOn_15 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkClipHyperOctree.vtkClipHyperOctree_IsA_16 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkClipHyperOctree.vtkClipHyperOctree_IsTypeOf_17 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkClipHyperOctree.vtkClipHyperOctree_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkClipHyperOctree.vtkClipHyperOctree_NewInstance_19 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkClipHyperOctree.vtkClipHyperOctree_SafeDownCast_20 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkClipHyperOctree.vtkClipHyperOctree_SetClipFunction_21 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkClipHyperOctree.vtkClipHyperOctree_SetGenerateClippedOutput_23 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkClipHyperOctree.vtkClipHyperOctree_SetGenerateClipScalars_22 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkClipHyperOctree.vtkClipHyperOctree_SetInsideOut_24 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkClipHyperOctree.vtkClipHyperOctree_SetLocator_25 ( HandleRef  pThis,
HandleRef  locator 
) [private]
static internal void Kitware.VTK.vtkClipHyperOctree.vtkClipHyperOctree_SetValue_26 ( HandleRef  pThis,
double  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkClipHyperOctree.MRClassNameKey = "18vtkClipHyperOctree" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

new const string Kitware.VTK.vtkClipHyperOctree.MRFullTypeName = "Kitware.VTK.vtkClipHyperOctree"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.


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