VTK
vtkPProbeFilter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkPProbeFilter.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 vtkPProbeFilter_h
24 #define vtkPProbeFilter_h
25 
26 #include "vtkFiltersParallelModule.h" // For export macro
28 
30 
32 {
33 public:
35  void PrintSelf(ostream& os, vtkIndent indent);
36 
37  static vtkPProbeFilter *New();
38 
40 
41  virtual void SetController(vtkMultiProcessController*);
42  vtkGetObjectMacro(Controller, vtkMultiProcessController);
44 
45 //BTX
46 protected:
48  ~vtkPProbeFilter();
49 
50  enum
51  {
52  PROBE_COMMUNICATION_TAG=1970
53  };
54 
55  // Usual data generation method
59 
61 
62 private:
63  vtkPProbeFilter(const vtkPProbeFilter&); // Not implemented.
64  void operator=(const vtkPProbeFilter&); // Not implemented.
65 //ETX
66 };
67 
68 #endif
Store vtkAlgorithm input/output information.
vtkMultiProcessController * Controller
subclass of vtkProbeFilter which supports composite datasets in the input.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
probe dataset in parallel
#define VTKFILTERSPARALLEL_EXPORT
virtual int FillInputPortInformation(int port, vtkInformation *info)
a simple class to control print indentation
Definition: vtkIndent.h:38
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkCompositeDataProbeFilter * New()
Store zero or more vtkInformation instances.
void PrintSelf(ostream &os, vtkIndent indent)
Multiprocessing communication superclass.