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

vtkThresholdPoints - extracts points whose scalar value satisfies threshold criterion More...

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

List of all members.

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.

Detailed Description

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.

vtkThreshold


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

Set/Get the lower threshold.

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Here is the call graph for this function:

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).

Criterion is cells whose scalars are less or equal to lower threshold.

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]

Member Data Documentation

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.


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