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
vtkOpenGLLabeledContourMapper::RemoveStencil
bool RemoveStencil()
vtkOpenGLLabeledContourMapper::~vtkOpenGLLabeledContourMapper
~vtkOpenGLLabeledContourMapper()
vtkLabeledContourMapper.h
vtkOpenGLLabeledContourMapper::New
static vtkOpenGLLabeledContourMapper * New()
vtkOpenGLLabeledContourMapper
vtkOpenGLLabeledContourMapper is an override for vtkLabeledContourMapper that implements stenciling u...
Definition:
vtkOpenGLLabeledContourMapper.h:30
vtkOpenGLLabeledContourMapper::ApplyStencil
bool ApplyStencil(vtkRenderer *ren, vtkActor *act)
vtkActor
represents an object (geometry & properties) in a rendered scene
Definition:
vtkActor.h:52
vtkLabeledContourMapper
Draw labeled isolines.
Definition:
vtkLabeledContourMapper.h:49
vtkOpenGLLabeledContourMapper::vtkOpenGLLabeledContourMapper
vtkOpenGLLabeledContourMapper()
vtkRenderer
abstract specification for renderers
Definition:
vtkRenderer.h:64
Generated by
1.8.20