VTK
|
A class for parallel auto-correlative statistics. More...
#include <vtkPAutoCorrelativeStatistics.h>
Public Types | |
typedef vtkAutoCorrelativeStatistics | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkPAutoCorrelativeStatistics * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetController (vtkMultiProcessController *) |
virtual vtkMultiProcessController * | GetController () |
virtual void | Learn (vtkTable *inData, vtkTable *inParameters, vtkMultiBlockDataSet *outMeta) |
virtual void | Test (vtkTable *, vtkMultiBlockDataSet *, vtkTable *) |
Static Public Member Functions | |
static vtkPAutoCorrelativeStatistics * | New () |
static int | IsTypeOf (const char *type) |
static vtkPAutoCorrelativeStatistics * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkPAutoCorrelativeStatistics () | |
~vtkPAutoCorrelativeStatistics () | |
Protected Attributes | |
vtkMultiProcessController * | Controller |
A class for parallel auto-correlative statistics.
vtkPAutoCorrelativeStatistics is vtkAutoCorrelativeStatistics 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.
Definition at line 38 of file vtkPAutoCorrelativeStatistics.h.
Reimplemented from vtkAutoCorrelativeStatistics.
Definition at line 42 of file vtkPAutoCorrelativeStatistics.h.
vtkPAutoCorrelativeStatistics::vtkPAutoCorrelativeStatistics | ( | ) | [protected] |
vtkPAutoCorrelativeStatistics::~vtkPAutoCorrelativeStatistics | ( | ) | [protected] |
static vtkPAutoCorrelativeStatistics* vtkPAutoCorrelativeStatistics::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkAutoCorrelativeStatistics.
static int vtkPAutoCorrelativeStatistics::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 vtkAutoCorrelativeStatistics.
virtual int vtkPAutoCorrelativeStatistics::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 vtkAutoCorrelativeStatistics.
static vtkPAutoCorrelativeStatistics* vtkPAutoCorrelativeStatistics::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkAutoCorrelativeStatistics.
virtual vtkObjectBase* vtkPAutoCorrelativeStatistics::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkAutoCorrelativeStatistics.
Reimplemented from vtkAutoCorrelativeStatistics.
void vtkPAutoCorrelativeStatistics::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 vtkAutoCorrelativeStatistics.
virtual void vtkPAutoCorrelativeStatistics::SetController | ( | vtkMultiProcessController * | ) | [virtual] |
Get/Set the multiprocess controller. If no controller is set, single process is assumed.
virtual vtkMultiProcessController* vtkPAutoCorrelativeStatistics::GetController | ( | ) | [virtual] |
Get/Set the multiprocess controller. If no controller is set, single process is assumed.
virtual void vtkPAutoCorrelativeStatistics::Learn | ( | vtkTable * | inData, |
vtkTable * | inParameters, | ||
vtkMultiBlockDataSet * | outMeta | ||
) | [virtual] |
Execute the parallel calculations required by the Learn option.
Reimplemented from vtkAutoCorrelativeStatistics.
virtual void vtkPAutoCorrelativeStatistics::Test | ( | vtkTable * | , |
vtkMultiBlockDataSet * | , | ||
vtkTable * | |||
) | [virtual] |
Execute the calculations required by the Test option. NB: Not implemented for more than 1 processor
Reimplemented from vtkAutoCorrelativeStatistics.
Definition at line 71 of file vtkPAutoCorrelativeStatistics.h.