33 #ifndef vtkGraphToGlyphs_h 34 #define vtkGraphToGlyphs_h 36 #include "vtkRenderingCoreModule.h" 75 vtkGetMacro(GlyphType,
int);
83 vtkGetMacro(Filled,
bool);
94 vtkGetMacro(ScreenSize,
double);
110 virtual void SetScaling(
bool b);
111 virtual bool GetScaling();
121 ~vtkGraphToGlyphs() VTK_OVERRIDE;
131 int FillInputPortInformation(
int port, vtkInformation*
info) VTK_OVERRIDE;
143 vtkGraphToGlyphs(const vtkGraphToGlyphs&) VTK_DELETE_FUNCTION;
144 void operator=(const vtkGraphToGlyphs&) VTK_DELETE_FUNCTION;
vtkTypeUInt32 vtkMTimeType
abstract specification for renderers
Hold a reference to a vtkObjectBase instance.
static vtkPolyDataAlgorithm * New()
create a polygonal sphere centered at the origin
Superclass for algorithms that produce only polydata as output.
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.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
convert a vtkGraph a set of points.
create 2D glyphs represented by vtkPolyData
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
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.