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 =========================================================================*/
19 #ifndef __vtkTStripsPainter_h
20 #define __vtkTStripsPainter_h
21 
22 #include "vtkPrimitivePainter.h"
23 
25 {
26 public:
27  static vtkTStripsPainter* New();
29  void PrintSelf(ostream& os, vtkIndent indent);
30 
31 protected:
34 
36 
38  virtual int RenderPrimitive(unsigned long flags, vtkDataArray* n,
40 private:
41  vtkTStripsPainter(const vtkTStripsPainter&); // Not implemented.
42  void operator=(const vtkTStripsPainter&); // Not implemented.
43 };
45 
46 
47 
48 #endif
49 
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:69
a simple class to control print indentation
Definition: vtkIndent.h:37
abstract superclass for arrays of numeric data
Definition: vtkDataArray.h:53
painter for triangle strips.
dynamic, self-adjusting array of unsigned char
#define VTK_RENDERING_EXPORT
void PrintSelf(ostream &os, vtkIndent indent)
static vtkObject * New()