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=========================================================================*/
33#ifndef vtkGlyph2D_h
34#define vtkGlyph2D_h
35
36#include "vtkFiltersCoreModule.h" // For export macro
37#include "vtkGlyph3D.h"
38
39class VTKFILTERSCORE_EXPORT vtkGlyph2D : public vtkGlyph3D
40{
41public:
42 vtkTypeMacro(vtkGlyph2D,vtkGlyph3D);
43 void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
44
51 static vtkGlyph2D *New();
52
53protected:
55 ~vtkGlyph2D() VTK_OVERRIDE {}
56
58
59private:
60 vtkGlyph2D(const vtkGlyph2D&) VTK_DELETE_FUNCTION;
61 void operator=(const vtkGlyph2D&) VTK_DELETE_FUNCTION;
62};
63
64#endif
copy oriented and scaled glyph geometry to every input point (2D specialization)
Definition: vtkGlyph2D.h:40
static vtkGlyph2D * New()
Construct object with scaling on, scaling mode is by scalar value, scale factor = 1....
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.
~vtkGlyph2D() override
Definition: vtkGlyph2D.h:55
copy oriented and scaled glyph geometry to every input point
Definition: vtkGlyph3D.h:112
a simple class to control print indentation
Definition: vtkIndent.h:40
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.