VTK  9.3.0
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
33#ifndef vtkGlyph2D_h
34#define vtkGlyph2D_h
35
36#include "vtkFiltersCoreModule.h" // For export macro
37#include "vtkGlyph3D.h"
38
39VTK_ABI_NAMESPACE_BEGIN
40class VTKFILTERSCORE_EXPORT vtkGlyph2D : public vtkGlyph3D
41{
42public:
44
47 vtkTypeMacro(vtkGlyph2D, vtkGlyph3D);
48 void PrintSelf(ostream& os, vtkIndent indent) override;
50
57 static vtkGlyph2D* New();
58
59protected:
60 vtkGlyph2D() = default;
61 ~vtkGlyph2D() override = default;
62
64
65private:
66 vtkGlyph2D(const vtkGlyph2D&) = delete;
67 void operator=(const vtkGlyph2D&) = delete;
68};
69
70VTK_ABI_NAMESPACE_END
71#endif
copy oriented and scaled glyph geometry to every input point (2D specialization)
Definition vtkGlyph2D.h:41
static vtkGlyph2D * New()
Construct object with scaling on, scaling mode is by scalar value, scale factor = 1....
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for obtaining type information and printing.
~vtkGlyph2D() override=default
vtkGlyph2D()=default
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
copy oriented and scaled glyph geometry to every input point
Definition vtkGlyph3D.h:111
a simple class to control print indentation
Definition vtkIndent.h:38
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.