ActiViz .NET  5.8.0
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkStreamingStatistics Class Reference

vtkStreamingStatistics - A class for using the statistics filters in a streaming mode. More...

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

List of all members.

Public Types

enum  InputPorts { INPUT_DATA = 0, INPUT_MODEL = 2, LEARN_PARAMETERS = 1 }
 enumeration values to specify input port types More...
enum  OutputIndices { ASSESSMENT = 2, OUTPUT_DATA = 0, OUTPUT_MODEL = 1, OUTPUT_TEST = 2 }
 enumeration values to specify output port types More...

Public Member Functions

 vtkStreamingStatistics (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkStreamingStatistics ()
 Undocumented Block.
override int IsA (string type)
 Undocumented Block.
new vtkStreamingStatistics NewInstance ()
 Undocumented Block.
virtual void SetStatisticsAlgorithm (vtkStatisticsAlgorithm arg0)
 enumeration values to specify output port types

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "22vtkStreamingStatistics"
 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 vtkStreamingStatistics_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkStreamingStatistics_IsA_01 (HandleRef pThis, string type)
static internal int vtkStreamingStatistics_IsTypeOf_02 (string type)
static internal IntPtr vtkStreamingStatistics_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkStreamingStatistics_SafeDownCast_05 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkStreamingStatistics_SetStatisticsAlgorithm_06 (HandleRef pThis, HandleRef arg0)

Static Private Member Functions

static vtkStreamingStatistics ()
 Automatically generated type registration mechanics.

Detailed Description

vtkStreamingStatistics - A class for using the statistics filters in a streaming mode.

Description A class for using the statistics filters in a streaming mode or perhaps an "online, incremental, push" mode.

Thanks Thanks to the Universe for unfolding in a way that allowed this class to be implemented, also Godzilla for not crushing my computer.


Member Enumeration Documentation

enumeration values to specify input port types

Enumerator:
INPUT_DATA 

enum member

INPUT_MODEL 

enum member

LEARN_PARAMETERS 

enum member

enumeration values to specify output port types

Enumerator:
ASSESSMENT 

enum member

OUTPUT_DATA 

enum member

OUTPUT_MODEL 

enum member

OUTPUT_TEST 

enum member


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkStreamingStatistics.vtkStreamingStatistics ( 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.vtkStreamingStatistics.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.vtkTableAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.

Here is the call graph for this function:

enumeration values to specify output port types

static internal int Kitware.VTK.vtkStreamingStatistics.vtkStreamingStatistics_IsA_01 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkStreamingStatistics.vtkStreamingStatistics_IsTypeOf_02 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkStreamingStatistics.vtkStreamingStatistics_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkStreamingStatistics.vtkStreamingStatistics_NewInstance_04 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkStreamingStatistics.vtkStreamingStatistics_SafeDownCast_05 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkStreamingStatistics.vtkStreamingStatistics_SetStatisticsAlgorithm_06 ( HandleRef  pThis,
HandleRef  arg0 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkStreamingStatistics.MRClassNameKey = "22vtkStreamingStatistics" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.


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