VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Hybrid
vtkVectorText.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkVectorText.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
=========================================================================*/
40
#ifndef __vtkVectorText_h
41
#define __vtkVectorText_h
42
43
#include "
vtkPolyDataAlgorithm.h
"
44
45
class
VTK_HYBRID_EXPORT
vtkVectorText
:
public
vtkPolyDataAlgorithm
46
{
47
public
:
48
static
vtkVectorText
*
New
();
49
vtkTypeMacro(
vtkVectorText
,
vtkPolyDataAlgorithm
);
50
void
PrintSelf
(ostream& os,
vtkIndent
indent);
51
53
54
vtkSetStringMacro(
Text
);
55
vtkGetStringMacro(
Text
);
57
58
protected
:
59
vtkVectorText
();
60
~
vtkVectorText
();
61
62
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*);
63
char
*
Text
;
64
65
private
:
66
vtkVectorText
(
const
vtkVectorText
&);
// Not implemented.
67
void
operator=(
const
vtkVectorText
&);
// Not implemented.
68
};
69
70
#endif
Generated on Sun Sep 9 2012 13:03:39 for VTK by
1.8.1.2