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 
27 
29 
31 {
32 public:
34  void PrintSelf(ostream& os, vtkIndent indent);
35 
36  static vtkPProbeFilter *New();
37 
39 
40  virtual void SetController(vtkMultiProcessController*);
41  vtkGetObjectMacro(Controller, vtkMultiProcessController);
43 
44 //BTX
45 protected:
47  ~vtkPProbeFilter();
48 
49  enum
50  {
51  PROBE_COMMUNICATION_TAG=1970
52  };
53 
54  // 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 RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
probe dataset in parallel
virtual int FillInputPortInformation(int port, vtkInformation *info)
a simple class to control print indentation
Definition: vtkIndent.h:37
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkCompositeDataProbeFilter * New()
#define VTK_PARALLEL_EXPORT
Store zero or more vtkInformation instances.
void PrintSelf(ostream &os, vtkIndent indent)
Multiprocessing communication superclass.