VTK
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 =========================================================================*/
21 #ifndef vtkOpenGLLabelContourMapper_h
22 #define vtkOpenGLLabelContourMapper_h
23 
24 #include "vtkRenderingOpenGLModule.h" // For export macro
26 
29 {
30 public:
33 
34 protected:
37 
38  bool ApplyStencil(vtkRenderer *ren, vtkActor *act);
39  bool RemoveStencil();
40 
41 private:
43  void operator=(const vtkOpenGLLabeledContourMapper&); // Not implemented.
44 };
45 
46 #endif
vtkOpenGLLabeledContourMapper::RemoveStencil
bool RemoveStencil()
vtkRenderingOpenGLModule.h
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkOpenGLLabeledContourMapper::~vtkOpenGLLabeledContourMapper
~vtkOpenGLLabeledContourMapper()
vtkLabeledContourMapper.h
vtkOpenGLLabeledContourMapper::New
static vtkOpenGLLabeledContourMapper * New()
vtkOpenGLLabeledContourMapper
Definition: vtkOpenGLLabeledContourMapper.h:29
vtkOpenGLLabeledContourMapper::ApplyStencil
bool ApplyStencil(vtkRenderer *ren, vtkActor *act)
vtkActor
represents an object (geometry & properties) in a rendered scene
Definition: vtkActor.h:51
vtkLabeledContourMapper
Draw labeled isolines.
Definition: vtkLabeledContourMapper.h:48
vtkOpenGLLabeledContourMapper::vtkOpenGLLabeledContourMapper
vtkOpenGLLabeledContourMapper()
vtkRenderer
abstract specification for renderers
Definition: vtkRenderer.h:64
VTKRENDERINGOPENGL_EXPORT
#define VTKRENDERINGOPENGL_EXPORT
Definition: vtkRenderingOpenGLModule.h:15