|
ParaView
|
Extract histogram for parallel dataset. More...
#include <vtkPExtractHistogram.h>


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 () |
Static Public Member Functions | |
| static vtkPExtractHistogram * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkPExtractHistogram * | SafeDownCast (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 | |
| vtkMultiProcessController * | Controller |
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.
| vtkPExtractHistogram::vtkPExtractHistogram | ( | ) | [protected] |
| vtkPExtractHistogram::~vtkPExtractHistogram | ( | ) | [protected] |
| 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] |
Definition at line 58 of file vtkPExtractHistogram.h.
1.7.5.1