VTK  9.3.1
vtkGlyph2D.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-License-Identifier: BSD-3-Clause
24 #ifndef vtkGlyph2D_h
25 #define vtkGlyph2D_h
26 
27 #include "vtkFiltersCoreModule.h" // For export macro
28 #include "vtkGlyph3D.h"
29 
30 VTK_ABI_NAMESPACE_BEGIN
31 class VTKFILTERSCORE_EXPORT vtkGlyph2D : public vtkGlyph3D
32 {
33 public:
35 
38  vtkTypeMacro(vtkGlyph2D, vtkGlyph3D);
39  void PrintSelf(ostream& os, vtkIndent indent) override;
41 
48  static vtkGlyph2D* New();
49 
50 protected:
51  vtkGlyph2D() = default;
52  ~vtkGlyph2D() override = default;
53 
55 
56 private:
57  vtkGlyph2D(const vtkGlyph2D&) = delete;
58  void operator=(const vtkGlyph2D&) = delete;
59 };
60 
61 VTK_ABI_NAMESPACE_END
62 #endif
copy oriented and scaled glyph geometry to every input point (2D specialization)
Definition: vtkGlyph2D.h:31
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:28
copy oriented and scaled glyph geometry to every input point
Definition: vtkGlyph3D.h:101
static vtkGlyph3D * New()
Construct object with scaling on, scaling mode is by scalar value, scale factor = 1...
Store zero or more vtkInformation instances.