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:
36  ~vtkOpenGLLabeledContourMapper();
37 
38  bool ApplyStencil(vtkRenderer *ren, vtkActor *act);
39  bool RemoveStencil();
40 
41 private:
42  vtkOpenGLLabeledContourMapper(const vtkOpenGLLabeledContourMapper&); // Not implemented.
43  void operator=(const vtkOpenGLLabeledContourMapper&); // Not implemented.
44 };
45 
46 #endif
represents an object (geometry & properties) in a rendered scene
Definition: vtkActor.h:50
abstract specification for renderers
Definition: vtkRenderer.h:63
Draw labeled isolines.
#define VTKRENDERINGOPENGL_EXPORT
static vtkLabeledContourMapper * New()