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 =========================================================================*/
26 #ifndef vtkPProbeFilter_h
27 #define vtkPProbeFilter_h
28 
29 #include "vtkFiltersParallelModule.h" // For export macro
31 
33 
35 {
36 public:
38  void PrintSelf(ostream& os, vtkIndent indent);
39 
40  static vtkPProbeFilter *New();
41 
43 
44  virtual void SetController(vtkMultiProcessController*);
45  vtkGetObjectMacro(Controller, vtkMultiProcessController);
47 
48 //BTX
49 protected:
51  ~vtkPProbeFilter();
52 
53  enum
54  {
55  PROBE_COMMUNICATION_TAG=1970
56  };
57 
58  // Usual data generation method
62 
64 
65 private:
66  vtkPProbeFilter(const vtkPProbeFilter&); // Not implemented.
67  void operator=(const vtkPProbeFilter&); // Not implemented.
68 //ETX
69 };
70 
71 #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.