ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkPExtractHistogram Class Reference

Extract histogram for parallel dataset. More...

#include <vtkPExtractHistogram.h>

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

List of all members.

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 vtkPExtractHistogramNew ()
static int IsTypeOf (const char *type)
static vtkPExtractHistogramSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkPExtractHistogram ()
 ~vtkPExtractHistogram ()
virtual int RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual bool InitializeBinExtents (vtkInformationVector **inputVector, vtkDoubleArray *bin_extents, double &min, double &max)

Protected Attributes

vtkMultiProcessControllerController

Detailed Description

Extract histogram for parallel dataset.

vtkPExtractHistogram is vtkExtractHistogram subclass for parallel datasets. It gathers the histogram data on the root node.

Definition at line 29 of file vtkPExtractHistogram.h.


Constructor & Destructor Documentation

vtkPExtractHistogram::vtkPExtractHistogram ( ) [protected]
vtkPExtractHistogram::~vtkPExtractHistogram ( ) [protected]

Member Function Documentation

static vtkPExtractHistogram* vtkPExtractHistogram::New ( ) [static]
virtual const char* vtkPExtractHistogram::GetClassName ( ) [virtual]
static int vtkPExtractHistogram::IsTypeOf ( const char *  type) [static]
virtual int vtkPExtractHistogram::IsA ( const char *  type) [virtual]
static vtkPExtractHistogram* vtkPExtractHistogram::SafeDownCast ( vtkObject o) [static]
void vtkPExtractHistogram::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
virtual void vtkPExtractHistogram::SetController ( vtkMultiProcessController ) [virtual]

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

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

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

virtual int vtkPExtractHistogram::RequestData ( vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector 
) [protected, virtual]
virtual bool vtkPExtractHistogram::InitializeBinExtents ( vtkInformationVector **  inputVector,
vtkDoubleArray bin_extents,
double min,
double max 
) [protected, virtual]

Member Data Documentation

Definition at line 58 of file vtkPExtractHistogram.h.


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