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
28class VTKRENDERINGOPENGL_EXPORT vtkOpenGLLabeledContourMapper
30{
31public:
34
35protected:
38
41
42private:
44 void operator=(const vtkOpenGLLabeledContourMapper&) VTK_DELETE_FUNCTION;
45};
46
47#endif
represents an object (geometry & properties) in a rendered scene
Definition: vtkActor.h:52
Draw labeled isolines.
vtkOpenGLLabeledContourMapper is an override for vtkLabeledContourMapper that implements stenciling u...
static vtkOpenGLLabeledContourMapper * New()
bool ApplyStencil(vtkRenderer *ren, vtkActor *act)
abstract specification for renderers
Definition: vtkRenderer.h:64