VTK
vtkHardwareSelectionPolyDataPainter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkHardwareSelectionPolyDataPainter.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 =========================================================================*/
25 #ifndef __vtkHardwareSelectionPolyDataPainter_h
26 #define __vtkHardwareSelectionPolyDataPainter_h
27 
29 
32 {
33 public:
36  void PrintSelf(ostream& os, vtkIndent indent);
37 
39 
41  vtkSetMacro(EnableSelection, int);
42  vtkGetMacro(EnableSelection, int);
43  vtkBooleanMacro(EnableSelection, int);
45 
46 //BTX
47 protected:
50 
52 
54  virtual void RenderInternal(vtkRenderer* renderer, vtkActor* actor,
55  unsigned long typeflags, bool forceCompileOnly);
57 
58  void DrawCells(int mode, vtkCellArray *connectivity,
59  vtkIdType startCellId, vtkRenderer *renderer);
60 
63 private:
65  void operator=(const vtkHardwareSelectionPolyDataPainter&); // Not implemented.
66 //ETX
67 };
68 
69 #endif
70 
71 
represents an object (geometry & properties) in a rendered scene
Definition: vtkActor.h:49
A standard implementation of vtkPolyDataPainter.
painter used to render polydata for selection passes.
virtual void PrintSelf(ostream &os, vtkIndent indent)
abstract specification for renderers
Definition: vtkRenderer.h:69
int vtkIdType
Definition: vtkType.h:255
void DrawCells(int mode, vtkCellArray *connectivity, vtkIdType startCellId, vtkShaderDeviceAdapter *shaderDevice, vtkGLSLShaderDeviceAdapter2 *shaderDevice2, vtkRenderer *renderer, int buildnormals, int interpolation)
a simple class to control print indentation
Definition: vtkIndent.h:37
#define VTK_RENDERING_EXPORT
object to represent cell connectivity
Definition: vtkCellArray.h:48
virtual void RenderInternal(vtkRenderer *renderer, vtkActor *actor, unsigned long typeflags, bool forceCompileOnly)
static vtkStandardPolyDataPainter * New()