VTK
dox
Rendering
OpenGL
vtkOpenGLLabeledContourMapper.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkOpenGLLabeledContourMapper.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 vtkOpenGLLabeledContourMapper_h
23
#define vtkOpenGLLabeledContourMapper_h
24
25
#include "vtkRenderingOpenGLModule.h"
// For export macro
26
#include "
vtkLabeledContourMapper.h
"
27
28
class
VTKRENDERINGOPENGL_EXPORT
vtkOpenGLLabeledContourMapper
29
:
public
vtkLabeledContourMapper
30
{
31
public
:
32
static
vtkOpenGLLabeledContourMapper
*
New
();
33
vtkTypeMacro(
vtkOpenGLLabeledContourMapper
,
vtkLabeledContourMapper
)
34
35
protected
:
36
vtkOpenGLLabeledContourMapper
();
37
~
vtkOpenGLLabeledContourMapper
();
38
39
bool
ApplyStencil
(
vtkRenderer
*ren,
vtkActor
*act);
40
bool
RemoveStencil
();
41
42
private
:
43
vtkOpenGLLabeledContourMapper
(
const
vtkOpenGLLabeledContourMapper
&) VTK_DELETE_FUNCTION;
44
void
operator=(
const
vtkOpenGLLabeledContourMapper
&) VTK_DELETE_FUNCTION;
45
};
46
47
#endif
vtkLabeledContourMapper::ApplyStencil
virtual bool ApplyStencil(vtkRenderer *ren, vtkActor *act)
vtkLabeledContourMapper.h
vtkOpenGLLabeledContourMapper
Definition:
vtkOpenGLLabeledContourMapper.h:28
vtkLabeledContourMapper::New
static vtkLabeledContourMapper * New()
vtkActor
represents an object (geometry & properties) in a rendered scene
Definition:
vtkActor.h:51
vtkLabeledContourMapper
Draw labeled isolines.
Definition:
vtkLabeledContourMapper.h:48
vtkLabeledContourMapper::RemoveStencil
virtual bool RemoveStencil()
vtkRenderer
abstract specification for renderers
Definition:
vtkRenderer.h:63
Generated by
1.8.16