VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkStreamingStatistics Class Reference

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

#include <vtkStreamingStatistics.h>

Inheritance diagram for vtkStreamingStatistics:
Inheritance graph
[legend]
Collaboration diagram for vtkStreamingStatistics:
Collaboration graph
[legend]

List of all members.

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)
vtkStreamingStatisticsNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
virtual void SetStatisticsAlgorithm (vtkStatisticsAlgorithm *)

Static Public Member Functions

static int IsTypeOf (const char *type)
static vtkStreamingStatisticsSafeDownCast (vtkObjectBase *o)
static vtkStreamingStatisticsNew ()

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkStreamingStatistics ()
 ~vtkStreamingStatistics ()
virtual int FillInputPortInformation (int port, vtkInformation *info)
virtual int FillOutputPortInformation (int port, vtkInformation *info)
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)

Detailed Description

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.

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

Definition at line 47 of file vtkStreamingStatistics.h.


Member Typedef Documentation

Reimplemented from vtkTableAlgorithm.

Definition at line 50 of file vtkStreamingStatistics.h.


Member Enumeration Documentation

enumeration values to specify input port types

Enumerator:
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

Enumerator:
OUTPUT_DATA 

Output 0 mirrors the input data, plus optional assessment columns.

OUTPUT_MODEL 

Output 1 contains any generated model.

ASSESSMENT 

This is an old, deprecated name for OUTPUT_TEST.

OUTPUT_TEST 

Output 2 contains result of statistical test(s)

Definition at line 66 of file vtkStreamingStatistics.h.


Constructor & Destructor Documentation


Member Function Documentation

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.

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.

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkTableAlgorithm.

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.


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