ActiViz .NET
5.8.0
|
vtkOrderStatistics - A class for univariate order statistics More...
Public Types | |
enum | QuantileDefinitionType { InverseCDF = 0, InverseCDFAveragedSteps = 1 } |
Undocumented Block. More... | |
Public Member Functions | |
vtkOrderStatistics (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkOrderStatistics () | |
Undocumented Block. | |
override void | Aggregate (vtkDataObjectCollection arg0, vtkMultiBlockDataSet arg1) |
Given a collection of models, calculate aggregate model NB: not implemented. | |
virtual int | GetNumberOfIntervals () |
Set/Get the number of quantiles (with uniform spacing). | |
virtual int | GetNumericType () |
Set/get whether histograms and assessment data should be treated as numeric data. Otherwise, then everything is treated as strings, which always works, and is thus the the default. Note that if the data is indeed numeric but this is not set, some strange results will occur because of the use of the lexicographic order instead of the order on reals. | |
int | GetQuantileDefinition () |
Get the quantile definition. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkOrderStatistics | NewInstance () |
Undocumented Block. | |
virtual void | NumericTypeOff () |
Set/get whether histograms and assessment data should be treated as numeric data. Otherwise, then everything is treated as strings, which always works, and is thus the the default. Note that if the data is indeed numeric but this is not set, some strange results will occur because of the use of the lexicographic order instead of the order on reals. | |
virtual void | NumericTypeOn () |
Set/get whether histograms and assessment data should be treated as numeric data. Otherwise, then everything is treated as strings, which always works, and is thus the the default. Note that if the data is indeed numeric but this is not set, some strange results will occur because of the use of the lexicographic order instead of the order on reals. | |
virtual void | SetNumberOfIntervals (int _arg) |
Set/Get the number of quantiles (with uniform spacing). | |
virtual void | SetNumericType (int _arg) |
Set/get whether histograms and assessment data should be treated as numeric data. Otherwise, then everything is treated as strings, which always works, and is thus the the default. Note that if the data is indeed numeric but this is not set, some strange results will occur because of the use of the lexicographic order instead of the order on reals. | |
virtual void | SetQuantileDefinition (vtkOrderStatistics.QuantileDefinitionType _arg) |
Set the quantile definition. | |
void | SetQuantileDefinition (int arg0) |
Set the quantile definition. | |
Static Public Member Functions | |
static new vtkOrderStatistics | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkOrderStatistics | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkOrderStatistics" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "18vtkOrderStatistics" |
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 | vtkOrderStatistics_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkOrderStatistics_Aggregate_01 (HandleRef pThis, HandleRef arg0, HandleRef arg1) |
static internal int | vtkOrderStatistics_GetNumberOfIntervals_02 (HandleRef pThis) |
static internal int | vtkOrderStatistics_GetNumericType_03 (HandleRef pThis) |
static internal int | vtkOrderStatistics_GetQuantileDefinition_04 (HandleRef pThis) |
static internal int | vtkOrderStatistics_IsA_05 (HandleRef pThis, string type) |
static internal int | vtkOrderStatistics_IsTypeOf_06 (string type) |
static internal IntPtr | vtkOrderStatistics_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkOrderStatistics_NumericTypeOff_09 (HandleRef pThis) |
static internal void | vtkOrderStatistics_NumericTypeOn_10 (HandleRef pThis) |
static internal IntPtr | vtkOrderStatistics_SafeDownCast_11 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkOrderStatistics_SetNumberOfIntervals_12 (HandleRef pThis, int _arg) |
static internal void | vtkOrderStatistics_SetNumericType_13 (HandleRef pThis, int _arg) |
static internal void | vtkOrderStatistics_SetQuantileDefinition_14 (HandleRef pThis, vtkOrderStatistics.QuantileDefinitionType _arg) |
static internal void | vtkOrderStatistics_SetQuantileDefinition_15 (HandleRef pThis, int arg0) |
Static Private Member Functions | |
static | vtkOrderStatistics () |
Automatically generated type registration mechanics. |
vtkOrderStatistics - A class for univariate order statistics
Description Given a selection of columns of interest in an input data table, this class provides the following functionalities, depending on the execution mode it is executed in: Learn: calculate arbitrary quantiles. Provide specific names when 5-point statistics (minimum, 1st quartile, median, third quartile, maximum) requested. Assess: given an input data set and a set of q-quantiles, label each datum either with the quantile interval to which it belongs, or 0 if it is smaller than smaller quantile, or q if it is larger than largest quantile.
Thanks Thanks to Philippe Pebay and David Thompson from Sandia National Laboratories for implementing this class.
static Kitware.VTK.vtkOrderStatistics.vtkOrderStatistics | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkOrderStatistics.vtkOrderStatistics | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkOrderStatistics.Aggregate | ( | vtkDataObjectCollection | arg0, |
vtkMultiBlockDataSet | arg1 | ||
) | [virtual] |
Given a collection of models, calculate aggregate model NB: not implemented.
Reimplemented from Kitware.VTK.vtkStatisticsAlgorithm.
override void Kitware.VTK.vtkOrderStatistics.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.vtkUnivariateStatisticsAlgorithm.
Reimplemented in Kitware.VTK.vtkPOrderStatistics.
virtual int Kitware.VTK.vtkOrderStatistics.GetNumberOfIntervals | ( | ) | [virtual] |
Set/Get the number of quantiles (with uniform spacing).
virtual int Kitware.VTK.vtkOrderStatistics.GetNumericType | ( | ) | [virtual] |
Set/get whether histograms and assessment data should be treated as numeric data. Otherwise, then everything is treated as strings, which always works, and is thus the the default. Note that if the data is indeed numeric but this is not set, some strange results will occur because of the use of the lexicographic order instead of the order on reals.
Get the quantile definition.
override int Kitware.VTK.vtkOrderStatistics.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnivariateStatisticsAlgorithm.
Reimplemented in Kitware.VTK.vtkPOrderStatistics.
static new int Kitware.VTK.vtkOrderStatistics.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnivariateStatisticsAlgorithm.
Reimplemented in Kitware.VTK.vtkPOrderStatistics.
static new vtkOrderStatistics Kitware.VTK.vtkOrderStatistics.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
Reimplemented in Kitware.VTK.vtkPOrderStatistics.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnivariateStatisticsAlgorithm.
Reimplemented in Kitware.VTK.vtkPOrderStatistics.
virtual void Kitware.VTK.vtkOrderStatistics.NumericTypeOff | ( | ) | [virtual] |
Set/get whether histograms and assessment data should be treated as numeric data. Otherwise, then everything is treated as strings, which always works, and is thus the the default. Note that if the data is indeed numeric but this is not set, some strange results will occur because of the use of the lexicographic order instead of the order on reals.
virtual void Kitware.VTK.vtkOrderStatistics.NumericTypeOn | ( | ) | [virtual] |
Set/get whether histograms and assessment data should be treated as numeric data. Otherwise, then everything is treated as strings, which always works, and is thus the the default. Note that if the data is indeed numeric but this is not set, some strange results will occur because of the use of the lexicographic order instead of the order on reals.
static new vtkOrderStatistics Kitware.VTK.vtkOrderStatistics.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnivariateStatisticsAlgorithm.
Reimplemented in Kitware.VTK.vtkPOrderStatistics.
virtual void Kitware.VTK.vtkOrderStatistics.SetNumberOfIntervals | ( | int | _arg | ) | [virtual] |
Set/Get the number of quantiles (with uniform spacing).
virtual void Kitware.VTK.vtkOrderStatistics.SetNumericType | ( | int | _arg | ) | [virtual] |
Set/get whether histograms and assessment data should be treated as numeric data. Otherwise, then everything is treated as strings, which always works, and is thus the the default. Note that if the data is indeed numeric but this is not set, some strange results will occur because of the use of the lexicographic order instead of the order on reals.
virtual void Kitware.VTK.vtkOrderStatistics.SetQuantileDefinition | ( | vtkOrderStatistics.QuantileDefinitionType | _arg | ) | [virtual] |
Set the quantile definition.
void Kitware.VTK.vtkOrderStatistics.SetQuantileDefinition | ( | int | arg0 | ) |
Set the quantile definition.
static internal void Kitware.VTK.vtkOrderStatistics.vtkOrderStatistics_Aggregate_01 | ( | HandleRef | pThis, |
HandleRef | arg0, | ||
HandleRef | arg1 | ||
) | [private] |
static internal int Kitware.VTK.vtkOrderStatistics.vtkOrderStatistics_GetNumberOfIntervals_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkOrderStatistics.vtkOrderStatistics_GetNumericType_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkOrderStatistics.vtkOrderStatistics_GetQuantileDefinition_04 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkOrderStatistics.vtkOrderStatistics_IsA_05 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkOrderStatistics.vtkOrderStatistics_IsTypeOf_06 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkOrderStatistics.vtkOrderStatistics_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkOrderStatistics.vtkOrderStatistics_NewInstance_08 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkOrderStatistics.vtkOrderStatistics_NumericTypeOff_09 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkOrderStatistics.vtkOrderStatistics_NumericTypeOn_10 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkOrderStatistics.vtkOrderStatistics_SafeDownCast_11 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkOrderStatistics.vtkOrderStatistics_SetNumberOfIntervals_12 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkOrderStatistics.vtkOrderStatistics_SetNumericType_13 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkOrderStatistics.vtkOrderStatistics_SetQuantileDefinition_14 | ( | HandleRef | pThis, |
vtkOrderStatistics.QuantileDefinitionType | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkOrderStatistics.vtkOrderStatistics_SetQuantileDefinition_15 | ( | HandleRef | pThis, |
int | arg0 | ||
) | [private] |
new readonly string Kitware.VTK.vtkOrderStatistics.MRClassNameKey = "18vtkOrderStatistics" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkUnivariateStatisticsAlgorithm.
Reimplemented in Kitware.VTK.vtkPOrderStatistics.
new const string Kitware.VTK.vtkOrderStatistics.MRFullTypeName = "Kitware.VTK.vtkOrderStatistics" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkUnivariateStatisticsAlgorithm.
Reimplemented in Kitware.VTK.vtkPOrderStatistics.