VTK
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 
42 {
43 public:
45  virtual void PrintSelf(ostream &os, vtkIndent indent);
46  static vtkVertexGlyphFilter *New();
47 
48 protected:
51 
55 
56 private:
57  vtkVertexGlyphFilter(const vtkVertexGlyphFilter &); // Not implemented
58  void operator=(const vtkVertexGlyphFilter &); // Not implemented
59 };
60 
61 #endif //_vtkVertexGlyphFilter_h