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

vtkPDescriptiveStatistics - A class for parallel univariate descriptive statistics More...

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

List of all members.

Public Member Functions

 vtkPDescriptiveStatistics (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkPDescriptiveStatistics ()
 Undocumented Block.
virtual vtkMultiProcessController GetController ()
 Get/Set the multiprocess controller. If no controller is set, single process is assumed.
override int IsA (string type)
 Undocumented Block.
virtual void Learn (vtkTable inData, vtkTable inParameters, vtkMultiBlockDataSet outMeta)
 Execute the parallel calculations required by the Learn option.
new vtkPDescriptiveStatistics NewInstance ()
 Undocumented Block.
virtual void SetController (vtkMultiProcessController arg0)
 Get/Set the multiprocess controller. If no controller is set, single process is assumed.

Static Public Member Functions

static new
vtkPDescriptiveStatistics 
New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new
vtkPDescriptiveStatistics 
SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkPDescriptiveStatistics"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "25vtkPDescriptiveStatistics"
 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 vtkPDescriptiveStatistics_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkPDescriptiveStatistics_GetController_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkPDescriptiveStatistics_IsA_02 (HandleRef pThis, string type)
static internal int vtkPDescriptiveStatistics_IsTypeOf_03 (string type)
static internal void vtkPDescriptiveStatistics_Learn_04 (HandleRef pThis, HandleRef inData, HandleRef inParameters, HandleRef outMeta)
static internal IntPtr vtkPDescriptiveStatistics_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkPDescriptiveStatistics_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkPDescriptiveStatistics_SetController_08 (HandleRef pThis, HandleRef arg0)

Static Private Member Functions

static vtkPDescriptiveStatistics ()
 Automatically generated type registration mechanics.

Detailed Description

vtkPDescriptiveStatistics - A class for parallel univariate descriptive statistics

Description vtkPDescriptiveStatistics is vtkDescriptiveStatistics subclass for parallel datasets. It learns and derives the global statistical model on each node, but assesses each individual data points on the node that owns it.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkPDescriptiveStatistics.vtkPDescriptiveStatistics ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Undocumented Block.


Member Function Documentation

override void Kitware.VTK.vtkPDescriptiveStatistics.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.vtkDescriptiveStatistics.

Get/Set the multiprocess controller. If no controller is set, single process is assumed.

Here is the call graph for this function:

override int Kitware.VTK.vtkPDescriptiveStatistics.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDescriptiveStatistics.

static new int Kitware.VTK.vtkPDescriptiveStatistics.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDescriptiveStatistics.

virtual void Kitware.VTK.vtkPDescriptiveStatistics.Learn ( vtkTable  inData,
vtkTable  inParameters,
vtkMultiBlockDataSet  outMeta 
) [virtual]

Execute the parallel calculations required by the Learn option.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDescriptiveStatistics.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDescriptiveStatistics.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDescriptiveStatistics.

Here is the call graph for this function:

Get/Set the multiprocess controller. If no controller is set, single process is assumed.

static internal IntPtr Kitware.VTK.vtkPDescriptiveStatistics.vtkPDescriptiveStatistics_GetController_01 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkPDescriptiveStatistics.vtkPDescriptiveStatistics_IsA_02 ( HandleRef  pThis,
string  type 
) [private]
static internal void Kitware.VTK.vtkPDescriptiveStatistics.vtkPDescriptiveStatistics_Learn_04 ( HandleRef  pThis,
HandleRef  inData,
HandleRef  inParameters,
HandleRef  outMeta 
) [private]
static internal IntPtr Kitware.VTK.vtkPDescriptiveStatistics.vtkPDescriptiveStatistics_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPDescriptiveStatistics.vtkPDescriptiveStatistics_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPDescriptiveStatistics.vtkPDescriptiveStatistics_SafeDownCast_07 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkPDescriptiveStatistics.vtkPDescriptiveStatistics_SetController_08 ( HandleRef  pThis,
HandleRef  arg0 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkPDescriptiveStatistics.MRClassNameKey = "25vtkPDescriptiveStatistics" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDescriptiveStatistics.

new const string Kitware.VTK.vtkPDescriptiveStatistics.MRFullTypeName = "Kitware.VTK.vtkPDescriptiveStatistics"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDescriptiveStatistics.


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