VTK
|
A class for using the statistics filters in a streaming mode. More...
#include <vtkStreamingStatistics.h>
Public Types | |
typedef vtkTableAlgorithm | Superclass |
enum | InputPorts { INPUT_DATA = 0, LEARN_PARAMETERS = 1, INPUT_MODEL = 2 } |
enum | OutputIndices { OUTPUT_DATA = 0, OUTPUT_MODEL = 1, ASSESSMENT = 2, OUTPUT_TEST = 2 } |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkStreamingStatistics * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetStatisticsAlgorithm (vtkStatisticsAlgorithm *) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkStreamingStatistics * | SafeDownCast (vtkObjectBase *o) |
static vtkStreamingStatistics * | New () |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkStreamingStatistics () | |
~vtkStreamingStatistics () | |
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
virtual int | FillOutputPortInformation (int port, vtkInformation *info) |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
A class for using the statistics filters in a streaming mode.
A class for using the statistics filters in a streaming mode or perhaps an "online, incremental, push" mode.
Definition at line 47 of file vtkStreamingStatistics.h.
Reimplemented from vtkTableAlgorithm.
Definition at line 50 of file vtkStreamingStatistics.h.
enumeration values to specify input port types
INPUT_DATA |
Port 0 is for learn data. |
LEARN_PARAMETERS |
Port 1 is for learn parameters (initial guesses, etc.) |
INPUT_MODEL |
Port 2 is for a priori models. |
Definition at line 56 of file vtkStreamingStatistics.h.
enumeration values to specify output port types
Definition at line 66 of file vtkStreamingStatistics.h.
vtkStreamingStatistics::vtkStreamingStatistics | ( | ) | [protected] |
vtkStreamingStatistics::~vtkStreamingStatistics | ( | ) | [protected] |
static int vtkStreamingStatistics::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkTableAlgorithm.
virtual int vtkStreamingStatistics::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkTableAlgorithm.
static vtkStreamingStatistics* vtkStreamingStatistics::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkTableAlgorithm.
virtual vtkObjectBase* vtkStreamingStatistics::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkTableAlgorithm.
Reimplemented from vtkTableAlgorithm.
void vtkStreamingStatistics::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkTableAlgorithm.
static vtkStreamingStatistics* vtkStreamingStatistics::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkTableAlgorithm.
virtual void vtkStreamingStatistics::SetStatisticsAlgorithm | ( | vtkStatisticsAlgorithm * | ) | [virtual] |
virtual int vtkStreamingStatistics::FillInputPortInformation | ( | int | port, |
vtkInformation * | info | ||
) | [protected, virtual] |
Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle.
Reimplemented from vtkTableAlgorithm.
virtual int vtkStreamingStatistics::FillOutputPortInformation | ( | int | port, |
vtkInformation * | info | ||
) | [protected, virtual] |
Fill the output port information objects for this algorithm. This is invoked by the first call to GetOutputPortInformation for each port so subclasses can specify what they can handle.
Reimplemented from vtkTableAlgorithm.
virtual int vtkStreamingStatistics::RequestData | ( | vtkInformation * | request, |
vtkInformationVector ** | inputVector, | ||
vtkInformationVector * | outputVector | ||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkTableAlgorithm.