vtkUnivariateStatisticsAlgorithm Class Reference

#include <vtkUnivariateStatisticsAlgorithm.h>

Inheritance diagram for vtkUnivariateStatisticsAlgorithm:

Inheritance graph
[legend]
Collaboration diagram for vtkUnivariateStatisticsAlgorithm:

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 49 of file vtkUnivariateStatisticsAlgorithm.h.


Public Types

typedef vtkStatisticsAlgorithm Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
void AddColumn (const char *namCol)
virtual int RequestSelectedColumns ()

Static Public Member Functions

static int IsTypeOf (const char *type)
static
vtkUnivariateStatisticsAlgorithm
SafeDownCast (vtkObject *o)

Protected Member Functions

 vtkUnivariateStatisticsAlgorithm ()
 ~vtkUnivariateStatisticsAlgorithm ()
virtual void Assess (vtkTable *inData, vtkDataObject *inMeta, vtkTable *outData)

Member Typedef Documentation


Constructor & Destructor Documentation

vtkUnivariateStatisticsAlgorithm::vtkUnivariateStatisticsAlgorithm (  )  [protected]

vtkUnivariateStatisticsAlgorithm::~vtkUnivariateStatisticsAlgorithm (  )  [protected]


Member Function Documentation

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

static int vtkUnivariateStatisticsAlgorithm::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 vtkStatisticsAlgorithm.

Reimplemented in vtkDescriptiveStatistics, vtkOrderStatistics, and vtkPDescriptiveStatistics.

virtual int vtkUnivariateStatisticsAlgorithm::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 vtkStatisticsAlgorithm.

Reimplemented in vtkDescriptiveStatistics, vtkOrderStatistics, and vtkPDescriptiveStatistics.

static vtkUnivariateStatisticsAlgorithm* vtkUnivariateStatisticsAlgorithm::SafeDownCast ( vtkObject o  )  [static]

void vtkUnivariateStatisticsAlgorithm::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 vtkStatisticsAlgorithm.

Reimplemented in vtkDescriptiveStatistics, vtkOrderStatistics, and vtkPDescriptiveStatistics.

void vtkUnivariateStatisticsAlgorithm::AddColumn ( const char *  namCol  ) 

Convenience method to create a request with a single column name namCol in a single call; this is the preferred method to select columns, ensuring selection consistency (a single column per request). Warning: no name checking is performed on namCol; it is the user's responsibility to use valid column names.

virtual int vtkUnivariateStatisticsAlgorithm::RequestSelectedColumns (  )  [virtual]

Use the current column status values to produce a new request for statistics to be produced when RequestData() is called. Unlike the superclass implementation, this version adds a new request for each selected column instead of a single request containing all the columns.

Reimplemented from vtkStatisticsAlgorithm.

virtual void vtkUnivariateStatisticsAlgorithm::Assess ( vtkTable inData,
vtkDataObject inMeta,
vtkTable outData 
) [protected, virtual]

Execute the calculations required by the Assess option.

Implements vtkStatisticsAlgorithm.


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

Generated on Mon Sep 27 18:57:59 2010 for VTK by  doxygen 1.5.6