VTK  9.2.6
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 =========================================================================*/
36 #ifndef vtkGlyph2D_h
37 #define vtkGlyph2D_h
38 
39 #include "vtkFiltersCoreModule.h" // For export macro
40 #include "vtkGlyph3D.h"
41 
42 class VTKFILTERSCORE_EXPORT vtkGlyph2D : public vtkGlyph3D
43 {
44 public:
46 
49  vtkTypeMacro(vtkGlyph2D, vtkGlyph3D);
50  void PrintSelf(ostream& os, vtkIndent indent) override;
52 
59  static vtkGlyph2D* New();
60 
61 protected:
62  vtkGlyph2D() = default;
63  ~vtkGlyph2D() override = default;
64 
66 
67 private:
68  vtkGlyph2D(const vtkGlyph2D&) = delete;
69  void operator=(const vtkGlyph2D&) = delete;
70 };
71 
72 #endif
copy oriented and scaled glyph geometry to every input point (2D specialization)
Definition: vtkGlyph2D.h:42
Store vtkAlgorithm input/output information.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
a simple class to control print indentation
Definition: vtkIndent.h:39
copy oriented and scaled glyph geometry to every input point
Definition: vtkGlyph3D.h:112
static vtkGlyph3D * New()
Construct object with scaling on, scaling mode is by scalar value, scale factor = 1...
Store zero or more vtkInformation instances.