VTK
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 
39 {
40 public:
42  void PrintSelf(ostream& os, vtkIndent indent);
43 
48  static vtkGlyph2D *New();
49 
50 protected:
53 
55 
56 private:
57  vtkGlyph2D(const vtkGlyph2D&); // Not implemented.
58  void operator=(const vtkGlyph2D&); // Not implemented.
59 };
60 
61 #endif
vtkGlyph2D::~vtkGlyph2D
~vtkGlyph2D()
Definition: vtkGlyph2D.h:52
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkGlyph2D
copy oriented and scaled glyph geometry to every input point (2D specialization)
Definition: vtkGlyph2D.h:39
vtkFiltersCoreModule.h
vtkGlyph2D::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
VTKFILTERSCORE_EXPORT
#define VTKFILTERSCORE_EXPORT
Definition: vtkFiltersCoreModule.h:15
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkGlyph3D
copy oriented and scaled glyph geometry to every input point
Definition: vtkGlyph3D.h:111
vtkGlyph2D::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkGlyph2D::New
static vtkGlyph2D * New()
vtkGlyph3D.h
vtkGlyph2D::vtkGlyph2D
vtkGlyph2D()
Definition: vtkGlyph2D.h:51