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

A class for parallel bivariate correlative statistics. More...

#include <vtkPMultiCorrelativeStatistics.h>

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

List of all members.

Public Types

typedef
vtkMultiCorrelativeStatistics 
Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkPMultiCorrelativeStatisticsNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
virtual void SetController (vtkMultiProcessController *)
virtual vtkMultiProcessControllerGetController ()

Static Public Member Functions

static
vtkPMultiCorrelativeStatistics
New ()
static int IsTypeOf (const char *type)
static
vtkPMultiCorrelativeStatistics
SafeDownCast (vtkObjectBase *o)
static void GatherStatistics (vtkMultiProcessController *curController, vtkTable *sparseCov)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkPMultiCorrelativeStatistics ()
 ~vtkPMultiCorrelativeStatistics ()
virtual void Learn (vtkTable *inData, vtkTable *inParameters, vtkMultiBlockDataSet *outMeta)

Protected Attributes

vtkMultiProcessControllerController

Detailed Description

A class for parallel bivariate correlative statistics.

vtkPMultiCorrelativeStatistics is vtkMultiCorrelativeStatistics 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 and David Thompson from Sandia National Laboratories for implementing this class.
Tests:
vtkPMultiCorrelativeStatistics (Tests)

Definition at line 42 of file vtkPMultiCorrelativeStatistics.h.


Member Typedef Documentation

Reimplemented from vtkMultiCorrelativeStatistics.

Definition at line 46 of file vtkPMultiCorrelativeStatistics.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 vtkMultiCorrelativeStatistics.

static int vtkPMultiCorrelativeStatistics::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 vtkMultiCorrelativeStatistics.

virtual int vtkPMultiCorrelativeStatistics::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 vtkMultiCorrelativeStatistics.

Reimplemented from vtkMultiCorrelativeStatistics.

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

Reimplemented from vtkMultiCorrelativeStatistics.

Reimplemented from vtkMultiCorrelativeStatistics.

void vtkPMultiCorrelativeStatistics::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 vtkMultiCorrelativeStatistics.

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.

static void vtkPMultiCorrelativeStatistics::GatherStatistics ( vtkMultiProcessController curController,
vtkTable sparseCov 
) [static]

Performs Reduction

virtual void vtkPMultiCorrelativeStatistics::Learn ( vtkTable ,
vtkTable ,
vtkMultiBlockDataSet  
) [protected, virtual]

Execute the calculations required by the Learn option.

Reimplemented from vtkMultiCorrelativeStatistics.


Member Data Documentation

Definition at line 66 of file vtkPMultiCorrelativeStatistics.h.


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