33#ifndef vtkGraphToGlyphs_h
34#define vtkGraphToGlyphs_h
37#include "vtkRenderingCoreModule.h"
calculates distance from points to the camera.
copy oriented and scaled glyph geometry to every input point
create 2D glyphs represented by vtkPolyData
vtkMTimeType GetMTime() override
The modified time of this filter.
virtual bool GetScaling()
Whether to use the input array to process in order to scale the vertices.
vtkSmartPointer< vtkGlyphSource2D > GlyphSource
virtual void SetRenderer(vtkRenderer *ren)
The renderer in which the glyphs will be placed.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Convert the vtkGraph into vtkPolyData.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkSmartPointer< vtkGraphToPoints > GraphToPoints
~vtkGraphToGlyphs() override
virtual vtkRenderer * GetRenderer()
The renderer in which the glyphs will be placed.
vtkSmartPointer< vtkSphereSource > Sphere
vtkSmartPointer< vtkDistanceToCamera > DistanceToCamera
vtkSmartPointer< vtkGlyph3D > Glyph
virtual void SetScaling(bool b)
Whether to use the input array to process in order to scale the vertices.
int FillInputPortInformation(int port, vtkInformation *info) override
Set the input type of the algorithm to vtkGraph.
static vtkGraphToGlyphs * New()
convert a vtkGraph a set of points.
a simple class to control print indentation
abstract specification for renderers
Hold a reference to a vtkObjectBase instance.
create a polygonal sphere centered at the origin
vtkTypeUInt32 vtkMTimeType