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

vtkImageThreshold - Flexible threshold More...

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

List of all members.

Public Member Functions

 vtkImageThreshold (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkImageThreshold ()
 Undocumented Block.
virtual double GetInValue ()
 Replace the in range pixels with this value.
virtual double GetLowerThreshold ()
 Get the Upper and Lower thresholds.
virtual double GetOutValue ()
 Replace the in range pixels with this value.
virtual int GetOutputScalarType ()
 Set the desired output scalar type to cast to.
virtual int GetReplaceIn ()
 Determines whether to replace the pixel in range with InValue.
virtual int GetReplaceOut ()
 Determines whether to replace the pixel out of range with OutValue.
virtual double GetUpperThreshold ()
 Get the Upper and Lower thresholds.
override int IsA (string type)
 Undocumented Block.
new vtkImageThreshold NewInstance ()
 Undocumented Block.
virtual void ReplaceInOff ()
 Determines whether to replace the pixel in range with InValue.
virtual void ReplaceInOn ()
 Determines whether to replace the pixel in range with InValue.
virtual void ReplaceOutOff ()
 Determines whether to replace the pixel out of range with OutValue.
virtual void ReplaceOutOn ()
 Determines whether to replace the pixel out of range with OutValue.
void SetInValue (double val)
 Replace the in range pixels with this value.
void SetOutValue (double val)
 Replace the in range pixels with this value.
virtual void SetOutputScalarType (int _arg)
 Set the desired output scalar type to cast to.
void SetOutputScalarTypeToChar ()
 Set the desired output scalar type to cast to.
void SetOutputScalarTypeToDouble ()
 Set the desired output scalar type to cast to.
void SetOutputScalarTypeToFloat ()
 Set the desired output scalar type to cast to.
void SetOutputScalarTypeToInt ()
 Set the desired output scalar type to cast to.
void SetOutputScalarTypeToLong ()
 Set the desired output scalar type to cast to.
void SetOutputScalarTypeToShort ()
 Set the desired output scalar type to cast to.
void SetOutputScalarTypeToSignedChar ()
 Set the desired output scalar type to cast to.
void SetOutputScalarTypeToUnsignedChar ()
 Set the desired output scalar type to cast to.
void SetOutputScalarTypeToUnsignedInt ()
 Set the desired output scalar type to cast to.
void SetOutputScalarTypeToUnsignedLong ()
 Set the desired output scalar type to cast to.
void SetOutputScalarTypeToUnsignedShort ()
 Set the desired output scalar type to cast to.
virtual void SetReplaceIn (int _arg)
 Determines whether to replace the pixel in range with InValue.
virtual void SetReplaceOut (int _arg)
 Determines whether to replace the pixel out of range with OutValue.
void ThresholdBetween (double lower, double upper)
 The values in a range (inclusive) match.
void ThresholdByLower (double thresh)
 The values less than or equal to the value match.
void ThresholdByUpper (double thresh)
 The values greater than or equal to the value match.

Static Public Member Functions

static new vtkImageThreshold New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkImageThreshold SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "17vtkImageThreshold"
 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 vtkImageThreshold_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal double vtkImageThreshold_GetInValue_01 (HandleRef pThis)
static internal double vtkImageThreshold_GetLowerThreshold_02 (HandleRef pThis)
static internal double vtkImageThreshold_GetOutValue_03 (HandleRef pThis)
static internal int vtkImageThreshold_GetOutputScalarType_04 (HandleRef pThis)
static internal int vtkImageThreshold_GetReplaceIn_05 (HandleRef pThis)
static internal int vtkImageThreshold_GetReplaceOut_06 (HandleRef pThis)
static internal double vtkImageThreshold_GetUpperThreshold_07 (HandleRef pThis)
static internal int vtkImageThreshold_IsA_08 (HandleRef pThis, string type)
static internal int vtkImageThreshold_IsTypeOf_09 (string type)
static internal IntPtr vtkImageThreshold_NewInstance_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageThreshold_ReplaceInOff_12 (HandleRef pThis)
static internal void vtkImageThreshold_ReplaceInOn_13 (HandleRef pThis)
static internal void vtkImageThreshold_ReplaceOutOff_14 (HandleRef pThis)
static internal void vtkImageThreshold_ReplaceOutOn_15 (HandleRef pThis)
static internal IntPtr vtkImageThreshold_SafeDownCast_16 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageThreshold_SetInValue_17 (HandleRef pThis, double val)
static internal void vtkImageThreshold_SetOutValue_18 (HandleRef pThis, double val)
static internal void vtkImageThreshold_SetOutputScalarType_19 (HandleRef pThis, int _arg)
static internal void vtkImageThreshold_SetOutputScalarTypeToChar_20 (HandleRef pThis)
static internal void vtkImageThreshold_SetOutputScalarTypeToDouble_21 (HandleRef pThis)
static internal void vtkImageThreshold_SetOutputScalarTypeToFloat_22 (HandleRef pThis)
static internal void vtkImageThreshold_SetOutputScalarTypeToInt_23 (HandleRef pThis)
static internal void vtkImageThreshold_SetOutputScalarTypeToLong_24 (HandleRef pThis)
static internal void vtkImageThreshold_SetOutputScalarTypeToShort_25 (HandleRef pThis)
static internal void vtkImageThreshold_SetOutputScalarTypeToSignedChar_26 (HandleRef pThis)
static internal void vtkImageThreshold_SetOutputScalarTypeToUnsignedChar_27 (HandleRef pThis)
static internal void vtkImageThreshold_SetOutputScalarTypeToUnsignedInt_28 (HandleRef pThis)
static internal void vtkImageThreshold_SetOutputScalarTypeToUnsignedLong_29 (HandleRef pThis)
static internal void vtkImageThreshold_SetOutputScalarTypeToUnsignedShort_30 (HandleRef pThis)
static internal void vtkImageThreshold_SetReplaceIn_31 (HandleRef pThis, int _arg)
static internal void vtkImageThreshold_SetReplaceOut_32 (HandleRef pThis, int _arg)
static internal void vtkImageThreshold_ThresholdBetween_33 (HandleRef pThis, double lower, double upper)
static internal void vtkImageThreshold_ThresholdByLower_34 (HandleRef pThis, double thresh)
static internal void vtkImageThreshold_ThresholdByUpper_35 (HandleRef pThis, double thresh)

Static Private Member Functions

static vtkImageThreshold ()
 Automatically generated type registration mechanics.

Detailed Description

vtkImageThreshold - Flexible threshold

Description vtkImageThreshold can do binary or continuous thresholding for lower, upper or a range of data. The output data type may be different than the output, but defaults to the same type.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkImageThreshold.vtkImageThreshold ( 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.vtkImageThreshold.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.vtkThreadedImageAlgorithm.

virtual double Kitware.VTK.vtkImageThreshold.GetInValue ( ) [virtual]

Replace the in range pixels with this value.

Get the Upper and Lower thresholds.

Set the desired output scalar type to cast to.

virtual double Kitware.VTK.vtkImageThreshold.GetOutValue ( ) [virtual]

Replace the in range pixels with this value.

virtual int Kitware.VTK.vtkImageThreshold.GetReplaceIn ( ) [virtual]

Determines whether to replace the pixel in range with InValue.

Determines whether to replace the pixel out of range with OutValue.

Get the Upper and Lower thresholds.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

virtual void Kitware.VTK.vtkImageThreshold.ReplaceInOff ( ) [virtual]

Determines whether to replace the pixel in range with InValue.

virtual void Kitware.VTK.vtkImageThreshold.ReplaceInOn ( ) [virtual]

Determines whether to replace the pixel in range with InValue.

virtual void Kitware.VTK.vtkImageThreshold.ReplaceOutOff ( ) [virtual]

Determines whether to replace the pixel out of range with OutValue.

virtual void Kitware.VTK.vtkImageThreshold.ReplaceOutOn ( ) [virtual]

Determines whether to replace the pixel out of range with OutValue.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

Here is the call graph for this function:

Replace the in range pixels with this value.

virtual void Kitware.VTK.vtkImageThreshold.SetOutputScalarType ( int  _arg) [virtual]

Set the desired output scalar type to cast to.

Set the desired output scalar type to cast to.

Set the desired output scalar type to cast to.

Set the desired output scalar type to cast to.

Set the desired output scalar type to cast to.

Set the desired output scalar type to cast to.

Set the desired output scalar type to cast to.

Set the desired output scalar type to cast to.

Set the desired output scalar type to cast to.

Set the desired output scalar type to cast to.

Set the desired output scalar type to cast to.

Set the desired output scalar type to cast to.

Replace the in range pixels with this value.

virtual void Kitware.VTK.vtkImageThreshold.SetReplaceIn ( int  _arg) [virtual]

Determines whether to replace the pixel in range with InValue.

virtual void Kitware.VTK.vtkImageThreshold.SetReplaceOut ( int  _arg) [virtual]

Determines whether to replace the pixel out of range with OutValue.

void Kitware.VTK.vtkImageThreshold.ThresholdBetween ( double  lower,
double  upper 
)

The values in a range (inclusive) match.

The values less than or equal to the value match.

The values greater than or equal to the value match.

static internal double Kitware.VTK.vtkImageThreshold.vtkImageThreshold_GetInValue_01 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkImageThreshold.vtkImageThreshold_GetLowerThreshold_02 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImageThreshold.vtkImageThreshold_GetOutputScalarType_04 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkImageThreshold.vtkImageThreshold_GetOutValue_03 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImageThreshold.vtkImageThreshold_GetReplaceIn_05 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImageThreshold.vtkImageThreshold_GetReplaceOut_06 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkImageThreshold.vtkImageThreshold_GetUpperThreshold_07 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImageThreshold.vtkImageThreshold_IsA_08 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkImageThreshold.vtkImageThreshold_IsTypeOf_09 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkImageThreshold.vtkImageThreshold_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageThreshold.vtkImageThreshold_NewInstance_11 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImageThreshold.vtkImageThreshold_ReplaceInOff_12 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageThreshold.vtkImageThreshold_ReplaceInOn_13 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageThreshold.vtkImageThreshold_ReplaceOutOff_14 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageThreshold.vtkImageThreshold_ReplaceOutOn_15 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkImageThreshold.vtkImageThreshold_SafeDownCast_16 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImageThreshold.vtkImageThreshold_SetInValue_17 ( HandleRef  pThis,
double  val 
) [private]
static internal void Kitware.VTK.vtkImageThreshold.vtkImageThreshold_SetOutputScalarType_19 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkImageThreshold.vtkImageThreshold_SetOutputScalarTypeToChar_20 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageThreshold.vtkImageThreshold_SetOutputScalarTypeToDouble_21 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageThreshold.vtkImageThreshold_SetOutputScalarTypeToFloat_22 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageThreshold.vtkImageThreshold_SetOutputScalarTypeToInt_23 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageThreshold.vtkImageThreshold_SetOutputScalarTypeToLong_24 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageThreshold.vtkImageThreshold_SetOutputScalarTypeToShort_25 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageThreshold.vtkImageThreshold_SetOutValue_18 ( HandleRef  pThis,
double  val 
) [private]
static internal void Kitware.VTK.vtkImageThreshold.vtkImageThreshold_SetReplaceIn_31 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkImageThreshold.vtkImageThreshold_SetReplaceOut_32 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkImageThreshold.vtkImageThreshold_ThresholdBetween_33 ( HandleRef  pThis,
double  lower,
double  upper 
) [private]
static internal void Kitware.VTK.vtkImageThreshold.vtkImageThreshold_ThresholdByLower_34 ( HandleRef  pThis,
double  thresh 
) [private]
static internal void Kitware.VTK.vtkImageThreshold.vtkImageThreshold_ThresholdByUpper_35 ( HandleRef  pThis,
double  thresh 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkImageThreshold.MRClassNameKey = "17vtkImageThreshold" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.


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