ActiViz .NET
5.8.0
|
vtkThreshold - extracts cells where scalar value in cell satisfies threshold criterion More...
Public Member Functions | |
vtkThreshold (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkThreshold () | |
Undocumented Block. | |
virtual void | AllScalarsOff () |
If using scalars from point data, all scalars for all points in a cell must satisfy the threshold criterion if AllScalars is set. Otherwise, just a single scalar value satisfying the threshold criterion enables will extract the cell. | |
virtual void | AllScalarsOn () |
If using scalars from point data, all scalars for all points in a cell must satisfy the threshold criterion if AllScalars is set. Otherwise, just a single scalar value satisfying the threshold criterion enables will extract the cell. | |
virtual int | GetAllScalars () |
If using scalars from point data, all scalars for all points in a cell must satisfy the threshold criterion if AllScalars is set. Otherwise, just a single scalar value satisfying the threshold criterion enables will extract the cell. | |
virtual int | GetAttributeMode () |
Control how the filter works with scalar point data and cell attribute data. By default (AttributeModeToDefault), the filter will use point data, and if no point data is available, then cell data is used. Alternatively you can explicitly set the filter to use point data (AttributeModeToUsePointData) or cell data (AttributeModeToUseCellData). | |
string | GetAttributeModeAsString () |
Control how the filter works with scalar point data and cell attribute data. By default (AttributeModeToDefault), the filter will use point data, and if no point data is available, then cell data is used. Alternatively you can explicitly set the filter to use point data (AttributeModeToUsePointData) or cell data (AttributeModeToUseCellData). | |
virtual int | GetComponentMode () |
Control how the decision of in / out is made with multi-component data. The choices are to use the selected component (specified in the SelectedComponent ivar), or to look at all components. When looking at all components, the evaluation can pass if all the components satisfy the rule (UseAll) or if any satisfy is (UseAny). The default value is UseSelected. | |
string | GetComponentModeAsString () |
Control how the decision of in / out is made with multi-component data. The choices are to use the selected component (specified in the SelectedComponent ivar), or to look at all components. When looking at all components, the evaluation can pass if all the components satisfy the rule (UseAll) or if any satisfy is (UseAny). The default value is UseSelected. | |
virtual int | GetComponentModeMaxValue () |
Control how the decision of in / out is made with multi-component data. The choices are to use the selected component (specified in the SelectedComponent ivar), or to look at all components. When looking at all components, the evaluation can pass if all the components satisfy the rule (UseAll) or if any satisfy is (UseAny). The default value is UseSelected. | |
virtual int | GetComponentModeMinValue () |
Control how the decision of in / out is made with multi-component data. The choices are to use the selected component (specified in the SelectedComponent ivar), or to look at all components. When looking at all components, the evaluation can pass if all the components satisfy the rule (UseAll) or if any satisfy is (UseAny). The default value is UseSelected. | |
virtual double | GetLowerThreshold () |
Get the Upper and Lower thresholds. | |
virtual int | GetPointsDataType () |
Set the data type of the output points (See the data types defined in vtkType.h). The default data type is float. | |
virtual int | GetSelectedComponent () |
When the component mode is UseSelected, this ivar indicated the selected component. The default value is 0. | |
virtual int | GetSelectedComponentMaxValue () |
When the component mode is UseSelected, this ivar indicated the selected component. The default value is 0. | |
virtual int | GetSelectedComponentMinValue () |
When the component mode is UseSelected, this ivar indicated the selected component. The default value is 0. | |
virtual double | GetUpperThreshold () |
Get the Upper and Lower thresholds. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkThreshold | NewInstance () |
Undocumented Block. | |
virtual void | SetAllScalars (int _arg) |
If using scalars from point data, all scalars for all points in a cell must satisfy the threshold criterion if AllScalars is set. Otherwise, just a single scalar value satisfying the threshold criterion enables will extract the cell. | |
virtual void | SetAttributeMode (int _arg) |
Control how the filter works with scalar point data and cell attribute data. By default (AttributeModeToDefault), the filter will use point data, and if no point data is available, then cell data is used. Alternatively you can explicitly set the filter to use point data (AttributeModeToUsePointData) or cell data (AttributeModeToUseCellData). | |
void | SetAttributeModeToDefault () |
Control how the filter works with scalar point data and cell attribute data. By default (AttributeModeToDefault), the filter will use point data, and if no point data is available, then cell data is used. Alternatively you can explicitly set the filter to use point data (AttributeModeToUsePointData) or cell data (AttributeModeToUseCellData). | |
void | SetAttributeModeToUseCellData () |
Control how the filter works with scalar point data and cell attribute data. By default (AttributeModeToDefault), the filter will use point data, and if no point data is available, then cell data is used. Alternatively you can explicitly set the filter to use point data (AttributeModeToUsePointData) or cell data (AttributeModeToUseCellData). | |
void | SetAttributeModeToUsePointData () |
Control how the filter works with scalar point data and cell attribute data. By default (AttributeModeToDefault), the filter will use point data, and if no point data is available, then cell data is used. Alternatively you can explicitly set the filter to use point data (AttributeModeToUsePointData) or cell data (AttributeModeToUseCellData). | |
virtual void | SetComponentMode (int _arg) |
Control how the decision of in / out is made with multi-component data. The choices are to use the selected component (specified in the SelectedComponent ivar), or to look at all components. When looking at all components, the evaluation can pass if all the components satisfy the rule (UseAll) or if any satisfy is (UseAny). The default value is UseSelected. | |
void | SetComponentModeToUseAll () |
Control how the decision of in / out is made with multi-component data. The choices are to use the selected component (specified in the SelectedComponent ivar), or to look at all components. When looking at all components, the evaluation can pass if all the components satisfy the rule (UseAll) or if any satisfy is (UseAny). The default value is UseSelected. | |
void | SetComponentModeToUseAny () |
Control how the decision of in / out is made with multi-component data. The choices are to use the selected component (specified in the SelectedComponent ivar), or to look at all components. When looking at all components, the evaluation can pass if all the components satisfy the rule (UseAll) or if any satisfy is (UseAny). The default value is UseSelected. | |
void | SetComponentModeToUseSelected () |
Control how the decision of in / out is made with multi-component data. The choices are to use the selected component (specified in the SelectedComponent ivar), or to look at all components. When looking at all components, the evaluation can pass if all the components satisfy the rule (UseAll) or if any satisfy is (UseAny). The default value is UseSelected. | |
virtual void | SetPointsDataType (int _arg) |
Set the data type of the output points (See the data types defined in vtkType.h). The default data type is float. | |
void | SetPointsDataTypeToDouble () |
Set the data type of the output points (See the data types defined in vtkType.h). The default data type is float. | |
void | SetPointsDataTypeToFloat () |
Set the data type of the output points (See the data types defined in vtkType.h). The default data type is float. | |
virtual void | SetSelectedComponent (int _arg) |
When the component mode is UseSelected, this ivar indicated the selected component. The default value is 0. | |
void | ThresholdBetween (double lower, double upper) |
Criterion is cells whose scalars are between lower and upper thresholds (inclusive of the end values). | |
void | ThresholdByLower (double lower) |
Criterion is cells whose scalars are less or equal to lower threshold. | |
void | ThresholdByUpper (double upper) |
Criterion is cells whose scalars are greater or equal to upper threshold. | |
Static Public Member Functions | |
static new vtkThreshold | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkThreshold | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkThreshold" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "12vtkThreshold" |
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 | vtkThreshold_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkThreshold_AllScalarsOff_01 (HandleRef pThis) |
static internal void | vtkThreshold_AllScalarsOn_02 (HandleRef pThis) |
static internal int | vtkThreshold_GetAllScalars_03 (HandleRef pThis) |
static internal int | vtkThreshold_GetAttributeMode_04 (HandleRef pThis) |
static internal IntPtr | vtkThreshold_GetAttributeModeAsString_05 (HandleRef pThis) |
static internal int | vtkThreshold_GetComponentMode_06 (HandleRef pThis) |
static internal IntPtr | vtkThreshold_GetComponentModeAsString_07 (HandleRef pThis) |
static internal int | vtkThreshold_GetComponentModeMaxValue_08 (HandleRef pThis) |
static internal int | vtkThreshold_GetComponentModeMinValue_09 (HandleRef pThis) |
static internal double | vtkThreshold_GetLowerThreshold_10 (HandleRef pThis) |
static internal int | vtkThreshold_GetPointsDataType_11 (HandleRef pThis) |
static internal int | vtkThreshold_GetSelectedComponent_12 (HandleRef pThis) |
static internal int | vtkThreshold_GetSelectedComponentMaxValue_13 (HandleRef pThis) |
static internal int | vtkThreshold_GetSelectedComponentMinValue_14 (HandleRef pThis) |
static internal double | vtkThreshold_GetUpperThreshold_15 (HandleRef pThis) |
static internal int | vtkThreshold_IsA_16 (HandleRef pThis, string type) |
static internal int | vtkThreshold_IsTypeOf_17 (string type) |
static internal IntPtr | vtkThreshold_NewInstance_19 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkThreshold_SafeDownCast_20 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkThreshold_SetAllScalars_21 (HandleRef pThis, int _arg) |
static internal void | vtkThreshold_SetAttributeMode_22 (HandleRef pThis, int _arg) |
static internal void | vtkThreshold_SetAttributeModeToDefault_23 (HandleRef pThis) |
static internal void | vtkThreshold_SetAttributeModeToUseCellData_24 (HandleRef pThis) |
static internal void | vtkThreshold_SetAttributeModeToUsePointData_25 (HandleRef pThis) |
static internal void | vtkThreshold_SetComponentMode_26 (HandleRef pThis, int _arg) |
static internal void | vtkThreshold_SetComponentModeToUseAll_27 (HandleRef pThis) |
static internal void | vtkThreshold_SetComponentModeToUseAny_28 (HandleRef pThis) |
static internal void | vtkThreshold_SetComponentModeToUseSelected_29 (HandleRef pThis) |
static internal void | vtkThreshold_SetPointsDataType_30 (HandleRef pThis, int _arg) |
static internal void | vtkThreshold_SetPointsDataTypeToDouble_31 (HandleRef pThis) |
static internal void | vtkThreshold_SetPointsDataTypeToFloat_32 (HandleRef pThis) |
static internal void | vtkThreshold_SetSelectedComponent_33 (HandleRef pThis, int _arg) |
static internal void | vtkThreshold_ThresholdBetween_34 (HandleRef pThis, double lower, double upper) |
static internal void | vtkThreshold_ThresholdByLower_35 (HandleRef pThis, double lower) |
static internal void | vtkThreshold_ThresholdByUpper_36 (HandleRef pThis, double upper) |
Static Private Member Functions | |
static | vtkThreshold () |
Automatically generated type registration mechanics. |
vtkThreshold - extracts cells where scalar value in cell satisfies threshold criterion
Description vtkThreshold is a filter that extracts cells from any dataset type that satisfy a threshold criterion. A cell satisfies the criterion if the scalar value of (every or any) point satisfies the criterion. The criterion can take three forms: 1) greater than a particular value; 2) less than a particular value; or 3) between two values. The output of this filter is an unstructured grid.
Note that scalar values are available from the point and cell attribute data. By default, point data is used to obtain scalars, but you can control this behavior. See the AttributeMode ivar below.
By default only the first scalar value is used in the decision. Use the ComponentMode and SelectedComponent ivars to control this behavior.
static Kitware.VTK.vtkThreshold.vtkThreshold | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkThreshold.vtkThreshold | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
virtual void Kitware.VTK.vtkThreshold.AllScalarsOff | ( | ) | [virtual] |
If using scalars from point data, all scalars for all points in a cell must satisfy the threshold criterion if AllScalars is set. Otherwise, just a single scalar value satisfying the threshold criterion enables will extract the cell.
virtual void Kitware.VTK.vtkThreshold.AllScalarsOn | ( | ) | [virtual] |
If using scalars from point data, all scalars for all points in a cell must satisfy the threshold criterion if AllScalars is set. Otherwise, just a single scalar value satisfying the threshold criterion enables will extract the cell.
override void Kitware.VTK.vtkThreshold.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 int Kitware.VTK.vtkThreshold.GetAllScalars | ( | ) | [virtual] |
If using scalars from point data, all scalars for all points in a cell must satisfy the threshold criterion if AllScalars is set. Otherwise, just a single scalar value satisfying the threshold criterion enables will extract the cell.
virtual int Kitware.VTK.vtkThreshold.GetAttributeMode | ( | ) | [virtual] |
Control how the filter works with scalar point data and cell attribute data. By default (AttributeModeToDefault), the filter will use point data, and if no point data is available, then cell data is used. Alternatively you can explicitly set the filter to use point data (AttributeModeToUsePointData) or cell data (AttributeModeToUseCellData).
Control how the filter works with scalar point data and cell attribute data. By default (AttributeModeToDefault), the filter will use point data, and if no point data is available, then cell data is used. Alternatively you can explicitly set the filter to use point data (AttributeModeToUsePointData) or cell data (AttributeModeToUseCellData).
virtual int Kitware.VTK.vtkThreshold.GetComponentMode | ( | ) | [virtual] |
Control how the decision of in / out is made with multi-component data. The choices are to use the selected component (specified in the SelectedComponent ivar), or to look at all components. When looking at all components, the evaluation can pass if all the components satisfy the rule (UseAll) or if any satisfy is (UseAny). The default value is UseSelected.
Control how the decision of in / out is made with multi-component data. The choices are to use the selected component (specified in the SelectedComponent ivar), or to look at all components. When looking at all components, the evaluation can pass if all the components satisfy the rule (UseAll) or if any satisfy is (UseAny). The default value is UseSelected.
virtual int Kitware.VTK.vtkThreshold.GetComponentModeMaxValue | ( | ) | [virtual] |
Control how the decision of in / out is made with multi-component data. The choices are to use the selected component (specified in the SelectedComponent ivar), or to look at all components. When looking at all components, the evaluation can pass if all the components satisfy the rule (UseAll) or if any satisfy is (UseAny). The default value is UseSelected.
virtual int Kitware.VTK.vtkThreshold.GetComponentModeMinValue | ( | ) | [virtual] |
Control how the decision of in / out is made with multi-component data. The choices are to use the selected component (specified in the SelectedComponent ivar), or to look at all components. When looking at all components, the evaluation can pass if all the components satisfy the rule (UseAll) or if any satisfy is (UseAny). The default value is UseSelected.
virtual double Kitware.VTK.vtkThreshold.GetLowerThreshold | ( | ) | [virtual] |
Get the Upper and Lower thresholds.
virtual int Kitware.VTK.vtkThreshold.GetPointsDataType | ( | ) | [virtual] |
Set the data type of the output points (See the data types defined in vtkType.h). The default data type is float.
virtual int Kitware.VTK.vtkThreshold.GetSelectedComponent | ( | ) | [virtual] |
When the component mode is UseSelected, this ivar indicated the selected component. The default value is 0.
virtual int Kitware.VTK.vtkThreshold.GetSelectedComponentMaxValue | ( | ) | [virtual] |
When the component mode is UseSelected, this ivar indicated the selected component. The default value is 0.
virtual int Kitware.VTK.vtkThreshold.GetSelectedComponentMinValue | ( | ) | [virtual] |
When the component mode is UseSelected, this ivar indicated the selected component. The default value is 0.
virtual double Kitware.VTK.vtkThreshold.GetUpperThreshold | ( | ) | [virtual] |
Get the Upper and Lower thresholds.
override int Kitware.VTK.vtkThreshold.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
static new int Kitware.VTK.vtkThreshold.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
static new vtkThreshold Kitware.VTK.vtkThreshold.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
static new vtkThreshold Kitware.VTK.vtkThreshold.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
virtual void Kitware.VTK.vtkThreshold.SetAllScalars | ( | int | _arg | ) | [virtual] |
If using scalars from point data, all scalars for all points in a cell must satisfy the threshold criterion if AllScalars is set. Otherwise, just a single scalar value satisfying the threshold criterion enables will extract the cell.
virtual void Kitware.VTK.vtkThreshold.SetAttributeMode | ( | int | _arg | ) | [virtual] |
Control how the filter works with scalar point data and cell attribute data. By default (AttributeModeToDefault), the filter will use point data, and if no point data is available, then cell data is used. Alternatively you can explicitly set the filter to use point data (AttributeModeToUsePointData) or cell data (AttributeModeToUseCellData).
Control how the filter works with scalar point data and cell attribute data. By default (AttributeModeToDefault), the filter will use point data, and if no point data is available, then cell data is used. Alternatively you can explicitly set the filter to use point data (AttributeModeToUsePointData) or cell data (AttributeModeToUseCellData).
Control how the filter works with scalar point data and cell attribute data. By default (AttributeModeToDefault), the filter will use point data, and if no point data is available, then cell data is used. Alternatively you can explicitly set the filter to use point data (AttributeModeToUsePointData) or cell data (AttributeModeToUseCellData).
Control how the filter works with scalar point data and cell attribute data. By default (AttributeModeToDefault), the filter will use point data, and if no point data is available, then cell data is used. Alternatively you can explicitly set the filter to use point data (AttributeModeToUsePointData) or cell data (AttributeModeToUseCellData).
virtual void Kitware.VTK.vtkThreshold.SetComponentMode | ( | int | _arg | ) | [virtual] |
Control how the decision of in / out is made with multi-component data. The choices are to use the selected component (specified in the SelectedComponent ivar), or to look at all components. When looking at all components, the evaluation can pass if all the components satisfy the rule (UseAll) or if any satisfy is (UseAny). The default value is UseSelected.
Control how the decision of in / out is made with multi-component data. The choices are to use the selected component (specified in the SelectedComponent ivar), or to look at all components. When looking at all components, the evaluation can pass if all the components satisfy the rule (UseAll) or if any satisfy is (UseAny). The default value is UseSelected.
Control how the decision of in / out is made with multi-component data. The choices are to use the selected component (specified in the SelectedComponent ivar), or to look at all components. When looking at all components, the evaluation can pass if all the components satisfy the rule (UseAll) or if any satisfy is (UseAny). The default value is UseSelected.
Control how the decision of in / out is made with multi-component data. The choices are to use the selected component (specified in the SelectedComponent ivar), or to look at all components. When looking at all components, the evaluation can pass if all the components satisfy the rule (UseAll) or if any satisfy is (UseAny). The default value is UseSelected.
virtual void Kitware.VTK.vtkThreshold.SetPointsDataType | ( | int | _arg | ) | [virtual] |
Set the data type of the output points (See the data types defined in vtkType.h). The default data type is float.
Set the data type of the output points (See the data types defined in vtkType.h). The default data type is float.
Set the data type of the output points (See the data types defined in vtkType.h). The default data type is float.
virtual void Kitware.VTK.vtkThreshold.SetSelectedComponent | ( | int | _arg | ) | [virtual] |
When the component mode is UseSelected, this ivar indicated the selected component. The default value is 0.
void Kitware.VTK.vtkThreshold.ThresholdBetween | ( | double | lower, |
double | upper | ||
) |
Criterion is cells whose scalars are between lower and upper thresholds (inclusive of the end values).
void Kitware.VTK.vtkThreshold.ThresholdByLower | ( | double | lower | ) |
Criterion is cells whose scalars are less or equal to lower threshold.
void Kitware.VTK.vtkThreshold.ThresholdByUpper | ( | double | upper | ) |
Criterion is cells whose scalars are greater or equal to upper threshold.
static internal void Kitware.VTK.vtkThreshold.vtkThreshold_AllScalarsOff_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkThreshold.vtkThreshold_AllScalarsOn_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkThreshold.vtkThreshold_GetAllScalars_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkThreshold.vtkThreshold_GetAttributeMode_04 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkThreshold.vtkThreshold_GetAttributeModeAsString_05 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkThreshold.vtkThreshold_GetComponentMode_06 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkThreshold.vtkThreshold_GetComponentModeAsString_07 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkThreshold.vtkThreshold_GetComponentModeMaxValue_08 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkThreshold.vtkThreshold_GetComponentModeMinValue_09 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkThreshold.vtkThreshold_GetLowerThreshold_10 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkThreshold.vtkThreshold_GetPointsDataType_11 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkThreshold.vtkThreshold_GetSelectedComponent_12 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkThreshold.vtkThreshold_GetSelectedComponentMaxValue_13 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkThreshold.vtkThreshold_GetSelectedComponentMinValue_14 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkThreshold.vtkThreshold_GetUpperThreshold_15 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkThreshold.vtkThreshold_IsA_16 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkThreshold.vtkThreshold_IsTypeOf_17 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkThreshold.vtkThreshold_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkThreshold.vtkThreshold_NewInstance_19 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkThreshold.vtkThreshold_SafeDownCast_20 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkThreshold.vtkThreshold_SetAllScalars_21 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkThreshold.vtkThreshold_SetAttributeMode_22 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkThreshold.vtkThreshold_SetAttributeModeToDefault_23 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkThreshold.vtkThreshold_SetAttributeModeToUseCellData_24 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkThreshold.vtkThreshold_SetAttributeModeToUsePointData_25 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkThreshold.vtkThreshold_SetComponentMode_26 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkThreshold.vtkThreshold_SetComponentModeToUseAll_27 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkThreshold.vtkThreshold_SetComponentModeToUseAny_28 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkThreshold.vtkThreshold_SetComponentModeToUseSelected_29 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkThreshold.vtkThreshold_SetPointsDataType_30 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkThreshold.vtkThreshold_SetPointsDataTypeToDouble_31 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkThreshold.vtkThreshold_SetPointsDataTypeToFloat_32 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkThreshold.vtkThreshold_SetSelectedComponent_33 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkThreshold.vtkThreshold_ThresholdBetween_34 | ( | HandleRef | pThis, |
double | lower, | ||
double | upper | ||
) | [private] |
static internal void Kitware.VTK.vtkThreshold.vtkThreshold_ThresholdByLower_35 | ( | HandleRef | pThis, |
double | lower | ||
) | [private] |
static internal void Kitware.VTK.vtkThreshold.vtkThreshold_ThresholdByUpper_36 | ( | HandleRef | pThis, |
double | upper | ||
) | [private] |
new readonly string Kitware.VTK.vtkThreshold.MRClassNameKey = "12vtkThreshold" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
new const string Kitware.VTK.vtkThreshold.MRFullTypeName = "Kitware.VTK.vtkThreshold" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.