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:
38 
39  bool ApplyStencil(vtkRenderer *ren, vtkActor *act) override;
40  bool RemoveStencil() override;
41 
42 private:
44  void operator=(const vtkOpenGLLabeledContourMapper&) = delete;
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
virtual bool ApplyStencil(vtkRenderer *ren, vtkActor *act)
The polydata mapper used to render the contours.
abstract specification for renderers
Definition: vtkRenderer.h:63
Draw labeled isolines.
virtual bool RemoveStencil()
The polydata mapper used to render the contours.
static vtkLabeledContourMapper * New()