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

vtkUnivariateStatistics - Base class for univariate statistics algorithms More...

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

List of all members.

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.

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

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]
static new int Kitware.VTK.vtkUnivariateStatisticsAlgorithm.IsTypeOf ( string  type) [static]

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkStatisticsAlgorithm.

Reimplemented in Kitware.VTK.vtkDescriptiveStatistics, Kitware.VTK.vtkOrderStatistics, Kitware.VTK.vtkPDescriptiveStatistics, and Kitware.VTK.vtkPOrderStatistics.

Here is the call graph for this function:

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 IntPtr Kitware.VTK.vtkUnivariateStatisticsAlgorithm.vtkUnivariateStatisticsAlgorithm_NewInstance_04 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkUnivariateStatisticsAlgorithm.vtkUnivariateStatisticsAlgorithm_SafeDownCast_06 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkUnivariateStatisticsAlgorithm.MRClassNameKey = "32vtkUnivariateStatisticsAlgorithm" [static]
new const string Kitware.VTK.vtkUnivariateStatisticsAlgorithm.MRFullTypeName = "Kitware.VTK.vtkUnivariateStatisticsAlgorithm"

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