VTK  9.1.0
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=========================================================================*/
62#ifndef vtkGlyph2D_h
63#define vtkGlyph2D_h
64
65#include "vtkFiltersCoreModule.h" // For export macro
66#include "vtkGlyph3D.h"
67
68class VTKFILTERSCORE_EXPORT vtkGlyph2D : public vtkGlyph3D
69{
70public:
72
75 vtkTypeMacro(vtkGlyph2D, vtkGlyph3D);
76 void PrintSelf(ostream& os, vtkIndent indent) override;
78
85 static vtkGlyph2D* New();
86
87protected:
88 vtkGlyph2D() = default;
89 ~vtkGlyph2D() override = default;
90
92
93private:
94 vtkGlyph2D(const vtkGlyph2D&) = delete;
95 void operator=(const vtkGlyph2D&) = delete;
96};
97
98#endif
copy oriented and scaled glyph geometry to every input point (2D specialization)
Definition: vtkGlyph2D.h:69
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:216
a simple class to control print indentation
Definition: vtkIndent.h:113
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.