VTK
vtkPointsPainter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkPointsPainter.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 =========================================================================*/
26 #ifndef __vtkPointsPainter_h
27 #define __vtkPointsPainter_h
28 
29 #include "vtkRenderingCoreModule.h" // For export macro
30 #include "vtkPrimitivePainter.h"
31 
33 {
34 public:
35  static vtkPointsPainter* New();
37  void PrintSelf(ostream& os, vtkIndent indent);
38 
39 protected:
42 
44 
46  virtual int RenderPrimitive(unsigned long flags, vtkDataArray* n,
48 private:
49  vtkPointsPainter(const vtkPointsPainter&); // Not implemented.
50  void operator=(const vtkPointsPainter&); // Not implemented.
51 };
53 
54 #endif
superclass for class that handle single privmitives.
virtual int RenderPrimitive(unsigned long flags, vtkDataArray *n, vtkUnsignedCharArray *c, vtkDataArray *t, vtkRenderer *ren)=0
abstract specification for renderers
Definition: vtkRenderer.h:63
this painter paints verts.
GLdouble GLdouble t
Definition: vtkgl.h:11602
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:619
a simple class to control print indentation
Definition: vtkIndent.h:38
const GLubyte * c
Definition: vtkgl.h:15720
abstract superclass for arrays of numeric data
Definition: vtkDataArray.h:53
GLbitfield flags
Definition: vtkgl.h:13750
dynamic, self-adjusting array of unsigned char
#define VTKRENDERINGCORE_EXPORT
GLclampd n
Definition: vtkgl.h:14370
void PrintSelf(ostream &os, vtkIndent indent)
static vtkObject * New()