VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Rendering
vtkScaledTextActor.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkScaledTextActor.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
=========================================================================*/
31
#ifndef __vtkScaledTextActor_h
32
#define __vtkScaledTextActor_h
33
34
#include "
vtkTextActor.h
"
35
36
class
VTK_RENDERING_EXPORT
vtkScaledTextActor
:
public
vtkTextActor
37
{
38
public
:
39
vtkTypeMacro(
vtkScaledTextActor
,
vtkTextActor
);
40
virtual
void
PrintSelf
(ostream& os,
vtkIndent
indent);
41
44
static
vtkScaledTextActor
*
New
();
45
46
protected
:
47
vtkScaledTextActor
();
48
private
:
49
vtkScaledTextActor
(
const
vtkScaledTextActor
&);
// Not implemented.
50
void
operator=(
const
vtkScaledTextActor
&);
// Not implemented.
51
};
52
53
54
#endif
55
vtkTextActor
An actor that displays text. Scaled or unscaled.
Definition:
vtkTextActor.h:54
vtkTextActor.h
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:37
vtkTextActor::New
static vtkTextActor * New()
vtkTextActor::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
VTK_RENDERING_EXPORT
#define VTK_RENDERING_EXPORT
Definition:
vtkWin32Header.h:278
vtkScaledTextActor
create text that will scale as needed
Definition:
vtkScaledTextActor.h:36
Generated on Fri Sep 5 2014 03:02:53 for VTK by
1.8.8