ActiViz .NET
5.8.0
|
vtkStreamingStatistics - A class for using the statistics filters in a streaming mode. More...
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. |
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.
static Kitware.VTK.vtkStreamingStatistics.vtkStreamingStatistics | ( | ) | [static, private] |
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.
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.
static new vtkStreamingStatistics Kitware.VTK.vtkStreamingStatistics.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
static new vtkStreamingStatistics Kitware.VTK.vtkStreamingStatistics.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
virtual void Kitware.VTK.vtkStreamingStatistics.SetStatisticsAlgorithm | ( | vtkStatisticsAlgorithm | arg0 | ) | [virtual] |
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] |
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.