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 =========================================================================*/
22 #ifndef vtkPReflectionFilter_h
23 #define vtkPReflectionFilter_h
24 
25 #include "vtkFiltersParallelModule.h" // For export macro
26 #include "vtkReflectionFilter.h"
27 
29 
31 {
32 public:
35  void PrintSelf(ostream& os, vtkIndent indent);
36 
38 
42 
43 //BTX
44 protected:
47 
49  virtual int ComputeBounds(vtkDataObject* input, double bounds[6]);
50 
52 private:
53  vtkPReflectionFilter(const vtkPReflectionFilter&); // Not implemented.
54  void operator=(const vtkPReflectionFilter&); // Not implemented.
55 //ETX
56 };
57 
58 #endif
59 
60 
vtkPReflectionFilter::ComputeBounds
virtual int ComputeBounds(vtkDataObject *input, double bounds[6])
vtkGetObjectMacro
#define vtkGetObjectMacro(name, type)
Definition: vtkSetGet.h:232
vtkReflectionFilter.h
VTKFILTERSPARALLEL_EXPORT
#define VTKFILTERSPARALLEL_EXPORT
Definition: vtkFiltersParallelModule.h:15
vtkPReflectionFilter::vtkPReflectionFilter
vtkPReflectionFilter()
vtkPReflectionFilter
parallel version of vtkReflectionFilter
Definition: vtkPReflectionFilter.h:31
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkgl::input
GLenum GLenum GLenum input
Definition: vtkgl.h:15941
vtkPReflectionFilter::New
static vtkPReflectionFilter * New()
vtkFiltersParallelModule.h
vtkPReflectionFilter::Controller
vtkMultiProcessController * Controller
Definition: vtkPReflectionFilter.h:51
vtkPReflectionFilter::SetController
void SetController(vtkMultiProcessController *)
vtkMultiProcessController
Multiprocessing communication superclass.
Definition: vtkMultiProcessController.h:85
vtkReflectionFilter
reflects a data set across a plane
Definition: vtkReflectionFilter.h:36
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkPReflectionFilter::~vtkPReflectionFilter
~vtkPReflectionFilter()
vtkDataObject
general representation of visualization data
Definition: vtkDataObject.h:65
vtkPReflectionFilter::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)