vtkPCorrelativeStatistics Class Reference

#include <vtkPCorrelativeStatistics.h>

Inheritance diagram for vtkPCorrelativeStatistics:

Inheritance graph
[legend]
Collaboration diagram for vtkPCorrelativeStatistics:

Collaboration graph
[legend]

List of all members.


Detailed Description

A class for parallel bivariate correlative statistics.

vtkPCorrelativeStatistics is vtkCorrelativeStatistics 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:
vtkPCorrelativeStatistics (Tests)

Definition at line 36 of file vtkPCorrelativeStatistics.h.


Public Types

typedef vtkCorrelativeStatistics Superclass

Public Member Functions

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

Static Public Member Functions

static vtkPCorrelativeStatisticsNew ()
static int IsTypeOf (const char *type)
static vtkPCorrelativeStatisticsSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkPCorrelativeStatistics ()
 ~vtkPCorrelativeStatistics ()

Protected Attributes

vtkMultiProcessControllerController

Member Typedef Documentation

Reimplemented from vtkCorrelativeStatistics.

Definition at line 40 of file vtkPCorrelativeStatistics.h.


Constructor & Destructor Documentation

vtkPCorrelativeStatistics::vtkPCorrelativeStatistics (  )  [protected]

vtkPCorrelativeStatistics::~vtkPCorrelativeStatistics (  )  [protected]


Member Function Documentation

static vtkPCorrelativeStatistics* vtkPCorrelativeStatistics::New (  )  [static]

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

Reimplemented from vtkCorrelativeStatistics.

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

Reimplemented from vtkCorrelativeStatistics.

static int vtkPCorrelativeStatistics::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 vtkCorrelativeStatistics.

virtual int vtkPCorrelativeStatistics::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 vtkCorrelativeStatistics.

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

Reimplemented from vtkCorrelativeStatistics.

void vtkPCorrelativeStatistics::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 vtkCorrelativeStatistics.

virtual void vtkPCorrelativeStatistics::SetController ( vtkMultiProcessController  )  [virtual]

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

virtual vtkMultiProcessController* vtkPCorrelativeStatistics::GetController (  )  [virtual]

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

virtual void vtkPCorrelativeStatistics::Learn ( vtkTable inData,
vtkTable inParameters,
vtkDataObject outMeta 
) [virtual]

Execute the parallel calculations required by the Learn option.

Reimplemented from vtkCorrelativeStatistics.


Member Data Documentation

Definition at line 61 of file vtkPCorrelativeStatistics.h.


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

Generated on Mon Sep 27 18:39:54 2010 for VTK by  doxygen 1.5.6