#include <vtkPDescriptiveStatistics.h>
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.
Definition at line 37 of file vtkPDescriptiveStatistics.h.
Public Types | |
typedef vtkDescriptiveStatistics | 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 vtkMultiProcessController * | GetController () |
virtual void | Learn (vtkTable *inData, vtkTable *inParameters, vtkMultiBlockDataSet *outMeta) |
Static Public Member Functions | |
static vtkPDescriptiveStatistics * | New () |
static int | IsTypeOf (const char *type) |
static vtkPDescriptiveStatistics * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkPDescriptiveStatistics () | |
~vtkPDescriptiveStatistics () | |
Protected Attributes | |
vtkMultiProcessController * | Controller |
Reimplemented from vtkDescriptiveStatistics.
Definition at line 41 of file vtkPDescriptiveStatistics.h.
vtkPDescriptiveStatistics::vtkPDescriptiveStatistics | ( | ) | [protected] |
vtkPDescriptiveStatistics::~vtkPDescriptiveStatistics | ( | ) | [protected] |
static vtkPDescriptiveStatistics* vtkPDescriptiveStatistics::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkDescriptiveStatistics.
virtual const char* vtkPDescriptiveStatistics::GetClassName | ( | ) | [virtual] |
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.
static vtkPDescriptiveStatistics* vtkPDescriptiveStatistics::SafeDownCast | ( | vtkObject * | o | ) | [static] |
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.
virtual void vtkPDescriptiveStatistics::SetController | ( | vtkMultiProcessController * | ) | [virtual] |
Get/Set the multiprocess controller. If no controller is set, single process is assumed.
virtual vtkMultiProcessController* vtkPDescriptiveStatistics::GetController | ( | ) | [virtual] |
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.
Definition at line 62 of file vtkPDescriptiveStatistics.h.