VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Filters
Core
vtkGlyph2D.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkGlyph2D.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
=========================================================================*/
32
#ifndef __vtkGlyph2D_h
33
#define __vtkGlyph2D_h
34
35
#include "vtkFiltersCoreModule.h"
// For export macro
36
#include "
vtkGlyph3D.h
"
37
38
class
VTKFILTERSCORE_EXPORT
vtkGlyph2D
:
public
vtkGlyph3D
39
{
40
public
:
41
vtkTypeMacro(
vtkGlyph2D
,
vtkGlyph3D
);
42
void
PrintSelf
(ostream& os,
vtkIndent
indent);
43
48
static
vtkGlyph2D
*
New
();
49
50
protected
:
51
vtkGlyph2D
() {};
52
~vtkGlyph2D
() {};
53
54
virtual
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*);
55
56
private
:
57
vtkGlyph2D
(
const
vtkGlyph2D
&);
// Not implemented.
58
void
operator=(
const
vtkGlyph2D
&);
// Not implemented.
59
};
60
61
#endif
Generated on Thu May 24 2012 22:22:14 for VTK by
1.8.1