|
ActiViz .NET
5.8.0
|
vtkBivariateLinearTableThreshold - performs line-based thresholding for vtkTable data. More...
Public Types | |
| enum | LinearThresholdType { BLT_ABOVE = 0, BLT_BELOW = 1, BLT_BETWEEN = 3, BLT_NEAR = 2 } |
| Get the output as a table of row ids. More... | |
| enum | OutputPorts { OUTPUT_ROW_DATA = 1, OUTPUT_ROW_IDS = 0 } |
| Get the output as a table of row ids. More... | |
Public Member Functions | |
| vtkBivariateLinearTableThreshold (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkBivariateLinearTableThreshold () | |
| Undocumented Block. | |
| void | AddColumnToThreshold (long column, long component) |
| Add a numeric column to the pair of columns to be thresholded. Call twice. | |
| void | AddLineEquation (IntPtr p1, IntPtr p2) |
| Add a line for thresholding from two x,y points. | |
| void | AddLineEquation (IntPtr p, double slope) |
| Add a line for thresholding in point-slope form. | |
| void | AddLineEquation (double a, double b, double c) |
| Add a line for thresholding in implicit form (ax + by + c = 0) | |
| void | ClearColumnsToThreshold () |
| Reset the columns to be thresholded. | |
| void | ClearLineEquations () |
| Reset the list of line equations. | |
| virtual double[] | GetColumnRanges () |
| Manually access the maximum/minimum x,y values. This is used in conjunction with UseNormalizedDistance when determining if a row passes the threshold. | |
| virtual void | GetColumnRanges (ref double _arg1, ref double _arg2) |
| Manually access the maximum/minimum x,y values. This is used in conjunction with UseNormalizedDistance when determining if a row passes the threshold. | |
| virtual void | GetColumnRanges (IntPtr _arg) |
| Manually access the maximum/minimum x,y values. This is used in conjunction with UseNormalizedDistance when determining if a row passes the threshold. | |
| void | GetColumnToThreshold (long idx, ref long column, ref long component) |
| Return the column number from the input table for the idx'th added column. | |
| virtual double | GetDistanceThreshold () |
| The Cartesian distance within which a point will pass the near threshold. | |
| virtual int | GetInclusive () |
| Include the line in the threshold. Essentially whether the threshold operation uses > versus >=. | |
| virtual int | GetLinearThresholdType () |
| Set the threshold type. Above: find all rows that are above the specified lines. Below: find all rows that are below the specified lines. Near: find all rows that are near the specified lines. Between: find all rows that are between the specified lines. | |
| int | GetNumberOfColumnsToThreshold () |
| Return how many columns have been added. Hopefully 2. | |
| vtkIdTypeArray | GetSelectedRowIds (int selection) |
| Get the output as a table of row ids. | |
| virtual int | GetUseNormalizedDistance () |
| Renormalize the space of the data such that the X and Y axes are "square" over the specified ColumnRanges. This essentially scales the data space so that ColumnRanges[1]-ColumnRanges[0] = 1.0 and ColumnRanges[3]-ColumnRanges[2] = 1.0. Used for scatter plot distance calculations. Be sure to set DistanceThreshold accordingly, when used. | |
| void | Initialize () |
| Reset the columns to threshold, column ranges, etc. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkBivariateLinearTableThreshold | NewInstance () |
| Undocumented Block. | |
| virtual void | SetColumnRanges (double _arg1, double _arg2) |
| Manually access the maximum/minimum x,y values. This is used in conjunction with UseNormalizedDistance when determining if a row passes the threshold. | |
| void | SetColumnRanges (IntPtr _arg) |
| Manually access the maximum/minimum x,y values. This is used in conjunction with UseNormalizedDistance when determining if a row passes the threshold. | |
| virtual void | SetDistanceThreshold (double _arg) |
| The Cartesian distance within which a point will pass the near threshold. | |
| virtual void | SetInclusive (int _arg) |
| Include the line in the threshold. Essentially whether the threshold operation uses > versus >=. | |
| virtual void | SetLinearThresholdType (int _arg) |
| Set the threshold type. Above: find all rows that are above the specified lines. Below: find all rows that are below the specified lines. Near: find all rows that are near the specified lines. Between: find all rows that are between the specified lines. | |
| void | SetLinearThresholdTypeToAbove () |
| Set the threshold type. Above: find all rows that are above the specified lines. Below: find all rows that are below the specified lines. Near: find all rows that are near the specified lines. Between: find all rows that are between the specified lines. | |
| void | SetLinearThresholdTypeToBelow () |
| Set the threshold type. Above: find all rows that are above the specified lines. Below: find all rows that are below the specified lines. Near: find all rows that are near the specified lines. Between: find all rows that are between the specified lines. | |
| void | SetLinearThresholdTypeToBetween () |
| Set the threshold type. Above: find all rows that are above the specified lines. Below: find all rows that are below the specified lines. Near: find all rows that are near the specified lines. Between: find all rows that are between the specified lines. | |
| void | SetLinearThresholdTypeToNear () |
| Set the threshold type. Above: find all rows that are above the specified lines. Below: find all rows that are below the specified lines. Near: find all rows that are near the specified lines. Between: find all rows that are between the specified lines. | |
| virtual void | SetUseNormalizedDistance (int _arg) |
| Renormalize the space of the data such that the X and Y axes are "square" over the specified ColumnRanges. This essentially scales the data space so that ColumnRanges[1]-ColumnRanges[0] = 1.0 and ColumnRanges[3]-ColumnRanges[2] = 1.0. Used for scatter plot distance calculations. Be sure to set DistanceThreshold accordingly, when used. | |
| virtual void | UseNormalizedDistanceOff () |
| Renormalize the space of the data such that the X and Y axes are "square" over the specified ColumnRanges. This essentially scales the data space so that ColumnRanges[1]-ColumnRanges[0] = 1.0 and ColumnRanges[3]-ColumnRanges[2] = 1.0. Used for scatter plot distance calculations. Be sure to set DistanceThreshold accordingly, when used. | |
| virtual void | UseNormalizedDistanceOn () |
| Renormalize the space of the data such that the X and Y axes are "square" over the specified ColumnRanges. This essentially scales the data space so that ColumnRanges[1]-ColumnRanges[0] = 1.0 and ColumnRanges[3]-ColumnRanges[2] = 1.0. Used for scatter plot distance calculations. Be sure to set DistanceThreshold accordingly, when used. | |
Static Public Member Functions | |
| static new vtkBivariateLinearTableThreshold | New () |
| Undocumented Block. | |
| static void | ComputeImplicitLineFunction (IntPtr p1, IntPtr p2, IntPtr abc) |
| Convert the two-point line formula to implicit form. | |
| static void | ComputeImplicitLineFunction (IntPtr p, double slope, IntPtr abc) |
| Convert the point-slope line formula to implicit form. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkBivariateLinearTableThreshold | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkBivariateLinearTableThreshold" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "32vtkBivariateLinearTableThreshold" |
| 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 | vtkBivariateLinearTableThreshold_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkBivariateLinearTableThreshold_AddColumnToThreshold_01 (HandleRef pThis, long column, long component) |
| static internal void | vtkBivariateLinearTableThreshold_AddLineEquation_02 (HandleRef pThis, IntPtr p1, IntPtr p2) |
| static internal void | vtkBivariateLinearTableThreshold_AddLineEquation_03 (HandleRef pThis, IntPtr p, double slope) |
| static internal void | vtkBivariateLinearTableThreshold_AddLineEquation_04 (HandleRef pThis, double a, double b, double c) |
| static internal void | vtkBivariateLinearTableThreshold_ClearColumnsToThreshold_05 (HandleRef pThis) |
| static internal void | vtkBivariateLinearTableThreshold_ClearLineEquations_06 (HandleRef pThis) |
| static internal void | vtkBivariateLinearTableThreshold_ComputeImplicitLineFunction_07 (IntPtr p1, IntPtr p2, IntPtr abc) |
| static internal void | vtkBivariateLinearTableThreshold_ComputeImplicitLineFunction_08 (IntPtr p, double slope, IntPtr abc) |
| static internal IntPtr | vtkBivariateLinearTableThreshold_GetColumnRanges_09 (HandleRef pThis) |
| static internal void | vtkBivariateLinearTableThreshold_GetColumnRanges_10 (HandleRef pThis, ref double _arg1, ref double _arg2) |
| static internal void | vtkBivariateLinearTableThreshold_GetColumnRanges_11 (HandleRef pThis, IntPtr _arg) |
| static internal void | vtkBivariateLinearTableThreshold_GetColumnToThreshold_12 (HandleRef pThis, long idx, ref long column, ref long component) |
| static internal double | vtkBivariateLinearTableThreshold_GetDistanceThreshold_13 (HandleRef pThis) |
| static internal int | vtkBivariateLinearTableThreshold_GetInclusive_14 (HandleRef pThis) |
| static internal int | vtkBivariateLinearTableThreshold_GetLinearThresholdType_15 (HandleRef pThis) |
| static internal int | vtkBivariateLinearTableThreshold_GetNumberOfColumnsToThreshold_16 (HandleRef pThis) |
| static internal IntPtr | vtkBivariateLinearTableThreshold_GetSelectedRowIds_17 (HandleRef pThis, int selection, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkBivariateLinearTableThreshold_GetUseNormalizedDistance_18 (HandleRef pThis) |
| static internal void | vtkBivariateLinearTableThreshold_Initialize_19 (HandleRef pThis) |
| static internal int | vtkBivariateLinearTableThreshold_IsA_20 (HandleRef pThis, string type) |
| static internal int | vtkBivariateLinearTableThreshold_IsTypeOf_21 (string type) |
| static internal IntPtr | vtkBivariateLinearTableThreshold_NewInstance_23 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkBivariateLinearTableThreshold_SafeDownCast_24 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkBivariateLinearTableThreshold_SetColumnRanges_25 (HandleRef pThis, double _arg1, double _arg2) |
| static internal void | vtkBivariateLinearTableThreshold_SetColumnRanges_26 (HandleRef pThis, IntPtr _arg) |
| static internal void | vtkBivariateLinearTableThreshold_SetDistanceThreshold_27 (HandleRef pThis, double _arg) |
| static internal void | vtkBivariateLinearTableThreshold_SetInclusive_28 (HandleRef pThis, int _arg) |
| static internal void | vtkBivariateLinearTableThreshold_SetLinearThresholdType_29 (HandleRef pThis, int _arg) |
| static internal void | vtkBivariateLinearTableThreshold_SetLinearThresholdTypeToAbove_30 (HandleRef pThis) |
| static internal void | vtkBivariateLinearTableThreshold_SetLinearThresholdTypeToBelow_31 (HandleRef pThis) |
| static internal void | vtkBivariateLinearTableThreshold_SetLinearThresholdTypeToBetween_32 (HandleRef pThis) |
| static internal void | vtkBivariateLinearTableThreshold_SetLinearThresholdTypeToNear_33 (HandleRef pThis) |
| static internal void | vtkBivariateLinearTableThreshold_SetUseNormalizedDistance_34 (HandleRef pThis, int _arg) |
| static internal void | vtkBivariateLinearTableThreshold_UseNormalizedDistanceOff_35 (HandleRef pThis) |
| static internal void | vtkBivariateLinearTableThreshold_UseNormalizedDistanceOn_36 (HandleRef pThis) |
Static Private Member Functions | |
| static | vtkBivariateLinearTableThreshold () |
| Automatically generated type registration mechanics. | |
vtkBivariateLinearTableThreshold - performs line-based thresholding for vtkTable data.
Description Class for filtering the rows of a two numeric columns of a vtkTable. The columns are treated as the two variables of a line. This filter will then iterate through the rows of the table determining if X,Y values pairs are above/below/between/near one or more lines.
The "between" mode checks to see if a row is contained within the convex hull of all of the specified lines. The "near" mode checks if a row is within a distance threshold two one of the specified lines. This class is used in conjunction with various plotting classes, so it is useful to rescale the X,Y axes to a particular range of values. Distance comparisons can be performed in the scaled space by setting the CustomRanges ivar and enabling UseNormalizedDistance.
| static Kitware.VTK.vtkBivariateLinearTableThreshold.vtkBivariateLinearTableThreshold | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkBivariateLinearTableThreshold.vtkBivariateLinearTableThreshold | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| void Kitware.VTK.vtkBivariateLinearTableThreshold.AddColumnToThreshold | ( | long | column, |
| long | component | ||
| ) |
Add a numeric column to the pair of columns to be thresholded. Call twice.
| void Kitware.VTK.vtkBivariateLinearTableThreshold.AddLineEquation | ( | IntPtr | p1, |
| IntPtr | p2 | ||
| ) |
Add a line for thresholding from two x,y points.
| void Kitware.VTK.vtkBivariateLinearTableThreshold.AddLineEquation | ( | IntPtr | p, |
| double | slope | ||
| ) |
Add a line for thresholding in point-slope form.
| void Kitware.VTK.vtkBivariateLinearTableThreshold.AddLineEquation | ( | double | a, |
| double | b, | ||
| double | c | ||
| ) |
Add a line for thresholding in implicit form (ax + by + c = 0)
Reset the columns to be thresholded.
Reset the list of line equations.
| static void Kitware.VTK.vtkBivariateLinearTableThreshold.ComputeImplicitLineFunction | ( | IntPtr | p1, |
| IntPtr | p2, | ||
| IntPtr | abc | ||
| ) | [static] |
Convert the two-point line formula to implicit form.
| static void Kitware.VTK.vtkBivariateLinearTableThreshold.ComputeImplicitLineFunction | ( | IntPtr | p, |
| double | slope, | ||
| IntPtr | abc | ||
| ) | [static] |
Convert the point-slope line formula to implicit form.
| override void Kitware.VTK.vtkBivariateLinearTableThreshold.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.
Reimplemented in Kitware.VTK.vtkPBivariateLinearTableThreshold.
| virtual double [] Kitware.VTK.vtkBivariateLinearTableThreshold.GetColumnRanges | ( | ) | [virtual] |
Manually access the maximum/minimum x,y values. This is used in conjunction with UseNormalizedDistance when determining if a row passes the threshold.
| virtual void Kitware.VTK.vtkBivariateLinearTableThreshold.GetColumnRanges | ( | ref double | _arg1, |
| ref double | _arg2 | ||
| ) | [virtual] |
Manually access the maximum/minimum x,y values. This is used in conjunction with UseNormalizedDistance when determining if a row passes the threshold.
| virtual void Kitware.VTK.vtkBivariateLinearTableThreshold.GetColumnRanges | ( | IntPtr | _arg | ) | [virtual] |
Manually access the maximum/minimum x,y values. This is used in conjunction with UseNormalizedDistance when determining if a row passes the threshold.
| void Kitware.VTK.vtkBivariateLinearTableThreshold.GetColumnToThreshold | ( | long | idx, |
| ref long | column, | ||
| ref long | component | ||
| ) |
Return the column number from the input table for the idx'th added column.
| virtual double Kitware.VTK.vtkBivariateLinearTableThreshold.GetDistanceThreshold | ( | ) | [virtual] |
The Cartesian distance within which a point will pass the near threshold.
| virtual int Kitware.VTK.vtkBivariateLinearTableThreshold.GetInclusive | ( | ) | [virtual] |
Include the line in the threshold. Essentially whether the threshold operation uses > versus >=.
| virtual int Kitware.VTK.vtkBivariateLinearTableThreshold.GetLinearThresholdType | ( | ) | [virtual] |
Set the threshold type. Above: find all rows that are above the specified lines. Below: find all rows that are below the specified lines. Near: find all rows that are near the specified lines. Between: find all rows that are between the specified lines.
Return how many columns have been added. Hopefully 2.
Get the output as a table of row ids.
| virtual int Kitware.VTK.vtkBivariateLinearTableThreshold.GetUseNormalizedDistance | ( | ) | [virtual] |
Renormalize the space of the data such that the X and Y axes are "square" over the specified ColumnRanges. This essentially scales the data space so that ColumnRanges[1]-ColumnRanges[0] = 1.0 and ColumnRanges[3]-ColumnRanges[2] = 1.0. Used for scatter plot distance calculations. Be sure to set DistanceThreshold accordingly, when used.
Reset the columns to threshold, column ranges, etc.
| override int Kitware.VTK.vtkBivariateLinearTableThreshold.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
Reimplemented in Kitware.VTK.vtkPBivariateLinearTableThreshold.
| static new int Kitware.VTK.vtkBivariateLinearTableThreshold.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
Reimplemented in Kitware.VTK.vtkPBivariateLinearTableThreshold.
| static new vtkBivariateLinearTableThreshold Kitware.VTK.vtkBivariateLinearTableThreshold.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
Reimplemented in Kitware.VTK.vtkPBivariateLinearTableThreshold.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
Reimplemented in Kitware.VTK.vtkPBivariateLinearTableThreshold.
| static new vtkBivariateLinearTableThreshold Kitware.VTK.vtkBivariateLinearTableThreshold.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
Reimplemented in Kitware.VTK.vtkPBivariateLinearTableThreshold.
| virtual void Kitware.VTK.vtkBivariateLinearTableThreshold.SetColumnRanges | ( | double | _arg1, |
| double | _arg2 | ||
| ) | [virtual] |
Manually access the maximum/minimum x,y values. This is used in conjunction with UseNormalizedDistance when determining if a row passes the threshold.
| void Kitware.VTK.vtkBivariateLinearTableThreshold.SetColumnRanges | ( | IntPtr | _arg | ) |
Manually access the maximum/minimum x,y values. This is used in conjunction with UseNormalizedDistance when determining if a row passes the threshold.
| virtual void Kitware.VTK.vtkBivariateLinearTableThreshold.SetDistanceThreshold | ( | double | _arg | ) | [virtual] |
The Cartesian distance within which a point will pass the near threshold.
| virtual void Kitware.VTK.vtkBivariateLinearTableThreshold.SetInclusive | ( | int | _arg | ) | [virtual] |
Include the line in the threshold. Essentially whether the threshold operation uses > versus >=.
| virtual void Kitware.VTK.vtkBivariateLinearTableThreshold.SetLinearThresholdType | ( | int | _arg | ) | [virtual] |
Set the threshold type. Above: find all rows that are above the specified lines. Below: find all rows that are below the specified lines. Near: find all rows that are near the specified lines. Between: find all rows that are between the specified lines.
Set the threshold type. Above: find all rows that are above the specified lines. Below: find all rows that are below the specified lines. Near: find all rows that are near the specified lines. Between: find all rows that are between the specified lines.
Set the threshold type. Above: find all rows that are above the specified lines. Below: find all rows that are below the specified lines. Near: find all rows that are near the specified lines. Between: find all rows that are between the specified lines.
Set the threshold type. Above: find all rows that are above the specified lines. Below: find all rows that are below the specified lines. Near: find all rows that are near the specified lines. Between: find all rows that are between the specified lines.
Set the threshold type. Above: find all rows that are above the specified lines. Below: find all rows that are below the specified lines. Near: find all rows that are near the specified lines. Between: find all rows that are between the specified lines.
| virtual void Kitware.VTK.vtkBivariateLinearTableThreshold.SetUseNormalizedDistance | ( | int | _arg | ) | [virtual] |
Renormalize the space of the data such that the X and Y axes are "square" over the specified ColumnRanges. This essentially scales the data space so that ColumnRanges[1]-ColumnRanges[0] = 1.0 and ColumnRanges[3]-ColumnRanges[2] = 1.0. Used for scatter plot distance calculations. Be sure to set DistanceThreshold accordingly, when used.
| virtual void Kitware.VTK.vtkBivariateLinearTableThreshold.UseNormalizedDistanceOff | ( | ) | [virtual] |
Renormalize the space of the data such that the X and Y axes are "square" over the specified ColumnRanges. This essentially scales the data space so that ColumnRanges[1]-ColumnRanges[0] = 1.0 and ColumnRanges[3]-ColumnRanges[2] = 1.0. Used for scatter plot distance calculations. Be sure to set DistanceThreshold accordingly, when used.
| virtual void Kitware.VTK.vtkBivariateLinearTableThreshold.UseNormalizedDistanceOn | ( | ) | [virtual] |
Renormalize the space of the data such that the X and Y axes are "square" over the specified ColumnRanges. This essentially scales the data space so that ColumnRanges[1]-ColumnRanges[0] = 1.0 and ColumnRanges[3]-ColumnRanges[2] = 1.0. Used for scatter plot distance calculations. Be sure to set DistanceThreshold accordingly, when used.
| static internal void Kitware.VTK.vtkBivariateLinearTableThreshold.vtkBivariateLinearTableThreshold_AddColumnToThreshold_01 | ( | HandleRef | pThis, |
| long | column, | ||
| long | component | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkBivariateLinearTableThreshold.vtkBivariateLinearTableThreshold_AddLineEquation_02 | ( | HandleRef | pThis, |
| IntPtr | p1, | ||
| IntPtr | p2 | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkBivariateLinearTableThreshold.vtkBivariateLinearTableThreshold_AddLineEquation_03 | ( | HandleRef | pThis, |
| IntPtr | p, | ||
| double | slope | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkBivariateLinearTableThreshold.vtkBivariateLinearTableThreshold_AddLineEquation_04 | ( | HandleRef | pThis, |
| double | a, | ||
| double | b, | ||
| double | c | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkBivariateLinearTableThreshold.vtkBivariateLinearTableThreshold_ClearColumnsToThreshold_05 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkBivariateLinearTableThreshold.vtkBivariateLinearTableThreshold_ClearLineEquations_06 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkBivariateLinearTableThreshold.vtkBivariateLinearTableThreshold_ComputeImplicitLineFunction_07 | ( | IntPtr | p1, |
| IntPtr | p2, | ||
| IntPtr | abc | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkBivariateLinearTableThreshold.vtkBivariateLinearTableThreshold_ComputeImplicitLineFunction_08 | ( | IntPtr | p, |
| double | slope, | ||
| IntPtr | abc | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkBivariateLinearTableThreshold.vtkBivariateLinearTableThreshold_GetColumnRanges_09 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkBivariateLinearTableThreshold.vtkBivariateLinearTableThreshold_GetColumnRanges_10 | ( | HandleRef | pThis, |
| ref double | _arg1, | ||
| ref double | _arg2 | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkBivariateLinearTableThreshold.vtkBivariateLinearTableThreshold_GetColumnRanges_11 | ( | HandleRef | pThis, |
| IntPtr | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkBivariateLinearTableThreshold.vtkBivariateLinearTableThreshold_GetColumnToThreshold_12 | ( | HandleRef | pThis, |
| long | idx, | ||
| ref long | column, | ||
| ref long | component | ||
| ) | [private] |
| static internal double Kitware.VTK.vtkBivariateLinearTableThreshold.vtkBivariateLinearTableThreshold_GetDistanceThreshold_13 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkBivariateLinearTableThreshold.vtkBivariateLinearTableThreshold_GetInclusive_14 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkBivariateLinearTableThreshold.vtkBivariateLinearTableThreshold_GetLinearThresholdType_15 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkBivariateLinearTableThreshold.vtkBivariateLinearTableThreshold_GetNumberOfColumnsToThreshold_16 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkBivariateLinearTableThreshold.vtkBivariateLinearTableThreshold_GetSelectedRowIds_17 | ( | HandleRef | pThis, |
| int | selection, | ||
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkBivariateLinearTableThreshold.vtkBivariateLinearTableThreshold_GetUseNormalizedDistance_18 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkBivariateLinearTableThreshold.vtkBivariateLinearTableThreshold_Initialize_19 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkBivariateLinearTableThreshold.vtkBivariateLinearTableThreshold_IsA_20 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkBivariateLinearTableThreshold.vtkBivariateLinearTableThreshold_IsTypeOf_21 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkBivariateLinearTableThreshold.vtkBivariateLinearTableThreshold_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkBivariateLinearTableThreshold.vtkBivariateLinearTableThreshold_NewInstance_23 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkBivariateLinearTableThreshold.vtkBivariateLinearTableThreshold_SafeDownCast_24 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkBivariateLinearTableThreshold.vtkBivariateLinearTableThreshold_SetColumnRanges_25 | ( | HandleRef | pThis, |
| double | _arg1, | ||
| double | _arg2 | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkBivariateLinearTableThreshold.vtkBivariateLinearTableThreshold_SetColumnRanges_26 | ( | HandleRef | pThis, |
| IntPtr | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkBivariateLinearTableThreshold.vtkBivariateLinearTableThreshold_SetDistanceThreshold_27 | ( | HandleRef | pThis, |
| double | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkBivariateLinearTableThreshold.vtkBivariateLinearTableThreshold_SetInclusive_28 | ( | HandleRef | pThis, |
| int | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkBivariateLinearTableThreshold.vtkBivariateLinearTableThreshold_SetLinearThresholdType_29 | ( | HandleRef | pThis, |
| int | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkBivariateLinearTableThreshold.vtkBivariateLinearTableThreshold_SetLinearThresholdTypeToAbove_30 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkBivariateLinearTableThreshold.vtkBivariateLinearTableThreshold_SetLinearThresholdTypeToBelow_31 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkBivariateLinearTableThreshold.vtkBivariateLinearTableThreshold_SetLinearThresholdTypeToBetween_32 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkBivariateLinearTableThreshold.vtkBivariateLinearTableThreshold_SetLinearThresholdTypeToNear_33 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkBivariateLinearTableThreshold.vtkBivariateLinearTableThreshold_SetUseNormalizedDistance_34 | ( | HandleRef | pThis, |
| int | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkBivariateLinearTableThreshold.vtkBivariateLinearTableThreshold_UseNormalizedDistanceOff_35 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkBivariateLinearTableThreshold.vtkBivariateLinearTableThreshold_UseNormalizedDistanceOn_36 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkBivariateLinearTableThreshold.MRClassNameKey = "32vtkBivariateLinearTableThreshold" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
Reimplemented in Kitware.VTK.vtkPBivariateLinearTableThreshold.
| new const string Kitware.VTK.vtkBivariateLinearTableThreshold.MRFullTypeName = "Kitware.VTK.vtkBivariateLinearTableThreshold" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
Reimplemented in Kitware.VTK.vtkPBivariateLinearTableThreshold.
1.7.6.1