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

vtkPContingencyStatistics - A class for parallel bivariate contingency statistics More...

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

List of all members.

Public Member Functions

 vtkPContingencyStatistics (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkPContingencyStatistics ()
 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 vtkPContingencyStatistics 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
vtkPContingencyStatistics 
New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new
vtkPContingencyStatistics 
SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "25vtkPContingencyStatistics"
 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 vtkPContingencyStatistics_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkPContingencyStatistics_GetController_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkPContingencyStatistics_IsA_02 (HandleRef pThis, string type)
static internal int vtkPContingencyStatistics_IsTypeOf_03 (string type)
static internal void vtkPContingencyStatistics_Learn_04 (HandleRef pThis, HandleRef inData, HandleRef inParameters, HandleRef outMeta)
static internal IntPtr vtkPContingencyStatistics_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkPContingencyStatistics_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkPContingencyStatistics_SetController_08 (HandleRef pThis, HandleRef arg0)

Static Private Member Functions

static vtkPContingencyStatistics ()
 Automatically generated type registration mechanics.

Detailed Description

vtkPContingencyStatistics - A class for parallel bivariate contingency statistics

Description vtkPContingencyStatistics is vtkContingencyStatistics 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.vtkPContingencyStatistics.vtkPContingencyStatistics ( 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.vtkPContingencyStatistics.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.vtkContingencyStatistics.

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.vtkPContingencyStatistics.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkContingencyStatistics.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkContingencyStatistics.

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

Execute the parallel calculations required by the Learn option.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkContingencyStatistics.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkContingencyStatistics.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkContingencyStatistics.

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.vtkPContingencyStatistics.vtkPContingencyStatistics_GetController_01 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkPContingencyStatistics.vtkPContingencyStatistics_IsA_02 ( HandleRef  pThis,
string  type 
) [private]
static internal void Kitware.VTK.vtkPContingencyStatistics.vtkPContingencyStatistics_Learn_04 ( HandleRef  pThis,
HandleRef  inData,
HandleRef  inParameters,
HandleRef  outMeta 
) [private]
static internal IntPtr Kitware.VTK.vtkPContingencyStatistics.vtkPContingencyStatistics_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPContingencyStatistics.vtkPContingencyStatistics_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPContingencyStatistics.vtkPContingencyStatistics_SafeDownCast_07 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkPContingencyStatistics.vtkPContingencyStatistics_SetController_08 ( HandleRef  pThis,
HandleRef  arg0 
) [private]

Member Data Documentation

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkContingencyStatistics.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkContingencyStatistics.


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