VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkPDescriptiveStatistics Class Reference

A class for parallel univariate descriptive statistics. More...

#include <vtkPDescriptiveStatistics.h>

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

List of all members.

Public Types

typedef vtkDescriptiveStatistics Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkPDescriptiveStatisticsNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
virtual void SetController (vtkMultiProcessController *)
virtual vtkMultiProcessControllerGetController ()
virtual void Learn (vtkTable *inData, vtkTable *inParameters, vtkMultiBlockDataSet *outMeta)

Static Public Member Functions

static vtkPDescriptiveStatisticsNew ()
static int IsTypeOf (const char *type)
static vtkPDescriptiveStatisticsSafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkPDescriptiveStatistics ()
 ~vtkPDescriptiveStatistics ()

Protected Attributes

vtkMultiProcessControllerController

Detailed Description

A class for parallel univariate descriptive statistics.

vtkPDescriptiveStatistics is vtkDescriptiveStatistics subclass for parallel datasets. It learns and derives the global statistical model on each node, but assesses each individual data points on the node that owns it.

Thanks:
Thanks to Philippe Pebay from Sandia National Laboratories for implementing this class.
Tests:
vtkPDescriptiveStatistics (Tests)

Definition at line 43 of file vtkPDescriptiveStatistics.h.


Member Typedef Documentation

Reimplemented from vtkDescriptiveStatistics.

Definition at line 47 of file vtkPDescriptiveStatistics.h.


Constructor & Destructor Documentation


Member Function Documentation

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

Reimplemented from vtkDescriptiveStatistics.

static int vtkPDescriptiveStatistics::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 vtkDescriptiveStatistics.

virtual int vtkPDescriptiveStatistics::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 vtkDescriptiveStatistics.

Reimplemented from vtkDescriptiveStatistics.

virtual vtkObjectBase* vtkPDescriptiveStatistics::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkDescriptiveStatistics.

Reimplemented from vtkDescriptiveStatistics.

void vtkPDescriptiveStatistics::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 vtkDescriptiveStatistics.

Get/Set the multiprocess controller. If no controller is set, single process is assumed.

Get/Set the multiprocess controller. If no controller is set, single process is assumed.

virtual void vtkPDescriptiveStatistics::Learn ( vtkTable inData,
vtkTable inParameters,
vtkMultiBlockDataSet outMeta 
) [virtual]

Execute the parallel calculations required by the Learn option.

Reimplemented from vtkDescriptiveStatistics.


Member Data Documentation

Definition at line 68 of file vtkPDescriptiveStatistics.h.


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