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

vtkExtractSelectedThresholds - extract a cells or points from a dataset that have values within a set of thresholds. More...

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

List of all members.

Public Member Functions

 vtkExtractSelectedThresholds (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkExtractSelectedThresholds ()
 Constructor.
override int IsA (string type)
 Undocumented Block.
new vtkExtractSelectedThresholds NewInstance ()
 Undocumented Block.

Static Public Member Functions

static new
vtkExtractSelectedThresholds 
New ()
 Constructor.
static int EvaluateValue (vtkDataArray scalars, int id, vtkDataArray lims)
 Function for determining whether a value in a data array passes the threshold test(s) provided in lims. Returns 1 if the value passes at least one of the threshold tests. If scalars is NULL, then the id itself is used as the scalar value.
static int EvaluateValue (vtkDataArray array, int array_component_no, int id, vtkDataArray lims)
 Same as the other EvaluateValue except that the component to be compared can be picked using array_component_no (use -1 for magnitude). If scalars is NULL, then the id itself is used as the scalar value.
static int EvaluateValue (vtkDataArray scalars, int id, vtkDataArray lims, IntPtr AboveCount, IntPtr BelowCount, IntPtr InsideCount)
 Function for determining whether a value in a data array passes the threshold test(s) provided in lims. Returns 1 if the value passes at least one of the threshold tests. Also returns in AboveCount, BelowCount and InsideCount the number of tests where the value was above, below or inside the interval. If scalars is NULL, then the id itself is used as the scalar value.
static int EvaluateValue (vtkDataArray scalars, int array_component_no, int id, vtkDataArray lims, IntPtr AboveCount, IntPtr BelowCount, IntPtr InsideCount)
 Same as the other EvaluateValue except that the component to be compared can be picked using array_component_no (use -1 for magnitude). If scalars is NULL, then the id itself is used as the scalar value.
static new int IsTypeOf (string type)
 Undocumented Block.
static new
vtkExtractSelectedThresholds 
SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkExtractSelectedThresholds"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "28vtkExtractSelectedThresholds"
 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 vtkExtractSelectedThresholds_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkExtractSelectedThresholds_EvaluateValue_01 (HandleRef scalars, int id, HandleRef lims)
static internal int vtkExtractSelectedThresholds_EvaluateValue_02 (HandleRef array, int array_component_no, int id, HandleRef lims)
static internal int vtkExtractSelectedThresholds_EvaluateValue_03 (HandleRef scalars, int id, HandleRef lims, IntPtr AboveCount, IntPtr BelowCount, IntPtr InsideCount)
static internal int vtkExtractSelectedThresholds_EvaluateValue_04 (HandleRef scalars, int array_component_no, int id, HandleRef lims, IntPtr AboveCount, IntPtr BelowCount, IntPtr InsideCount)
static internal int vtkExtractSelectedThresholds_IsA_05 (HandleRef pThis, string type)
static internal int vtkExtractSelectedThresholds_IsTypeOf_06 (string type)
static internal IntPtr vtkExtractSelectedThresholds_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkExtractSelectedThresholds_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkExtractSelectedThresholds ()
 Automatically generated type registration mechanics.

Detailed Description

vtkExtractSelectedThresholds - extract a cells or points from a dataset that have values within a set of thresholds.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkExtractSelectedThresholds.vtkExtractSelectedThresholds ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Constructor.


Member Function Documentation

override void Kitware.VTK.vtkExtractSelectedThresholds.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.vtkExtractSelectionBase.

static int Kitware.VTK.vtkExtractSelectedThresholds.EvaluateValue ( vtkDataArray  scalars,
int  id,
vtkDataArray  lims 
) [static]

Function for determining whether a value in a data array passes the threshold test(s) provided in lims. Returns 1 if the value passes at least one of the threshold tests. If scalars is NULL, then the id itself is used as the scalar value.

static int Kitware.VTK.vtkExtractSelectedThresholds.EvaluateValue ( vtkDataArray  array,
int  array_component_no,
int  id,
vtkDataArray  lims 
) [static]

Same as the other EvaluateValue except that the component to be compared can be picked using array_component_no (use -1 for magnitude). If scalars is NULL, then the id itself is used as the scalar value.

static int Kitware.VTK.vtkExtractSelectedThresholds.EvaluateValue ( vtkDataArray  scalars,
int  id,
vtkDataArray  lims,
IntPtr  AboveCount,
IntPtr  BelowCount,
IntPtr  InsideCount 
) [static]

Function for determining whether a value in a data array passes the threshold test(s) provided in lims. Returns 1 if the value passes at least one of the threshold tests. Also returns in AboveCount, BelowCount and InsideCount the number of tests where the value was above, below or inside the interval. If scalars is NULL, then the id itself is used as the scalar value.

static int Kitware.VTK.vtkExtractSelectedThresholds.EvaluateValue ( vtkDataArray  scalars,
int  array_component_no,
int  id,
vtkDataArray  lims,
IntPtr  AboveCount,
IntPtr  BelowCount,
IntPtr  InsideCount 
) [static]

Same as the other EvaluateValue except that the component to be compared can be picked using array_component_no (use -1 for magnitude). If scalars is NULL, then the id itself is used as the scalar value.

override int Kitware.VTK.vtkExtractSelectedThresholds.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkExtractSelectionBase.

static new int Kitware.VTK.vtkExtractSelectedThresholds.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkExtractSelectionBase.

Constructor.

Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkExtractSelectionBase.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkExtractSelectionBase.

Here is the call graph for this function:

static internal int Kitware.VTK.vtkExtractSelectedThresholds.vtkExtractSelectedThresholds_EvaluateValue_01 ( HandleRef  scalars,
int  id,
HandleRef  lims 
) [private]
static internal int Kitware.VTK.vtkExtractSelectedThresholds.vtkExtractSelectedThresholds_EvaluateValue_02 ( HandleRef  array,
int  array_component_no,
int  id,
HandleRef  lims 
) [private]
static internal int Kitware.VTK.vtkExtractSelectedThresholds.vtkExtractSelectedThresholds_EvaluateValue_03 ( HandleRef  scalars,
int  id,
HandleRef  lims,
IntPtr  AboveCount,
IntPtr  BelowCount,
IntPtr  InsideCount 
) [private]
static internal int Kitware.VTK.vtkExtractSelectedThresholds.vtkExtractSelectedThresholds_EvaluateValue_04 ( HandleRef  scalars,
int  array_component_no,
int  id,
HandleRef  lims,
IntPtr  AboveCount,
IntPtr  BelowCount,
IntPtr  InsideCount 
) [private]
static internal int Kitware.VTK.vtkExtractSelectedThresholds.vtkExtractSelectedThresholds_IsA_05 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkExtractSelectedThresholds.vtkExtractSelectedThresholds_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkExtractSelectedThresholds.vtkExtractSelectedThresholds_NewInstance_08 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkExtractSelectedThresholds.vtkExtractSelectedThresholds_SafeDownCast_09 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkExtractSelectedThresholds.MRClassNameKey = "28vtkExtractSelectedThresholds" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkExtractSelectionBase.

new const string Kitware.VTK.vtkExtractSelectedThresholds.MRFullTypeName = "Kitware.VTK.vtkExtractSelectedThresholds"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkExtractSelectionBase.


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