ActiViz .NET
5.8.0
|
vtkUnivariateStatistics - Base class for univariate statistics algorithms More...
Public Member Functions | |
vtkUnivariateStatisticsAlgorithm (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
void | AddColumn (string namCol) |
Convenience method to create a request with a single column name namCol in a single call; this is the preferred method to select columns, ensuring selection consistency (a single column per request). Warning: no name checking is performed on namCol ; it is the user's responsibility to use valid column names. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkUnivariateStatisticsAlgorithm | NewInstance () |
Undocumented Block. | |
override int | RequestSelectedColumns () |
Use the current column status values to produce a new request for statistics to be produced when RequestData() is called. Unlike the superclass implementation, this version adds a new request for each selected column instead of a single request containing all the columns. | |
Static Public Member Functions | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkUnivariateStatisticsAlgorithm | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkUnivariateStatisticsAlgorithm" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "32vtkUnivariateStatisticsAlgorithm" |
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 void | vtkUnivariateStatisticsAlgorithm_AddColumn_01 (HandleRef pThis, string namCol) |
static internal int | vtkUnivariateStatisticsAlgorithm_IsA_02 (HandleRef pThis, string type) |
static internal int | vtkUnivariateStatisticsAlgorithm_IsTypeOf_03 (string type) |
static internal IntPtr | vtkUnivariateStatisticsAlgorithm_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkUnivariateStatisticsAlgorithm_RequestSelectedColumns_05 (HandleRef pThis) |
static internal IntPtr | vtkUnivariateStatisticsAlgorithm_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkUnivariateStatisticsAlgorithm () |
Automatically generated type registration mechanics. |
vtkUnivariateStatistics - Base class for univariate statistics algorithms
Description This class specializes statistics algorithms to the univariate case, where a number of columns of interest can be selected in the input data set. This is done by the means of the following functions:
ResetColumns() - reset the list of columns of interest. Add/RemoveColum( namCol ) - try to add/remove column with name namCol to/from the list. SetColumnStatus ( namCol, status ) - mostly for UI wrapping purposes, try to add/remove (depending on status) namCol from the list of columns of interest. The verb "try" is used in the sense that neither attempting to repeat an existing entry nor to remove a non-existent entry will work.
Thanks Thanks to Philippe Pebay and David Thompson from Sandia National Laboratories for implementing this class.
static Kitware.VTK.vtkUnivariateStatisticsAlgorithm.vtkUnivariateStatisticsAlgorithm | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkUnivariateStatisticsAlgorithm.vtkUnivariateStatisticsAlgorithm | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
void Kitware.VTK.vtkUnivariateStatisticsAlgorithm.AddColumn | ( | string | namCol | ) |
Convenience method to create a request with a single column name namCol
in a single call; this is the preferred method to select columns, ensuring selection consistency (a single column per request). Warning: no name checking is performed on namCol
; it is the user's responsibility to use valid column names.
override void Kitware.VTK.vtkUnivariateStatisticsAlgorithm.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.vtkStatisticsAlgorithm.
Reimplemented in Kitware.VTK.vtkDescriptiveStatistics, Kitware.VTK.vtkOrderStatistics, Kitware.VTK.vtkPDescriptiveStatistics, and Kitware.VTK.vtkPOrderStatistics.
override int Kitware.VTK.vtkUnivariateStatisticsAlgorithm.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkStatisticsAlgorithm.
Reimplemented in Kitware.VTK.vtkDescriptiveStatistics, Kitware.VTK.vtkOrderStatistics, Kitware.VTK.vtkPDescriptiveStatistics, and Kitware.VTK.vtkPOrderStatistics.
static new int Kitware.VTK.vtkUnivariateStatisticsAlgorithm.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkStatisticsAlgorithm.
Reimplemented in Kitware.VTK.vtkDescriptiveStatistics, Kitware.VTK.vtkOrderStatistics, Kitware.VTK.vtkPDescriptiveStatistics, and Kitware.VTK.vtkPOrderStatistics.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkStatisticsAlgorithm.
Reimplemented in Kitware.VTK.vtkDescriptiveStatistics, Kitware.VTK.vtkOrderStatistics, Kitware.VTK.vtkPDescriptiveStatistics, and Kitware.VTK.vtkPOrderStatistics.
override int Kitware.VTK.vtkUnivariateStatisticsAlgorithm.RequestSelectedColumns | ( | ) | [virtual] |
Use the current column status values to produce a new request for statistics to be produced when RequestData() is called. Unlike the superclass implementation, this version adds a new request for each selected column instead of a single request containing all the columns.
Reimplemented from Kitware.VTK.vtkStatisticsAlgorithm.
static new vtkUnivariateStatisticsAlgorithm Kitware.VTK.vtkUnivariateStatisticsAlgorithm.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkStatisticsAlgorithm.
Reimplemented in Kitware.VTK.vtkDescriptiveStatistics, Kitware.VTK.vtkOrderStatistics, Kitware.VTK.vtkPDescriptiveStatistics, and Kitware.VTK.vtkPOrderStatistics.
static internal void Kitware.VTK.vtkUnivariateStatisticsAlgorithm.vtkUnivariateStatisticsAlgorithm_AddColumn_01 | ( | HandleRef | pThis, |
string | namCol | ||
) | [private] |
static internal int Kitware.VTK.vtkUnivariateStatisticsAlgorithm.vtkUnivariateStatisticsAlgorithm_IsA_02 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkUnivariateStatisticsAlgorithm.vtkUnivariateStatisticsAlgorithm_IsTypeOf_03 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkUnivariateStatisticsAlgorithm.vtkUnivariateStatisticsAlgorithm_NewInstance_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkUnivariateStatisticsAlgorithm.vtkUnivariateStatisticsAlgorithm_RequestSelectedColumns_05 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkUnivariateStatisticsAlgorithm.vtkUnivariateStatisticsAlgorithm_SafeDownCast_06 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkUnivariateStatisticsAlgorithm.MRClassNameKey = "32vtkUnivariateStatisticsAlgorithm" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkStatisticsAlgorithm.
Reimplemented in Kitware.VTK.vtkDescriptiveStatistics, Kitware.VTK.vtkOrderStatistics, Kitware.VTK.vtkPDescriptiveStatistics, and Kitware.VTK.vtkPOrderStatistics.
new const string Kitware.VTK.vtkUnivariateStatisticsAlgorithm.MRFullTypeName = "Kitware.VTK.vtkUnivariateStatisticsAlgorithm" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkStatisticsAlgorithm.
Reimplemented in Kitware.VTK.vtkDescriptiveStatistics, Kitware.VTK.vtkOrderStatistics, Kitware.VTK.vtkPDescriptiveStatistics, and Kitware.VTK.vtkPOrderStatistics.