ActiViz .NET
5.8.0
|
vtkThresholdTable - Thresholds table rows. More...
Public Types | |
enum | ACCEPT_BETWEEN_WrapperEnum { ACCEPT_BETWEEN = 2, ACCEPT_GREATER_THAN = 1, ACCEPT_LESS_THAN = 0, ACCEPT_OUTSIDE = 3 } |
Undocumented Block. More... | |
Public Member Functions | |
vtkThresholdTable (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkThresholdTable () | |
Undocumented Block. | |
virtual int | GetMode () |
The mode of the threshold filter. Options are: ACCEPT_LESS_THAN (0) accepts rows with values < MaxValue; ACCEPT_GREATER_THAN (1) accepts rows with values > MinValue; ACCEPT_BETWEEN (2) accepts rows with values > MinValue and < MaxValue; ACCEPT_OUTSIDE (3) accepts rows with values < MinValue or > MaxValue. | |
virtual int | GetModeMaxValue () |
The mode of the threshold filter. Options are: ACCEPT_LESS_THAN (0) accepts rows with values < MaxValue; ACCEPT_GREATER_THAN (1) accepts rows with values > MinValue; ACCEPT_BETWEEN (2) accepts rows with values > MinValue and < MaxValue; ACCEPT_OUTSIDE (3) accepts rows with values < MinValue or > MaxValue. | |
virtual int | GetModeMinValue () |
The mode of the threshold filter. Options are: ACCEPT_LESS_THAN (0) accepts rows with values < MaxValue; ACCEPT_GREATER_THAN (1) accepts rows with values > MinValue; ACCEPT_BETWEEN (2) accepts rows with values > MinValue and < MaxValue; ACCEPT_OUTSIDE (3) accepts rows with values < MinValue or > MaxValue. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkThresholdTable | NewInstance () |
Undocumented Block. | |
void | SetMaxValue (double v) |
The maximum value for the threshold as a double. | |
void | SetMinValue (double v) |
The minumum value for the threshold as a double. | |
virtual void | SetMode (int _arg) |
The mode of the threshold filter. Options are: ACCEPT_LESS_THAN (0) accepts rows with values < MaxValue; ACCEPT_GREATER_THAN (1) accepts rows with values > MinValue; ACCEPT_BETWEEN (2) accepts rows with values > MinValue and < MaxValue; ACCEPT_OUTSIDE (3) accepts rows with values < MinValue or > MaxValue. | |
void | ThresholdBetween (double lower, double upper) |
Criterion is rows whose scalars are between lower and upper thresholds (inclusive of the end values). | |
Static Public Member Functions | |
static new vtkThresholdTable | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkThresholdTable | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkThresholdTable" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "17vtkThresholdTable" |
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 | vtkThresholdTable_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkThresholdTable_GetMode_01 (HandleRef pThis) |
static internal int | vtkThresholdTable_GetModeMaxValue_02 (HandleRef pThis) |
static internal int | vtkThresholdTable_GetModeMinValue_03 (HandleRef pThis) |
static internal int | vtkThresholdTable_IsA_04 (HandleRef pThis, string type) |
static internal int | vtkThresholdTable_IsTypeOf_05 (string type) |
static internal IntPtr | vtkThresholdTable_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkThresholdTable_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkThresholdTable_SetMaxValue_09 (HandleRef pThis, double v) |
static internal void | vtkThresholdTable_SetMinValue_10 (HandleRef pThis, double v) |
static internal void | vtkThresholdTable_SetMode_11 (HandleRef pThis, int _arg) |
static internal void | vtkThresholdTable_ThresholdBetween_12 (HandleRef pThis, double lower, double upper) |
Static Private Member Functions | |
static | vtkThresholdTable () |
Automatically generated type registration mechanics. |
vtkThresholdTable - Thresholds table rows.
Description vtkThresholdTable uses minimum and/or maximum values to threshold table rows based on the values in a particular column. The column to threshold is specified using SetInputArrayToProcess(0, ...).
static Kitware.VTK.vtkThresholdTable.vtkThresholdTable | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkThresholdTable.vtkThresholdTable | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkThresholdTable.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.vtkTableAlgorithm.
virtual int Kitware.VTK.vtkThresholdTable.GetMode | ( | ) | [virtual] |
The mode of the threshold filter. Options are: ACCEPT_LESS_THAN (0) accepts rows with values < MaxValue; ACCEPT_GREATER_THAN (1) accepts rows with values > MinValue; ACCEPT_BETWEEN (2) accepts rows with values > MinValue and < MaxValue; ACCEPT_OUTSIDE (3) accepts rows with values < MinValue or > MaxValue.
virtual int Kitware.VTK.vtkThresholdTable.GetModeMaxValue | ( | ) | [virtual] |
The mode of the threshold filter. Options are: ACCEPT_LESS_THAN (0) accepts rows with values < MaxValue; ACCEPT_GREATER_THAN (1) accepts rows with values > MinValue; ACCEPT_BETWEEN (2) accepts rows with values > MinValue and < MaxValue; ACCEPT_OUTSIDE (3) accepts rows with values < MinValue or > MaxValue.
virtual int Kitware.VTK.vtkThresholdTable.GetModeMinValue | ( | ) | [virtual] |
The mode of the threshold filter. Options are: ACCEPT_LESS_THAN (0) accepts rows with values < MaxValue; ACCEPT_GREATER_THAN (1) accepts rows with values > MinValue; ACCEPT_BETWEEN (2) accepts rows with values > MinValue and < MaxValue; ACCEPT_OUTSIDE (3) accepts rows with values < MinValue or > MaxValue.
override int Kitware.VTK.vtkThresholdTable.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
static new int Kitware.VTK.vtkThresholdTable.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
static new vtkThresholdTable Kitware.VTK.vtkThresholdTable.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
static new vtkThresholdTable Kitware.VTK.vtkThresholdTable.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
void Kitware.VTK.vtkThresholdTable.SetMaxValue | ( | double | v | ) |
The maximum value for the threshold as a double.
void Kitware.VTK.vtkThresholdTable.SetMinValue | ( | double | v | ) |
The minumum value for the threshold as a double.
virtual void Kitware.VTK.vtkThresholdTable.SetMode | ( | int | _arg | ) | [virtual] |
The mode of the threshold filter. Options are: ACCEPT_LESS_THAN (0) accepts rows with values < MaxValue; ACCEPT_GREATER_THAN (1) accepts rows with values > MinValue; ACCEPT_BETWEEN (2) accepts rows with values > MinValue and < MaxValue; ACCEPT_OUTSIDE (3) accepts rows with values < MinValue or > MaxValue.
void Kitware.VTK.vtkThresholdTable.ThresholdBetween | ( | double | lower, |
double | upper | ||
) |
Criterion is rows whose scalars are between lower and upper thresholds (inclusive of the end values).
static internal int Kitware.VTK.vtkThresholdTable.vtkThresholdTable_GetMode_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkThresholdTable.vtkThresholdTable_GetModeMaxValue_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkThresholdTable.vtkThresholdTable_GetModeMinValue_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkThresholdTable.vtkThresholdTable_IsA_04 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkThresholdTable.vtkThresholdTable_IsTypeOf_05 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkThresholdTable.vtkThresholdTable_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkThresholdTable.vtkThresholdTable_NewInstance_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkThresholdTable.vtkThresholdTable_SafeDownCast_08 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkThresholdTable.vtkThresholdTable_SetMaxValue_09 | ( | HandleRef | pThis, |
double | v | ||
) | [private] |
static internal void Kitware.VTK.vtkThresholdTable.vtkThresholdTable_SetMinValue_10 | ( | HandleRef | pThis, |
double | v | ||
) | [private] |
static internal void Kitware.VTK.vtkThresholdTable.vtkThresholdTable_SetMode_11 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkThresholdTable.vtkThresholdTable_ThresholdBetween_12 | ( | HandleRef | pThis, |
double | lower, | ||
double | upper | ||
) | [private] |
new readonly string Kitware.VTK.vtkThresholdTable.MRClassNameKey = "17vtkThresholdTable" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
new const string Kitware.VTK.vtkThresholdTable.MRFullTypeName = "Kitware.VTK.vtkThresholdTable" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.