VTK
vtkClipPlanesPainter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkClipPlanesPainter.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 =========================================================================*/
20 #ifndef vtkClipPlanesPainter_h
21 #define vtkClipPlanesPainter_h
22 
23 #include "vtkRenderingOpenGLModule.h" // For export macro
24 #include "vtkPainter.h"
25 
27 class vtkPlaneCollection;
28 
30 {
31 public:
34  void PrintSelf(ostream& os, vtkIndent indent);
35 
38 
39 protected:
42 
46 
49 private:
50  vtkClipPlanesPainter(const vtkClipPlanesPainter&); // Not implemented.
51  void operator=(const vtkClipPlanesPainter&); // Not implemented.
52 
53 };
54 
55 #endif
vtkClipPlanesPainter::ProcessInformation
virtual void ProcessInformation(vtkInformation *)
vtkClipPlanesPainter::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkClipPlanesPainter::CLIPPING_PLANES
static vtkInformationObjectBaseKey * CLIPPING_PLANES()
vtkClipPlanesPainter::New
static vtkClipPlanesPainter * New()
vtkRenderingOpenGLModule.h
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkClipPlanesPainter::~vtkClipPlanesPainter
~vtkClipPlanesPainter()
vtkInformationObjectBaseKey
Key for vtkObjectBase values.
Definition: vtkInformationObjectBaseKey.h:33
vtkClipPlanesPainter::ClippingPlanes
vtkPlaneCollection * ClippingPlanes
Definition: vtkClipPlanesPainter.h:48
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkClipPlanesPainter::vtkClipPlanesPainter
vtkClipPlanesPainter()
vtkPainter
Abstract class for drawing poly data.
Definition: vtkPainter.h:64
vtkPainter.h
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkClipPlanesPainter::SetClippingPlanes
void SetClippingPlanes(vtkPlaneCollection *)
vtkClipPlanesPainter
abstract class defining interface for painter that manages clipping.
Definition: vtkClipPlanesPainter.h:30
vtkPlaneCollection
maintain a list of planes
Definition: vtkPlaneCollection.h:36
VTKRENDERINGOPENGL_EXPORT
#define VTKRENDERINGOPENGL_EXPORT
Definition: vtkRenderingOpenGLModule.h:15