|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   33 #ifndef vtkGraphToGlyphs_h 
   34 #define vtkGraphToGlyphs_h 
   37 #include "vtkRenderingCoreModule.h"  
   74   vtkSetMacro(GlyphType, 
int);
 
   75   vtkGetMacro(GlyphType, 
int);
 
   82   vtkSetMacro(Filled, 
bool);
 
   83   vtkGetMacro(Filled, 
bool);
 
   84   vtkBooleanMacro(Filled, 
bool);
 
   93   vtkSetMacro(ScreenSize, 
double);
 
   94   vtkGetMacro(ScreenSize, 
double);
 
  110   virtual void SetScaling(
bool b);
 
  111   virtual bool GetScaling();
 
  
create 2D glyphs represented by vtkPolyData
vtkSmartPointer< vtkGraphToPoints > GraphToPoints
vtkSmartPointer< vtkDistanceToCamera > DistanceToCamera
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
create glyphs for graph vertices
convert a vtkGraph a set of points.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
virtual vtkMTimeType GetMTime()
Return this object's modified time.
create a polygonal sphere centered at the origin
a simple class to control print indentation
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkSmartPointer< vtkGlyphSource2D > GlyphSource
copy oriented and scaled glyph geometry to every input point
calculates distance from points to the camera.
vtkSmartPointer< vtkSphereSource > Sphere
abstract specification for renderers
vtkSmartPointer< vtkGlyph3D > Glyph
static vtkPolyDataAlgorithm * New()
vtkTypeUInt32 vtkMTimeType
Superclass for algorithms that produce only polydata as output.