VTK
vtkPReflectionFilter.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkPReflectionFilter.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 vtkPReflectionFilter_h
24#define vtkPReflectionFilter_h
25
26#include "vtkFiltersParallelModule.h" // For export macro
27#include "vtkReflectionFilter.h"
28
30
31class VTKFILTERSPARALLEL_EXPORT vtkPReflectionFilter : public vtkReflectionFilter
32{
33public:
36 void PrintSelf(ostream& os, vtkIndent indent);
37
39
43 vtkGetObjectMacro (Controller, vtkMultiProcessController);
45
46protected:
49
53 virtual int ComputeBounds(vtkDataObject* input, double bounds[6]);
54
56private:
57 vtkPReflectionFilter(const vtkPReflectionFilter&) VTK_DELETE_FUNCTION;
58 void operator=(const vtkPReflectionFilter&) VTK_DELETE_FUNCTION;
59
60};
61
62#endif
63
64
general representation of visualization data
Definition: vtkDataObject.h:65
a simple class to control print indentation
Definition: vtkIndent.h:40
Multiprocessing communication superclass.
parallel version of vtkReflectionFilter
void SetController(vtkMultiProcessController *)
Get/Set the parallel controller.
static vtkPReflectionFilter * New()
vtkMultiProcessController * Controller
virtual int ComputeBounds(vtkDataObject *input, double bounds[6])
Internal method to compute bounds.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
reflects a data set across a plane