17 #ifndef vtkGraphToGlyphs_h
18 #define vtkGraphToGlyphs_h
21 #include "vtkRenderingCoreModule.h"
24 VTK_ABI_NAMESPACE_BEGIN
59 vtkSetMacro(GlyphType,
int);
60 vtkGetMacro(GlyphType,
int);
67 vtkSetMacro(Filled,
bool);
68 vtkGetMacro(Filled,
bool);
69 vtkBooleanMacro(Filled,
bool);
78 vtkSetMacro(ScreenSize,
double);
79 vtkGetMacro(ScreenSize,
double);
95 virtual void SetScaling(
bool b);
96 virtual bool GetScaling();
132 VTK_ABI_NAMESPACE_END
vtkSmartPointer< vtkGlyph3D > Glyph
vtkTypeUInt32 vtkMTimeType
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
abstract specification for renderers
static vtkPolyDataAlgorithm * New()
vtkSmartPointer< vtkGraphToPoints > GraphToPoints
create a polygonal sphere centered at the origin
Superclass for algorithms that produce only polydata as output.
vtkSmartPointer< vtkGlyphSource2D > GlyphSource
a simple class to control print indentation
copy oriented and scaled glyph geometry to every input point
virtual vtkMTimeType GetMTime()
Return this object's modified time.
vtkSmartPointer< vtkDistanceToCamera > DistanceToCamera
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkSmartPointer< vtkSphereSource > Sphere
convert a vtkGraph a set of points.
create 2D glyphs represented by vtkPolyData
create glyphs for graph vertices
calculates distance from points to the camera.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.