VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Graphics
vtkVertexGlyphFilter.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkVertexGlyphFilter.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
=========================================================================*/
15
/*----------------------------------------------------------------------------
16
Copyright (c) Sandia Corporation
17
See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
18
----------------------------------------------------------------------------*/
36
#ifndef _vtkVertexGlyphFilter_h
37
#define _vtkVertexGlyphFilter_h
38
39
#include "
vtkPolyDataAlgorithm.h
"
40
41
class
VTK_GRAPHICS_EXPORT
vtkVertexGlyphFilter
:
public
vtkPolyDataAlgorithm
42
{
43
public
:
44
vtkTypeMacro(
vtkVertexGlyphFilter
,
vtkPolyDataAlgorithm
);
45
virtual
void
PrintSelf
(ostream &os,
vtkIndent
indent);
46
static
vtkVertexGlyphFilter
*
New
();
47
48
protected
:
49
vtkVertexGlyphFilter
();
50
~
vtkVertexGlyphFilter
();
51
52
int
RequestData
(
vtkInformation
*,
53
vtkInformationVector
**,
vtkInformationVector
*);
54
int
FillInputPortInformation
(
int
,
vtkInformation
*);
55
56
private
:
57
vtkVertexGlyphFilter
(
const
vtkVertexGlyphFilter
&);
// Not implemented
58
void
operator=(
const
vtkVertexGlyphFilter
&);
// Not implemented
59
};
60
61
#endif //_vtkVertexGlyphFilter_h
Generated on Fri Aug 2 2013 12:19:57 for VTK by
1.8.4