VTK
vtkTStripsPainter.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkTStripsPainter.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 vtkTStripsPainter_h
21#define vtkTStripsPainter_h
22
23#include "vtkRenderingOpenGLModule.h" // For export macro
24#include "vtkPrimitivePainter.h"
25
26class VTKRENDERINGOPENGL_EXPORT vtkTStripsPainter : public vtkPrimitivePainter
27{
28public:
31 void PrintSelf(ostream& os, vtkIndent indent);
32
33protected:
36
41 virtual int RenderPrimitive(unsigned long flags, vtkDataArray* n,
43
44private:
45 vtkTStripsPainter(const vtkTStripsPainter&) VTK_DELETE_FUNCTION;
46 void operator=(const vtkTStripsPainter&) VTK_DELETE_FUNCTION;
47};
48
49#endif
abstract superclass for arrays of numeric data
Definition: vtkDataArray.h:55
a simple class to control print indentation
Definition: vtkIndent.h:40
superclass for class that handle single privmitives.
abstract specification for renderers
Definition: vtkRenderer.h:64
painter for triangle strips.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
static vtkTStripsPainter * New()
virtual int RenderPrimitive(unsigned long flags, vtkDataArray *n, vtkUnsignedCharArray *c, vtkDataArray *t, vtkRenderer *ren)
The actual rendering happens here.
dynamic, self-adjusting array of unsigned char