vtkPExtractHistogram.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkPExtractHistogram.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
23 #ifndef vtkPExtractHistogram_h
24 #define vtkPExtractHistogram_h
25 
26 #include "vtkExtractHistogram.h"
27 #include "vtkPVVTKExtensionsMiscModule.h" //needed for exports
28 
30 
32 {
33 public:
34  static vtkPExtractHistogram* New();
36  void PrintSelf(ostream& os, vtkIndent indent) override;
37 
39 
43  virtual void SetController(vtkMultiProcessController*);
44  vtkGetObjectMacro(Controller, vtkMultiProcessController);
46 
47 protected:
49  ~vtkPExtractHistogram() override;
50 
55  bool GetInputArrayRange(vtkInformationVector** inputVector, double range[2]) override;
56 
57  int RequestData(vtkInformation* request, vtkInformationVector** inputVector,
58  vtkInformationVector* outputVector) override;
59 
61 
62 private:
64  void operator=(const vtkPExtractHistogram&) = delete;
65 };
66 
67 #endif
vtkMultiProcessController * Controller
static vtkExtractHistogram * New()
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
virtual bool GetInputArrayRange(vtkInformationVector **inputVector, double range[2])
Returns the data range for the input array to process.
void PrintSelf(ostream &os, vtkIndent indent) override
#define VTKPVVTKEXTENSIONSMISC_EXPORT
Extract histogram for parallel dataset.
Extract histogram data (binned values) from any dataset.