ActiViz .NET
5.8.0
|
vtkClipVolume - clip volume data with user-specified implicit function or input scalar data More...
Public Member Functions | |
vtkClipVolume (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkClipVolume () | |
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 unstructured grid that's been clipped away. | |
virtual void | GenerateClippedOutputOn () |
Control whether a second output is generated. The second output contains the unstructured grid 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 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 unstructured grid 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 () |
Set / Get 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 corners of voxels. This tolerance is used to prevent the generation of degenerate tetrahedra. | |
virtual double | GetMergeToleranceMaxValue () |
Set the tolerance for merging clip intersection points that are near the corners of voxels. This tolerance is used to prevent the generation of degenerate tetrahedra. | |
virtual double | GetMergeToleranceMinValue () |
Set the tolerance for merging clip intersection points that are near the corners of voxels. This tolerance is used to prevent the generation of degenerate tetrahedra. | |
virtual int | GetMixed3DCellGeneration () |
Control whether the filter produces a mix of 3D cell types on output, or whether the output cells are all tetrahedra. By default, a mixed set of cells (e.g., tetrahedra and wedges) is produced. (Note: mixed type generation is faster and less overall data is generated.) | |
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. | |
virtual void | Mixed3DCellGenerationOff () |
Control whether the filter produces a mix of 3D cell types on output, or whether the output cells are all tetrahedra. By default, a mixed set of cells (e.g., tetrahedra and wedges) is produced. (Note: mixed type generation is faster and less overall data is generated.) | |
virtual void | Mixed3DCellGenerationOn () |
Control whether the filter produces a mix of 3D cell types on output, or whether the output cells are all tetrahedra. By default, a mixed set of cells (e.g., tetrahedra and wedges) is produced. (Note: mixed type generation is faster and less overall data is generated.) | |
new vtkClipVolume | 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 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 unstructured grid 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) |
Set / Get 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 corners of voxels. This tolerance is used to prevent the generation of degenerate tetrahedra. | |
virtual void | SetMixed3DCellGeneration (int _arg) |
Control whether the filter produces a mix of 3D cell types on output, or whether the output cells are all tetrahedra. By default, a mixed set of cells (e.g., tetrahedra and wedges) is produced. (Note: mixed type generation is faster and less overall data is generated.) | |
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 vtkClipVolume | 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 vtkClipVolume | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkClipVolume" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "13vtkClipVolume" |
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 | vtkClipVolume_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkClipVolume_CreateDefaultLocator_01 (HandleRef pThis) |
static internal void | vtkClipVolume_GenerateClipScalarsOff_02 (HandleRef pThis) |
static internal void | vtkClipVolume_GenerateClipScalarsOn_03 (HandleRef pThis) |
static internal void | vtkClipVolume_GenerateClippedOutputOff_04 (HandleRef pThis) |
static internal void | vtkClipVolume_GenerateClippedOutputOn_05 (HandleRef pThis) |
static internal IntPtr | vtkClipVolume_GetClipFunction_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkClipVolume_GetClippedOutput_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkClipVolume_GetGenerateClipScalars_08 (HandleRef pThis) |
static internal int | vtkClipVolume_GetGenerateClippedOutput_09 (HandleRef pThis) |
static internal int | vtkClipVolume_GetInsideOut_10 (HandleRef pThis) |
static internal IntPtr | vtkClipVolume_GetLocator_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal uint | vtkClipVolume_GetMTime_12 (HandleRef pThis) |
static internal double | vtkClipVolume_GetMergeTolerance_13 (HandleRef pThis) |
static internal double | vtkClipVolume_GetMergeToleranceMaxValue_14 (HandleRef pThis) |
static internal double | vtkClipVolume_GetMergeToleranceMinValue_15 (HandleRef pThis) |
static internal int | vtkClipVolume_GetMixed3DCellGeneration_16 (HandleRef pThis) |
static internal double | vtkClipVolume_GetValue_17 (HandleRef pThis) |
static internal void | vtkClipVolume_InsideOutOff_18 (HandleRef pThis) |
static internal void | vtkClipVolume_InsideOutOn_19 (HandleRef pThis) |
static internal int | vtkClipVolume_IsA_20 (HandleRef pThis, string type) |
static internal int | vtkClipVolume_IsTypeOf_21 (string type) |
static internal void | vtkClipVolume_Mixed3DCellGenerationOff_22 (HandleRef pThis) |
static internal void | vtkClipVolume_Mixed3DCellGenerationOn_23 (HandleRef pThis) |
static internal IntPtr | vtkClipVolume_NewInstance_25 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkClipVolume_SafeDownCast_26 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkClipVolume_SetClipFunction_27 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkClipVolume_SetGenerateClipScalars_28 (HandleRef pThis, int _arg) |
static internal void | vtkClipVolume_SetGenerateClippedOutput_29 (HandleRef pThis, int _arg) |
static internal void | vtkClipVolume_SetInsideOut_30 (HandleRef pThis, int _arg) |
static internal void | vtkClipVolume_SetLocator_31 (HandleRef pThis, HandleRef locator) |
static internal void | vtkClipVolume_SetMergeTolerance_32 (HandleRef pThis, double _arg) |
static internal void | vtkClipVolume_SetMixed3DCellGeneration_33 (HandleRef pThis, int _arg) |
static internal void | vtkClipVolume_SetValue_34 (HandleRef pThis, double _arg) |
Static Private Member Functions | |
static | vtkClipVolume () |
Automatically generated type registration mechanics. |
vtkClipVolume - clip volume data with user-specified implicit function or input scalar data
Description vtkClipVolume is a filter that clips volume data (i.e., vtkImageData) using either: any subclass of vtkImplicitFunction or the input scalar data. The clipping operation cuts through the cells of the dataset--converting 3D image data into a 3D unstructured grid--returning everything inside of the specified implicit function (or greater than the scalar value). During the clipping the filter will produce pieces of a cell. (Compare this with vtkExtractGeometry or vtkGeometryFilter, which produces entire, uncut cells.) The output of this filter is a 3D unstructured grid (e.g., tetrahedra or other 3D cell types).
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 first define and then set the implicit function with the SetClipFunction() method. Otherwise, you must make sure input scalar data is available. 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 cutting 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 portion of the volume that is clipped away. Set the GenerateClippedData boolean on if you wish to access this output data.
The filter will produce an unstructured grid of entirely tetrahedra or a mixed grid of tetrahedra and other 3D cell types (e.g., wedges). Control this behavior by setting the Mixed3DCellGeneration. By default the Mixed3DCellGeneration is on and a combination of cell types will be produced. Note that producing mixed cell types is a faster than producing only tetrahedra.
static Kitware.VTK.vtkClipVolume.vtkClipVolume | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkClipVolume.vtkClipVolume | ( | 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.
Create default locator. Used to create one when none is specified. The locator is used to merge coincident points.
override void Kitware.VTK.vtkClipVolume.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.
virtual void Kitware.VTK.vtkClipVolume.GenerateClippedOutputOff | ( | ) | [virtual] |
Control whether a second output is generated. The second output contains the unstructured grid that's been clipped away.
virtual void Kitware.VTK.vtkClipVolume.GenerateClippedOutputOn | ( | ) | [virtual] |
Control whether a second output is generated. The second output contains the unstructured grid that's been clipped away.
virtual void Kitware.VTK.vtkClipVolume.GenerateClipScalarsOff | ( | ) | [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.vtkClipVolume.GenerateClipScalarsOn | ( | ) | [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 vtkImplicitFunction Kitware.VTK.vtkClipVolume.GetClipFunction | ( | ) | [virtual] |
Description Specify the implicit function with which to perform the clipping. If you do not define an implicit function, then the input scalar data will be used for clipping.
Return the clipped output.
virtual int Kitware.VTK.vtkClipVolume.GetGenerateClippedOutput | ( | ) | [virtual] |
Control whether a second output is generated. The second output contains the unstructured grid that's been clipped away.
virtual int Kitware.VTK.vtkClipVolume.GetGenerateClipScalars | ( | ) | [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 int Kitware.VTK.vtkClipVolume.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.
virtual vtkIncrementalPointLocator Kitware.VTK.vtkClipVolume.GetLocator | ( | ) | [virtual] |
Set / Get a spatial locator for merging points. By default, an instance of vtkMergePoints is used.
virtual double Kitware.VTK.vtkClipVolume.GetMergeTolerance | ( | ) | [virtual] |
Set the tolerance for merging clip intersection points that are near the corners of voxels. This tolerance is used to prevent the generation of degenerate tetrahedra.
virtual double Kitware.VTK.vtkClipVolume.GetMergeToleranceMaxValue | ( | ) | [virtual] |
Set the tolerance for merging clip intersection points that are near the corners of voxels. This tolerance is used to prevent the generation of degenerate tetrahedra.
virtual double Kitware.VTK.vtkClipVolume.GetMergeToleranceMinValue | ( | ) | [virtual] |
Set the tolerance for merging clip intersection points that are near the corners of voxels. This tolerance is used to prevent the generation of degenerate tetrahedra.
virtual int Kitware.VTK.vtkClipVolume.GetMixed3DCellGeneration | ( | ) | [virtual] |
Control whether the filter produces a mix of 3D cell types on output, or whether the output cells are all tetrahedra. By default, a mixed set of cells (e.g., tetrahedra and wedges) is produced. (Note: mixed type generation is faster and less overall data is generated.)
override uint Kitware.VTK.vtkClipVolume.GetMTime | ( | ) | [virtual] |
Return the mtime also considering the locator and clip function.
Reimplemented from Kitware.VTK.vtkObject.
virtual double Kitware.VTK.vtkClipVolume.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.vtkClipVolume.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.vtkClipVolume.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.vtkClipVolume.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
static new int Kitware.VTK.vtkClipVolume.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
virtual void Kitware.VTK.vtkClipVolume.Mixed3DCellGenerationOff | ( | ) | [virtual] |
Control whether the filter produces a mix of 3D cell types on output, or whether the output cells are all tetrahedra. By default, a mixed set of cells (e.g., tetrahedra and wedges) is produced. (Note: mixed type generation is faster and less overall data is generated.)
virtual void Kitware.VTK.vtkClipVolume.Mixed3DCellGenerationOn | ( | ) | [virtual] |
Control whether the filter produces a mix of 3D cell types on output, or whether the output cells are all tetrahedra. By default, a mixed set of cells (e.g., tetrahedra and wedges) is produced. (Note: mixed type generation is faster and less overall data is generated.)
static new vtkClipVolume Kitware.VTK.vtkClipVolume.New | ( | ) | [static] |
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.
static new vtkClipVolume Kitware.VTK.vtkClipVolume.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
virtual void Kitware.VTK.vtkClipVolume.SetClipFunction | ( | vtkImplicitFunction | arg0 | ) | [virtual] |
Description Specify the implicit function with which to perform the clipping. If you do not define an implicit function, then the input scalar data will be used for clipping.
virtual void Kitware.VTK.vtkClipVolume.SetGenerateClippedOutput | ( | int | _arg | ) | [virtual] |
Control whether a second output is generated. The second output contains the unstructured grid that's been clipped away.
virtual void Kitware.VTK.vtkClipVolume.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.vtkClipVolume.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.
void Kitware.VTK.vtkClipVolume.SetLocator | ( | vtkIncrementalPointLocator | locator | ) |
Set / Get a spatial locator for merging points. By default, an instance of vtkMergePoints is used.
virtual void Kitware.VTK.vtkClipVolume.SetMergeTolerance | ( | double | _arg | ) | [virtual] |
Set the tolerance for merging clip intersection points that are near the corners of voxels. This tolerance is used to prevent the generation of degenerate tetrahedra.
virtual void Kitware.VTK.vtkClipVolume.SetMixed3DCellGeneration | ( | int | _arg | ) | [virtual] |
Control whether the filter produces a mix of 3D cell types on output, or whether the output cells are all tetrahedra. By default, a mixed set of cells (e.g., tetrahedra and wedges) is produced. (Note: mixed type generation is faster and less overall data is generated.)
virtual void Kitware.VTK.vtkClipVolume.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.vtkClipVolume.vtkClipVolume_CreateDefaultLocator_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkClipVolume.vtkClipVolume_GenerateClippedOutputOff_04 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkClipVolume.vtkClipVolume_GenerateClippedOutputOn_05 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkClipVolume.vtkClipVolume_GenerateClipScalarsOff_02 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkClipVolume.vtkClipVolume_GenerateClipScalarsOn_03 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkClipVolume.vtkClipVolume_GetClipFunction_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkClipVolume.vtkClipVolume_GetClippedOutput_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkClipVolume.vtkClipVolume_GetGenerateClippedOutput_09 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkClipVolume.vtkClipVolume_GetGenerateClipScalars_08 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkClipVolume.vtkClipVolume_GetInsideOut_10 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkClipVolume.vtkClipVolume_GetLocator_11 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal double Kitware.VTK.vtkClipVolume.vtkClipVolume_GetMergeTolerance_13 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkClipVolume.vtkClipVolume_GetMergeToleranceMaxValue_14 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkClipVolume.vtkClipVolume_GetMergeToleranceMinValue_15 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkClipVolume.vtkClipVolume_GetMixed3DCellGeneration_16 | ( | HandleRef | pThis | ) | [private] |
static internal uint Kitware.VTK.vtkClipVolume.vtkClipVolume_GetMTime_12 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkClipVolume.vtkClipVolume_GetValue_17 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkClipVolume.vtkClipVolume_InsideOutOff_18 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkClipVolume.vtkClipVolume_InsideOutOn_19 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkClipVolume.vtkClipVolume_IsA_20 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkClipVolume.vtkClipVolume_IsTypeOf_21 | ( | string | type | ) | [private] |
static internal void Kitware.VTK.vtkClipVolume.vtkClipVolume_Mixed3DCellGenerationOff_22 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkClipVolume.vtkClipVolume_Mixed3DCellGenerationOn_23 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkClipVolume.vtkClipVolume_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkClipVolume.vtkClipVolume_NewInstance_25 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkClipVolume.vtkClipVolume_SafeDownCast_26 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkClipVolume.vtkClipVolume_SetClipFunction_27 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkClipVolume.vtkClipVolume_SetGenerateClippedOutput_29 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkClipVolume.vtkClipVolume_SetGenerateClipScalars_28 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkClipVolume.vtkClipVolume_SetInsideOut_30 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkClipVolume.vtkClipVolume_SetLocator_31 | ( | HandleRef | pThis, |
HandleRef | locator | ||
) | [private] |
static internal void Kitware.VTK.vtkClipVolume.vtkClipVolume_SetMergeTolerance_32 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkClipVolume.vtkClipVolume_SetMixed3DCellGeneration_33 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkClipVolume.vtkClipVolume_SetValue_34 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkClipVolume.MRClassNameKey = "13vtkClipVolume" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
new const string Kitware.VTK.vtkClipVolume.MRFullTypeName = "Kitware.VTK.vtkClipVolume" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.