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 =========================================================================*/
22 #ifndef vtkOpenGLLabeledContourMapper_h
23 #define vtkOpenGLLabeledContourMapper_h
24 
25 #include "vtkRenderingOpenGLModule.h" // For export macro
27 
28 class VTKRENDERINGOPENGL_EXPORT vtkOpenGLLabeledContourMapper
30 {
31 public:
34 
35 protected:
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 is an override for vtkLabeledContourMapper that implements stenciling u...
represents an object (geometry & properties) in a rendered scene
Definition: vtkActor.h:51
abstract specification for renderers
Definition: vtkRenderer.h:63
Draw labeled isolines.
static vtkLabeledContourMapper * New()