|
ActiViz .NET
5.8.0
|
vtkThresholdPoints - extracts points whose scalar value satisfies threshold criterion More...
Public Member Functions | |
| vtkThresholdPoints (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkThresholdPoints () | |
| Undocumented Block. | |
| virtual double | GetLowerThreshold () |
| Set/Get the lower threshold. | |
| virtual double | GetUpperThreshold () |
| Set/Get the upper threshold. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkThresholdPoints | NewInstance () |
| Undocumented Block. | |
| virtual void | SetLowerThreshold (double _arg) |
| Set/Get the lower threshold. | |
| virtual void | SetUpperThreshold (double _arg) |
| Set/Get the upper threshold. | |
| 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 vtkThresholdPoints | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkThresholdPoints | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkThresholdPoints" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "18vtkThresholdPoints" |
| 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 | vtkThresholdPoints_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal double | vtkThresholdPoints_GetLowerThreshold_01 (HandleRef pThis) |
| static internal double | vtkThresholdPoints_GetUpperThreshold_02 (HandleRef pThis) |
| static internal int | vtkThresholdPoints_IsA_03 (HandleRef pThis, string type) |
| static internal int | vtkThresholdPoints_IsTypeOf_04 (string type) |
| static internal IntPtr | vtkThresholdPoints_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkThresholdPoints_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkThresholdPoints_SetLowerThreshold_08 (HandleRef pThis, double _arg) |
| static internal void | vtkThresholdPoints_SetUpperThreshold_09 (HandleRef pThis, double _arg) |
| static internal void | vtkThresholdPoints_ThresholdBetween_10 (HandleRef pThis, double lower, double upper) |
| static internal void | vtkThresholdPoints_ThresholdByLower_11 (HandleRef pThis, double lower) |
| static internal void | vtkThresholdPoints_ThresholdByUpper_12 (HandleRef pThis, double upper) |
Static Private Member Functions | |
| static | vtkThresholdPoints () |
| Automatically generated type registration mechanics. | |
vtkThresholdPoints - extracts points whose scalar value satisfies threshold criterion
Description vtkThresholdPoints is a filter that extracts points from a dataset that satisfy a threshold criterion. The criterion can take three forms: 1) greater than a particular value; 2) less than a particular value; or 3) between a particular value. The output of the filter is polygonal data.
| static Kitware.VTK.vtkThresholdPoints.vtkThresholdPoints | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkThresholdPoints.vtkThresholdPoints | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkThresholdPoints.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.vtkPolyDataAlgorithm.
| virtual double Kitware.VTK.vtkThresholdPoints.GetLowerThreshold | ( | ) | [virtual] |
Set/Get the lower threshold.
| virtual double Kitware.VTK.vtkThresholdPoints.GetUpperThreshold | ( | ) | [virtual] |
Set/Get the upper threshold.
| override int Kitware.VTK.vtkThresholdPoints.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| static new int Kitware.VTK.vtkThresholdPoints.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| static new vtkThresholdPoints Kitware.VTK.vtkThresholdPoints.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| static new vtkThresholdPoints Kitware.VTK.vtkThresholdPoints.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| virtual void Kitware.VTK.vtkThresholdPoints.SetLowerThreshold | ( | double | _arg | ) | [virtual] |
Set/Get the lower threshold.
| virtual void Kitware.VTK.vtkThresholdPoints.SetUpperThreshold | ( | double | _arg | ) | [virtual] |
Set/Get the upper threshold.
| void Kitware.VTK.vtkThresholdPoints.ThresholdBetween | ( | double | lower, |
| double | upper | ||
| ) |
Criterion is cells whose scalars are between lower and upper thresholds (inclusive of the end values).
| void Kitware.VTK.vtkThresholdPoints.ThresholdByLower | ( | double | lower | ) |
Criterion is cells whose scalars are less or equal to lower threshold.
| void Kitware.VTK.vtkThresholdPoints.ThresholdByUpper | ( | double | upper | ) |
Criterion is cells whose scalars are greater or equal to upper threshold.
| static internal double Kitware.VTK.vtkThresholdPoints.vtkThresholdPoints_GetLowerThreshold_01 | ( | HandleRef | pThis | ) | [private] |
| static internal double Kitware.VTK.vtkThresholdPoints.vtkThresholdPoints_GetUpperThreshold_02 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkThresholdPoints.vtkThresholdPoints_IsA_03 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkThresholdPoints.vtkThresholdPoints_IsTypeOf_04 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkThresholdPoints.vtkThresholdPoints_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkThresholdPoints.vtkThresholdPoints_NewInstance_06 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkThresholdPoints.vtkThresholdPoints_SafeDownCast_07 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkThresholdPoints.vtkThresholdPoints_SetLowerThreshold_08 | ( | HandleRef | pThis, |
| double | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkThresholdPoints.vtkThresholdPoints_SetUpperThreshold_09 | ( | HandleRef | pThis, |
| double | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkThresholdPoints.vtkThresholdPoints_ThresholdBetween_10 | ( | HandleRef | pThis, |
| double | lower, | ||
| double | upper | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkThresholdPoints.vtkThresholdPoints_ThresholdByLower_11 | ( | HandleRef | pThis, |
| double | lower | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkThresholdPoints.vtkThresholdPoints_ThresholdByUpper_12 | ( | HandleRef | pThis, |
| double | upper | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkThresholdPoints.MRClassNameKey = "18vtkThresholdPoints" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| new const string Kitware.VTK.vtkThresholdPoints.MRFullTypeName = "Kitware.VTK.vtkThresholdPoints" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
1.7.6.1