vtkStreamingStatistics Class Reference

#include <vtkStreamingStatistics.h>

Inheritance diagram for vtkStreamingStatistics:

Inheritance graph
[legend]
Collaboration diagram for vtkStreamingStatistics:

Collaboration graph
[legend]

List of all members.


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 46 of file 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 const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual void SetStatisticsAlgorithm (vtkStatisticsAlgorithm *)

Static Public Member Functions

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

Protected Member Functions

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

Member Typedef Documentation

Reimplemented from vtkTableAlgorithm.

Definition at line 49 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 55 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 65 of file vtkStreamingStatistics.h.


Constructor & Destructor Documentation

vtkStreamingStatistics::vtkStreamingStatistics (  )  [protected]

vtkStreamingStatistics::~vtkStreamingStatistics (  )  [protected]


Member Function Documentation

virtual const char* vtkStreamingStatistics::GetClassName (  )  [virtual]

Reimplemented from vtkTableAlgorithm.

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 ( vtkObject o  )  [static]

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.


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

Generated on Wed Aug 24 12:09:06 2011 for VTK by  doxygen 1.5.6