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=========================================================================*/
21#ifndef vtkClipPlanesPainter_h
22#define vtkClipPlanesPainter_h
23
24#include "vtkRenderingOpenGLModule.h" // For export macro
25#include "vtkPainter.h"
26
29
30class VTKRENDERINGOPENGL_EXPORT vtkClipPlanesPainter : public vtkPainter
31{
32public:
35 void PrintSelf(ostream& os, vtkIndent indent);
36
41
42protected:
45
51
54private:
55 vtkClipPlanesPainter(const vtkClipPlanesPainter&) VTK_DELETE_FUNCTION;
56 void operator=(const vtkClipPlanesPainter&) VTK_DELETE_FUNCTION;
57
58};
59
60#endif
abstract class defining interface for painter that manages clipping.
static vtkClipPlanesPainter * New()
void SetClippingPlanes(vtkPlaneCollection *)
virtual void ProcessInformation(vtkInformation *)
Called before RenderInternal() if the Information has been changed since the last time this method wa...
static vtkInformationObjectBaseKey * CLIPPING_PLANES()
Get/Set the vtkPlaneCollection which specifies the clipping planes.
vtkPlaneCollection * ClippingPlanes
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
Definition: vtkIndent.h:40
Key for vtkObjectBase values.
Store vtkAlgorithm input/output information.
Abstract class for drawing poly data.
Definition: vtkPainter.h:62
maintain a list of planes