ActiViz .NET
5.8.0
|
vtkExtractCTHPart - Generates surface of an CTH volume fraction. More...
Public Member Functions | |
vtkExtractCTHPart (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkExtractCTHPart () | |
Construct object with initial range (0,1) and single contour value of 0.0. | |
void | AddDoubleVolumeArrayName (string arrayName) |
Description Names of cell volume fraction arrays to extract. Each of the volume fraction arrays must be of the same type. These three methods enforce that on input, removing any prior arrays of the wrong type whenever a new array is added. | |
void | AddFloatVolumeArrayName (string arrayName) |
Description Names of cell volume fraction arrays to extract. Each of the volume fraction arrays must be of the same type. These three methods enforce that on input, removing any prior arrays of the wrong type whenever a new array is added. | |
void | AddUnsignedCharVolumeArrayName (string arrayName) |
Description Names of cell volume fraction arrays to extract. Each of the volume fraction arrays must be of the same type. These three methods enforce that on input, removing any prior arrays of the wrong type whenever a new array is added. | |
void | AddVolumeArrayName (string arrayName) |
for backwards compatibility | |
virtual vtkPlane | GetClipPlane () |
Set, get or maninpulate the implicit clipping plane. | |
virtual vtkMultiProcessController | GetController () |
Return the controller used to coordinate parallel processing. By default, it is the global controller. | |
override uint | GetMTime () |
Look at clip plane to compute MTime. | |
int | GetNumberOfVolumeArrayNames () |
Names of cell volume fraction arrays to extract. | |
string | GetVolumeArrayName (int idx) |
Names of cell volume fraction arrays to extract. | |
virtual double | GetVolumeFractionSurfaceValue () |
Set and get the volume fraction surface value. This value should be between 0 and 1. | |
virtual double | GetVolumeFractionSurfaceValueMaxValue () |
Set and get the volume fraction surface value. This value should be between 0 and 1. | |
virtual double | GetVolumeFractionSurfaceValueMinValue () |
Set and get the volume fraction surface value. This value should be between 0 and 1. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkExtractCTHPart | NewInstance () |
Undocumented Block. | |
void | RemoveAllVolumeArrayNames () |
for backwards compatibility | |
void | RemoveDoubleVolumeArrayNames () |
Names of cell volume fraction arrays to extract. | |
void | RemoveFloatVolumeArrayNames () |
Names of cell volume fraction arrays to extract. | |
void | RemoveUnsignedCharVolumeArrayNames () |
Names of cell volume fraction arrays to extract. | |
void | SetClipPlane (vtkPlane clipPlane) |
Set, get or maninpulate the implicit clipping plane. | |
void | SetController (vtkMultiProcessController controller) |
Set the controller used to coordinate parallel processing. | |
virtual void | SetVolumeFractionSurfaceValue (double _arg) |
Set and get the volume fraction surface value. This value should be between 0 and 1. | |
Static Public Member Functions | |
static new vtkExtractCTHPart | New () |
Construct object with initial range (0,1) and single contour value of 0.0. | |
static vtkInformationDoubleVectorKey | BOUNDS () |
key to record the bounds of the hierarchical dataset. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkExtractCTHPart | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkExtractCTHPart" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "17vtkExtractCTHPart" |
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 | vtkExtractCTHPart_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkExtractCTHPart_AddDoubleVolumeArrayName_01 (HandleRef pThis, string arrayName) |
static internal void | vtkExtractCTHPart_AddFloatVolumeArrayName_02 (HandleRef pThis, string arrayName) |
static internal void | vtkExtractCTHPart_AddUnsignedCharVolumeArrayName_03 (HandleRef pThis, string arrayName) |
static internal void | vtkExtractCTHPart_AddVolumeArrayName_04 (HandleRef pThis, string arrayName) |
static internal IntPtr | vtkExtractCTHPart_BOUNDS_05 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkExtractCTHPart_GetClipPlane_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkExtractCTHPart_GetController_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal uint | vtkExtractCTHPart_GetMTime_08 (HandleRef pThis) |
static internal int | vtkExtractCTHPart_GetNumberOfVolumeArrayNames_09 (HandleRef pThis) |
static internal IntPtr | vtkExtractCTHPart_GetVolumeArrayName_10 (HandleRef pThis, int idx) |
static internal double | vtkExtractCTHPart_GetVolumeFractionSurfaceValue_11 (HandleRef pThis) |
static internal double | vtkExtractCTHPart_GetVolumeFractionSurfaceValueMaxValue_12 (HandleRef pThis) |
static internal double | vtkExtractCTHPart_GetVolumeFractionSurfaceValueMinValue_13 (HandleRef pThis) |
static internal int | vtkExtractCTHPart_IsA_14 (HandleRef pThis, string type) |
static internal int | vtkExtractCTHPart_IsTypeOf_15 (string type) |
static internal IntPtr | vtkExtractCTHPart_NewInstance_17 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkExtractCTHPart_RemoveAllVolumeArrayNames_18 (HandleRef pThis) |
static internal void | vtkExtractCTHPart_RemoveDoubleVolumeArrayNames_19 (HandleRef pThis) |
static internal void | vtkExtractCTHPart_RemoveFloatVolumeArrayNames_20 (HandleRef pThis) |
static internal void | vtkExtractCTHPart_RemoveUnsignedCharVolumeArrayNames_21 (HandleRef pThis) |
static internal IntPtr | vtkExtractCTHPart_SafeDownCast_22 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkExtractCTHPart_SetClipPlane_23 (HandleRef pThis, HandleRef clipPlane) |
static internal void | vtkExtractCTHPart_SetController_24 (HandleRef pThis, HandleRef controller) |
static internal void | vtkExtractCTHPart_SetVolumeFractionSurfaceValue_25 (HandleRef pThis, double _arg) |
Static Private Member Functions | |
static | vtkExtractCTHPart () |
Automatically generated type registration mechanics. |
vtkExtractCTHPart - Generates surface of an CTH volume fraction.
Description vtkExtractCTHPart is a filter that is specialized for creating visualization of a CTH simulation. First it converts the cell data to point data. It contours the selected volume fraction at a value of 0.5. The user has the option of clipping the part with a plane. Clipped surfaces of the part are generated.
static Kitware.VTK.vtkExtractCTHPart.vtkExtractCTHPart | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkExtractCTHPart.vtkExtractCTHPart | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Construct object with initial range (0,1) and single contour value of 0.0.
void Kitware.VTK.vtkExtractCTHPart.AddDoubleVolumeArrayName | ( | string | arrayName | ) |
Description Names of cell volume fraction arrays to extract. Each of the volume fraction arrays must be of the same type. These three methods enforce that on input, removing any prior arrays of the wrong type whenever a new array is added.
void Kitware.VTK.vtkExtractCTHPart.AddFloatVolumeArrayName | ( | string | arrayName | ) |
Description Names of cell volume fraction arrays to extract. Each of the volume fraction arrays must be of the same type. These three methods enforce that on input, removing any prior arrays of the wrong type whenever a new array is added.
void Kitware.VTK.vtkExtractCTHPart.AddUnsignedCharVolumeArrayName | ( | string | arrayName | ) |
Description Names of cell volume fraction arrays to extract. Each of the volume fraction arrays must be of the same type. These three methods enforce that on input, removing any prior arrays of the wrong type whenever a new array is added.
void Kitware.VTK.vtkExtractCTHPart.AddVolumeArrayName | ( | string | arrayName | ) |
for backwards compatibility
static vtkInformationDoubleVectorKey Kitware.VTK.vtkExtractCTHPart.BOUNDS | ( | ) | [static] |
key to record the bounds of the hierarchical dataset.
override void Kitware.VTK.vtkExtractCTHPart.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.vtkMultiBlockDataSetAlgorithm.
virtual vtkPlane Kitware.VTK.vtkExtractCTHPart.GetClipPlane | ( | ) | [virtual] |
Set, get or maninpulate the implicit clipping plane.
virtual vtkMultiProcessController Kitware.VTK.vtkExtractCTHPart.GetController | ( | ) | [virtual] |
Return the controller used to coordinate parallel processing. By default, it is the global controller.
override uint Kitware.VTK.vtkExtractCTHPart.GetMTime | ( | ) | [virtual] |
Look at clip plane to compute MTime.
Reimplemented from Kitware.VTK.vtkObject.
Names of cell volume fraction arrays to extract.
string Kitware.VTK.vtkExtractCTHPart.GetVolumeArrayName | ( | int | idx | ) |
Names of cell volume fraction arrays to extract.
virtual double Kitware.VTK.vtkExtractCTHPart.GetVolumeFractionSurfaceValue | ( | ) | [virtual] |
Set and get the volume fraction surface value. This value should be between 0 and 1.
virtual double Kitware.VTK.vtkExtractCTHPart.GetVolumeFractionSurfaceValueMaxValue | ( | ) | [virtual] |
Set and get the volume fraction surface value. This value should be between 0 and 1.
virtual double Kitware.VTK.vtkExtractCTHPart.GetVolumeFractionSurfaceValueMinValue | ( | ) | [virtual] |
Set and get the volume fraction surface value. This value should be between 0 and 1.
override int Kitware.VTK.vtkExtractCTHPart.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.
static new int Kitware.VTK.vtkExtractCTHPart.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.
static new vtkExtractCTHPart Kitware.VTK.vtkExtractCTHPart.New | ( | ) | [static] |
Construct object with initial range (0,1) and single contour value of 0.0.
Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.
for backwards compatibility
Names of cell volume fraction arrays to extract.
Names of cell volume fraction arrays to extract.
Names of cell volume fraction arrays to extract.
static new vtkExtractCTHPart Kitware.VTK.vtkExtractCTHPart.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.
void Kitware.VTK.vtkExtractCTHPart.SetClipPlane | ( | vtkPlane | clipPlane | ) |
Set, get or maninpulate the implicit clipping plane.
void Kitware.VTK.vtkExtractCTHPart.SetController | ( | vtkMultiProcessController | controller | ) |
Set the controller used to coordinate parallel processing.
virtual void Kitware.VTK.vtkExtractCTHPart.SetVolumeFractionSurfaceValue | ( | double | _arg | ) | [virtual] |
Set and get the volume fraction surface value. This value should be between 0 and 1.
static internal void Kitware.VTK.vtkExtractCTHPart.vtkExtractCTHPart_AddDoubleVolumeArrayName_01 | ( | HandleRef | pThis, |
string | arrayName | ||
) | [private] |
static internal void Kitware.VTK.vtkExtractCTHPart.vtkExtractCTHPart_AddFloatVolumeArrayName_02 | ( | HandleRef | pThis, |
string | arrayName | ||
) | [private] |
static internal void Kitware.VTK.vtkExtractCTHPart.vtkExtractCTHPart_AddUnsignedCharVolumeArrayName_03 | ( | HandleRef | pThis, |
string | arrayName | ||
) | [private] |
static internal void Kitware.VTK.vtkExtractCTHPart.vtkExtractCTHPart_AddVolumeArrayName_04 | ( | HandleRef | pThis, |
string | arrayName | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkExtractCTHPart.vtkExtractCTHPart_BOUNDS_05 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkExtractCTHPart.vtkExtractCTHPart_GetClipPlane_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkExtractCTHPart.vtkExtractCTHPart_GetController_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal uint Kitware.VTK.vtkExtractCTHPart.vtkExtractCTHPart_GetMTime_08 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExtractCTHPart.vtkExtractCTHPart_GetNumberOfVolumeArrayNames_09 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkExtractCTHPart.vtkExtractCTHPart_GetVolumeArrayName_10 | ( | HandleRef | pThis, |
int | idx | ||
) | [private] |
static internal double Kitware.VTK.vtkExtractCTHPart.vtkExtractCTHPart_GetVolumeFractionSurfaceValue_11 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkExtractCTHPart.vtkExtractCTHPart_GetVolumeFractionSurfaceValueMaxValue_12 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkExtractCTHPart.vtkExtractCTHPart_GetVolumeFractionSurfaceValueMinValue_13 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExtractCTHPart.vtkExtractCTHPart_IsA_14 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkExtractCTHPart.vtkExtractCTHPart_IsTypeOf_15 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkExtractCTHPart.vtkExtractCTHPart_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkExtractCTHPart.vtkExtractCTHPart_NewInstance_17 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkExtractCTHPart.vtkExtractCTHPart_RemoveAllVolumeArrayNames_18 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkExtractCTHPart.vtkExtractCTHPart_RemoveDoubleVolumeArrayNames_19 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkExtractCTHPart.vtkExtractCTHPart_RemoveFloatVolumeArrayNames_20 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkExtractCTHPart.vtkExtractCTHPart_RemoveUnsignedCharVolumeArrayNames_21 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkExtractCTHPart.vtkExtractCTHPart_SafeDownCast_22 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkExtractCTHPart.vtkExtractCTHPart_SetClipPlane_23 | ( | HandleRef | pThis, |
HandleRef | clipPlane | ||
) | [private] |
static internal void Kitware.VTK.vtkExtractCTHPart.vtkExtractCTHPart_SetController_24 | ( | HandleRef | pThis, |
HandleRef | controller | ||
) | [private] |
static internal void Kitware.VTK.vtkExtractCTHPart.vtkExtractCTHPart_SetVolumeFractionSurfaceValue_25 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkExtractCTHPart.MRClassNameKey = "17vtkExtractCTHPart" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.
new const string Kitware.VTK.vtkExtractCTHPart.MRFullTypeName = "Kitware.VTK.vtkExtractCTHPart" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.