VTK
dox
Rendering
OpenGL
vtkOpenGLClipPlanesPainter.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkOpenGLClipPlanesPainter.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
=========================================================================*/
24
#ifndef vtkOpenGLClipPlanesPainter_h
25
#define vtkOpenGLClipPlanesPainter_h
26
27
#include "vtkRenderingOpenGLModule.h"
// For export macro
28
#include "
vtkClipPlanesPainter.h
"
29
30
class
vtkPlaneCollection
;
31
32
class
VTKRENDERINGOPENGL_EXPORT
vtkOpenGLClipPlanesPainter
:
public
vtkClipPlanesPainter
33
{
34
public
:
35
static
vtkOpenGLClipPlanesPainter
*
New
();
36
vtkTypeMacro(
vtkOpenGLClipPlanesPainter
,
vtkClipPlanesPainter
);
37
void
PrintSelf
(ostream& os,
vtkIndent
indent);
38
39
protected
:
40
vtkOpenGLClipPlanesPainter
();
41
~
vtkOpenGLClipPlanesPainter
();
42
48
virtual
void
RenderInternal
(
vtkRenderer
* renderer,
vtkActor
* actor,
49
unsigned
long
typeflags,
bool
forceCompileOnly);
50
51
private
:
52
vtkOpenGLClipPlanesPainter
(
const
vtkOpenGLClipPlanesPainter
&) VTK_DELETE_FUNCTION;
53
void
operator=(
const
vtkOpenGLClipPlanesPainter
&) VTK_DELETE_FUNCTION;
54
};
55
56
#endif
vtkClipPlanesPainter::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkClipPlanesPainter::New
static vtkClipPlanesPainter * New()
vtkPainter::RenderInternal
virtual void RenderInternal(vtkRenderer *renderer, vtkActor *actor, unsigned long typeflags, bool forceCompileOnly)
Performs the actual rendering.
vtkActor
represents an object (geometry & properties) in a rendered scene
Definition:
vtkActor.h:51
vtkOpenGLClipPlanesPainter
painter that manages clipping
Definition:
vtkOpenGLClipPlanesPainter.h:32
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:39
vtkRenderer
abstract specification for renderers
Definition:
vtkRenderer.h:63
vtkClipPlanesPainter
abstract class defining interface for painter that manages clipping.
Definition:
vtkClipPlanesPainter.h:30
vtkPlaneCollection
maintain a list of planes
Definition:
vtkPlaneCollection.h:36
vtkClipPlanesPainter.h
Generated by
1.8.17