vtkPComputeHistogram2DOutliers Class Reference

#include <vtkPComputeHistogram2DOutliers.h>

Inheritance diagram for vtkPComputeHistogram2DOutliers:

Inheritance graph
[legend]
Collaboration diagram for vtkPComputeHistogram2DOutliers:

Collaboration graph
[legend]

List of all members.


Detailed Description

extract outlier rows from a vtkTable based on input 2D histograms, in parallel.

This class does exactly the same this as vtkComputeHistogram2DOutliers, but does it in a multi-process environment. After each node computes their own local outliers, class does an AllGather that distributes the outliers to every node. This could probably just be a Gather onto the root node instead.

After this operation, the row selection will only contain local row ids, since I'm not sure how to deal with distributed ids.

See also:
vtkComputeHistogram2DOutliers
Thanks:
Developed by David Feng at Sandia National Laboratories ------------------------------------------------------------------------------

Definition at line 49 of file vtkPComputeHistogram2DOutliers.h.


Public Types

typedef
vtkComputeHistogram2DOutliers 
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 ()

Static Public Member Functions

static
vtkPComputeHistogram2DOutliers
New ()
static int IsTypeOf (const char *type)
static
vtkPComputeHistogram2DOutliers
SafeDownCast (vtkObject *o)

Protected Member Functions

 vtkPComputeHistogram2DOutliers ()
 ~vtkPComputeHistogram2DOutliers ()
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)

Protected Attributes

vtkMultiProcessControllerController

Member Typedef Documentation

Reimplemented from vtkComputeHistogram2DOutliers.

Definition at line 53 of file vtkPComputeHistogram2DOutliers.h.


Constructor & Destructor Documentation

vtkPComputeHistogram2DOutliers::vtkPComputeHistogram2DOutliers (  )  [protected]

vtkPComputeHistogram2DOutliers::~vtkPComputeHistogram2DOutliers (  )  [protected]


Member Function Documentation

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

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

Reimplemented from vtkComputeHistogram2DOutliers.

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

Reimplemented from vtkComputeHistogram2DOutliers.

static int vtkPComputeHistogram2DOutliers::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 vtkComputeHistogram2DOutliers.

virtual int vtkPComputeHistogram2DOutliers::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 vtkComputeHistogram2DOutliers.

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

Reimplemented from vtkComputeHistogram2DOutliers.

void vtkPComputeHistogram2DOutliers::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 vtkComputeHistogram2DOutliers.

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

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

virtual int vtkPComputeHistogram2DOutliers::RequestData ( vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector 
) [protected, virtual]

This is called by the superclass. This is the method you should override.

Reimplemented from vtkComputeHistogram2DOutliers.


Member Data Documentation

Definition at line 67 of file vtkPComputeHistogram2DOutliers.h.


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

Generated on Wed Aug 24 11:54:15 2011 for VTK by  doxygen 1.5.6