22 #ifndef vtkOpenGLLabeledContourMapper_h
23 #define vtkOpenGLLabeledContourMapper_h
25 #include "vtkRenderingOpenGL2Module.h"
37 void PrintSelf(ostream &os,
vtkIndent indent) VTK_OVERRIDE;
42 void ReleaseGraphicsResources(
vtkWindow *win) VTK_OVERRIDE;
46 ~vtkOpenGLLabeledContourMapper() VTK_OVERRIDE;
53 bool CreateLabels(
vtkActor *actor) VTK_OVERRIDE;
56 bool RemoveStencil() VTK_OVERRIDE;
63 vtkOpenGLLabeledContourMapper(const vtkOpenGLLabeledContourMapper&) VTK_DELETE_FUNCTION;
64 void operator=(const vtkOpenGLLabeledContourMapper&) VTK_DELETE_FUNCTION;
vtkOpenGLLabeledContourMapper is an override for vtkLabeledContourMapper that implements stenciling u...
represents an object (geometry & properties) in a rendered scene
represent and manipulate 4x4 transformation matrices
abstract specification for renderers
window superclass for vtkRenderWindow
a simple class to control print indentation
static vtkLabeledContourMapper * New()