VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
dox
Rendering
OpenGL
vtkOpenGLCoincidentTopologyResolutionPainter.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkOpenGLCoincidentTopologyResolutionPainter.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
=========================================================================*/
20
#ifndef __vtkOpenGLCoincidentTopologyResolutionPainter_h
21
#define __vtkOpenGLCoincidentTopologyResolutionPainter_h
22
23
#include "
vtkRenderingOpenGLModule.h
"
// For export macro
24
#include "
vtkCoincidentTopologyResolutionPainter.h
"
25
26
class
VTKRENDERINGOPENGL_EXPORT
vtkOpenGLCoincidentTopologyResolutionPainter
:
27
public
vtkCoincidentTopologyResolutionPainter
28
{
29
public
:
30
static
vtkOpenGLCoincidentTopologyResolutionPainter
*
New
();
31
vtkTypeMacro(
vtkOpenGLCoincidentTopologyResolutionPainter
,
32
vtkCoincidentTopologyResolutionPainter
);
33
void
PrintSelf
(ostream& os,
vtkIndent
indent);
34
35
protected
:
36
vtkOpenGLCoincidentTopologyResolutionPainter
();
37
~
vtkOpenGLCoincidentTopologyResolutionPainter
();
38
40
45
virtual
void
RenderInternal
(
vtkRenderer
* renderer,
vtkActor
* actor,
46
unsigned
long
typeflags,
bool
forceCompileOnly);
48
49
void
RenderPolygonOffset(
vtkRenderer
*renderer,
vtkActor
*actor,
50
unsigned
long
typeflags,
bool
forceCompileOnly);
51
void
RenderShiftZBuffer(
vtkRenderer
*renderer,
vtkActor
*actor,
52
unsigned
long
typeflags,
bool
forceCompileOnly);
53
54
private
:
55
vtkOpenGLCoincidentTopologyResolutionPainter
(
56
const
vtkOpenGLCoincidentTopologyResolutionPainter
&);
// Not implemented.
57
void
operator=(
const
vtkOpenGLCoincidentTopologyResolutionPainter
&);
// Not implemented.
58
};
59
60
#endif
vtkActor
represents an object (geometry & properties) in a rendered scene
Definition:
vtkActor.h:50
vtkPainter::RenderInternal
virtual void RenderInternal(vtkRenderer *renderer, vtkActor *actor, unsigned long typeflags, bool forceCompileOnly)
vtkCoincidentTopologyResolutionPainter::New
static vtkCoincidentTopologyResolutionPainter * New()
vtkCoincidentTopologyResolutionPainter::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkRenderer
abstract specification for renderers
Definition:
vtkRenderer.h:63
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:38
VTKRENDERINGOPENGL_EXPORT
#define VTKRENDERINGOPENGL_EXPORT
Definition:
vtkRenderingOpenGLModule.h:15
vtkCoincidentTopologyResolutionPainter.h
vtkRenderingOpenGLModule.h
vtkOpenGLCoincidentTopologyResolutionPainter
Definition:
vtkOpenGLCoincidentTopologyResolutionPainter.h:26
vtkCoincidentTopologyResolutionPainter
painter that resolves conicident topology.
Definition:
vtkCoincidentTopologyResolutionPainter.h:35
Generated on Sat Jan 3 2015 22:29:56 for VTK by
1.8.8