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

vtkClipDataSet - clip any dataset with user-specified implicit function or input scalar data More...

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

List of all members.

Public Member Functions

 vtkClipDataSet (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkClipDataSet ()
 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 GetMergeTolerance ()
 Set the tolerance for merging clip intersection points that are near the vertices of cells. This tolerance is used to prevent the generation of degenerate primitives. Note that only 3D cells actually use this instance variable.
virtual double GetMergeToleranceMaxValue ()
 Set the tolerance for merging clip intersection points that are near the vertices of cells. This tolerance is used to prevent the generation of degenerate primitives. Note that only 3D cells actually use this instance variable.
virtual double GetMergeToleranceMinValue ()
 Set the tolerance for merging clip intersection points that are near the vertices of cells. This tolerance is used to prevent the generation of degenerate primitives. Note that only 3D cells actually use this instance variable.
virtual bool GetUseValueAsOffset ()
 If UseValueAsOffset is true, Value is used as an offset parameter to the implicit function. Otherwise, Value is used only when clipping using a scalar array. Default is true.
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. This value is ignored if UseValueAsOffset is true and a clip function is defined.
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 vtkClipDataSet 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 SetMergeTolerance (double _arg)
 Set the tolerance for merging clip intersection points that are near the vertices of cells. This tolerance is used to prevent the generation of degenerate primitives. Note that only 3D cells actually use this instance variable.
virtual void SetUseValueAsOffset (bool _arg)
 If UseValueAsOffset is true, Value is used as an offset parameter to the implicit function. Otherwise, Value is used only when clipping using a scalar array. Default is true.
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. This value is ignored if UseValueAsOffset is true and a clip function is defined.
virtual void UseValueAsOffsetOff ()
 If UseValueAsOffset is true, Value is used as an offset parameter to the implicit function. Otherwise, Value is used only when clipping using a scalar array. Default is true.
virtual void UseValueAsOffsetOn ()
 If UseValueAsOffset is true, Value is used as an offset parameter to the implicit function. Otherwise, Value is used only when clipping using a scalar array. Default is true.

Static Public Member Functions

static new vtkClipDataSet 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 vtkClipDataSet SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "14vtkClipDataSet"
 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 vtkClipDataSet_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkClipDataSet_CreateDefaultLocator_01 (HandleRef pThis)
static internal void vtkClipDataSet_GenerateClipScalarsOff_02 (HandleRef pThis)
static internal void vtkClipDataSet_GenerateClipScalarsOn_03 (HandleRef pThis)
static internal void vtkClipDataSet_GenerateClippedOutputOff_04 (HandleRef pThis)
static internal void vtkClipDataSet_GenerateClippedOutputOn_05 (HandleRef pThis)
static internal IntPtr vtkClipDataSet_GetClipFunction_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkClipDataSet_GetClippedOutput_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkClipDataSet_GetGenerateClipScalars_08 (HandleRef pThis)
static internal int vtkClipDataSet_GetGenerateClippedOutput_09 (HandleRef pThis)
static internal int vtkClipDataSet_GetInsideOut_10 (HandleRef pThis)
static internal IntPtr vtkClipDataSet_GetLocator_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal uint vtkClipDataSet_GetMTime_12 (HandleRef pThis)
static internal double vtkClipDataSet_GetMergeTolerance_13 (HandleRef pThis)
static internal double vtkClipDataSet_GetMergeToleranceMaxValue_14 (HandleRef pThis)
static internal double vtkClipDataSet_GetMergeToleranceMinValue_15 (HandleRef pThis)
static internal byte vtkClipDataSet_GetUseValueAsOffset_16 (HandleRef pThis)
static internal double vtkClipDataSet_GetValue_17 (HandleRef pThis)
static internal void vtkClipDataSet_InsideOutOff_18 (HandleRef pThis)
static internal void vtkClipDataSet_InsideOutOn_19 (HandleRef pThis)
static internal int vtkClipDataSet_IsA_20 (HandleRef pThis, string type)
static internal int vtkClipDataSet_IsTypeOf_21 (string type)
static internal IntPtr vtkClipDataSet_NewInstance_23 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkClipDataSet_SafeDownCast_24 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkClipDataSet_SetClipFunction_25 (HandleRef pThis, HandleRef arg0)
static internal void vtkClipDataSet_SetGenerateClipScalars_26 (HandleRef pThis, int _arg)
static internal void vtkClipDataSet_SetGenerateClippedOutput_27 (HandleRef pThis, int _arg)
static internal void vtkClipDataSet_SetInsideOut_28 (HandleRef pThis, int _arg)
static internal void vtkClipDataSet_SetLocator_29 (HandleRef pThis, HandleRef locator)
static internal void vtkClipDataSet_SetMergeTolerance_30 (HandleRef pThis, double _arg)
static internal void vtkClipDataSet_SetUseValueAsOffset_31 (HandleRef pThis, byte _arg)
static internal void vtkClipDataSet_SetValue_32 (HandleRef pThis, double _arg)
static internal void vtkClipDataSet_UseValueAsOffsetOff_33 (HandleRef pThis)
static internal void vtkClipDataSet_UseValueAsOffsetOn_34 (HandleRef pThis)

Static Private Member Functions

static vtkClipDataSet ()
 Automatically generated type registration mechanics.

Detailed Description

vtkClipDataSet - clip any dataset with user-specified implicit function or input scalar data

Description vtkClipDataSet is a filter that clips any type of dataset using either any subclass of vtkImplicitFunction, or the input scalar data. Clipping means that it actually "cuts" through the cells of the dataset, 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

static Kitware.VTK.vtkClipDataSet.vtkClipDataSet ( ) [static, private]

Automatically generated type registration mechanics.

Kitware.VTK.vtkClipDataSet.vtkClipDataSet ( 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.vtkClipDataSet.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.

virtual int Kitware.VTK.vtkClipDataSet.GetInsideOut ( ) [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.

Here is the call graph for this function:

virtual double Kitware.VTK.vtkClipDataSet.GetMergeTolerance ( ) [virtual]

Set the tolerance for merging clip intersection points that are near the vertices of cells. This tolerance is used to prevent the generation of degenerate primitives. Note that only 3D cells actually use this instance variable.

Set the tolerance for merging clip intersection points that are near the vertices of cells. This tolerance is used to prevent the generation of degenerate primitives. Note that only 3D cells actually use this instance variable.

Set the tolerance for merging clip intersection points that are near the vertices of cells. This tolerance is used to prevent the generation of degenerate primitives. Note that only 3D cells actually use this instance variable.

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

Return the mtime also considering the locator and clip function.

Reimplemented from Kitware.VTK.vtkObject.

If UseValueAsOffset is true, Value is used as an offset parameter to the implicit function. Otherwise, Value is used only when clipping using a scalar array. Default is true.

virtual double Kitware.VTK.vtkClipDataSet.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. This value is ignored if UseValueAsOffset is true and a clip function is defined.

virtual void Kitware.VTK.vtkClipDataSet.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.vtkClipDataSet.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.vtkClipDataSet.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

static new int Kitware.VTK.vtkClipDataSet.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.vtkClipDataSet.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.vtkClipDataSet.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.vtkClipDataSet.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.vtkClipDataSet.SetMergeTolerance ( double  _arg) [virtual]

Set the tolerance for merging clip intersection points that are near the vertices of cells. This tolerance is used to prevent the generation of degenerate primitives. Note that only 3D cells actually use this instance variable.

virtual void Kitware.VTK.vtkClipDataSet.SetUseValueAsOffset ( bool  _arg) [virtual]

If UseValueAsOffset is true, Value is used as an offset parameter to the implicit function. Otherwise, Value is used only when clipping using a scalar array. Default is true.

virtual void Kitware.VTK.vtkClipDataSet.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. This value is ignored if UseValueAsOffset is true and a clip function is defined.

If UseValueAsOffset is true, Value is used as an offset parameter to the implicit function. Otherwise, Value is used only when clipping using a scalar array. Default is true.

If UseValueAsOffset is true, Value is used as an offset parameter to the implicit function. Otherwise, Value is used only when clipping using a scalar array. Default is true.

static internal void Kitware.VTK.vtkClipDataSet.vtkClipDataSet_CreateDefaultLocator_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkClipDataSet.vtkClipDataSet_GenerateClippedOutputOff_04 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkClipDataSet.vtkClipDataSet_GenerateClippedOutputOn_05 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkClipDataSet.vtkClipDataSet_GenerateClipScalarsOff_02 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkClipDataSet.vtkClipDataSet_GenerateClipScalarsOn_03 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkClipDataSet.vtkClipDataSet_GetClipFunction_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkClipDataSet.vtkClipDataSet_GetClippedOutput_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkClipDataSet.vtkClipDataSet_GetGenerateClippedOutput_09 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkClipDataSet.vtkClipDataSet_GetGenerateClipScalars_08 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkClipDataSet.vtkClipDataSet_GetInsideOut_10 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkClipDataSet.vtkClipDataSet_GetLocator_11 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal double Kitware.VTK.vtkClipDataSet.vtkClipDataSet_GetMergeTolerance_13 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkClipDataSet.vtkClipDataSet_GetMergeToleranceMaxValue_14 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkClipDataSet.vtkClipDataSet_GetMergeToleranceMinValue_15 ( HandleRef  pThis) [private]
static internal uint Kitware.VTK.vtkClipDataSet.vtkClipDataSet_GetMTime_12 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkClipDataSet.vtkClipDataSet_GetUseValueAsOffset_16 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkClipDataSet.vtkClipDataSet_GetValue_17 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkClipDataSet.vtkClipDataSet_InsideOutOff_18 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkClipDataSet.vtkClipDataSet_InsideOutOn_19 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkClipDataSet.vtkClipDataSet_IsA_20 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkClipDataSet.vtkClipDataSet_IsTypeOf_21 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkClipDataSet.vtkClipDataSet_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkClipDataSet.vtkClipDataSet_NewInstance_23 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkClipDataSet.vtkClipDataSet_SafeDownCast_24 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkClipDataSet.vtkClipDataSet_SetClipFunction_25 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkClipDataSet.vtkClipDataSet_SetGenerateClippedOutput_27 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkClipDataSet.vtkClipDataSet_SetGenerateClipScalars_26 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkClipDataSet.vtkClipDataSet_SetInsideOut_28 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkClipDataSet.vtkClipDataSet_SetLocator_29 ( HandleRef  pThis,
HandleRef  locator 
) [private]
static internal void Kitware.VTK.vtkClipDataSet.vtkClipDataSet_SetMergeTolerance_30 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkClipDataSet.vtkClipDataSet_SetUseValueAsOffset_31 ( HandleRef  pThis,
byte  _arg 
) [private]
static internal void Kitware.VTK.vtkClipDataSet.vtkClipDataSet_SetValue_32 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkClipDataSet.vtkClipDataSet_UseValueAsOffsetOff_33 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkClipDataSet.vtkClipDataSet_UseValueAsOffsetOn_34 ( HandleRef  pThis) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkClipDataSet.MRClassNameKey = "14vtkClipDataSet" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.


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