VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Rendering
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
24
class
VTK_RENDERING_EXPORT
vtkTStripsPainter
:
public
vtkPrimitivePainter
25
{
26
public
:
27
static
vtkTStripsPainter
*
New
();
28
vtkTypeMacro(
vtkTStripsPainter
,
vtkPrimitivePainter
);
29
void
PrintSelf
(ostream& os,
vtkIndent
indent);
30
31
protected
:
32
vtkTStripsPainter
();
33
~
vtkTStripsPainter
();
34
36
38
virtual
int
RenderPrimitive
(
unsigned
long
flags,
vtkDataArray
* n,
39
vtkUnsignedCharArray
* c,
vtkDataArray
* t,
vtkRenderer
* ren);
40
private
:
41
vtkTStripsPainter
(
const
vtkTStripsPainter
&);
// Not implemented.
42
void
operator=(
const
vtkTStripsPainter
&);
// Not implemented.
43
};
45
46
47
48
#endif
49
Generated on Wed Nov 21 2012 21:34:05 for VTK by
1.8.2