Extract histogram for parallel dataset.
More...
#include <vtkPExtractHistogram.h>
Inherits vtkExtractHistogram.
Extract histogram for parallel dataset.
vtkPExtractHistogram is vtkExtractHistogram subclass for parallel datasets. It gathers the histogram data on the root node.
Definition at line 20 of file vtkPExtractHistogram.h.
◆ Superclass
◆ vtkPExtractHistogram()
vtkPExtractHistogram::vtkPExtractHistogram |
( |
| ) |
|
|
protected |
◆ ~vtkPExtractHistogram()
vtkPExtractHistogram::~vtkPExtractHistogram |
( |
| ) |
|
|
overrideprotected |
◆ New()
◆ GetClassName()
virtual const char* vtkPExtractHistogram::GetClassName |
( |
| ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkPExtractHistogram::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
virtual int vtkPExtractHistogram::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ PrintSelf()
void vtkPExtractHistogram::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
|
override |
◆ SetController()
Get/Set the multiprocess controller.
If no controller is set, single process is assumed.
◆ GetController()
Get/Set the multiprocess controller.
If no controller is set, single process is assumed.
◆ GetInputArrayRange()
Returns the data range for the input array to process.
Overridden to reduce the range in parallel.
◆ RequestData()
◆ Controller
The documentation for this class was generated from the following file: