32 #ifndef __vtkGraphToGlyphs_h
33 #define __vtkGraphToGlyphs_h
72 vtkSetMacro(GlyphType,
int);
73 vtkGetMacro(GlyphType,
int);
78 vtkSetMacro(Filled,
bool);
79 vtkGetMacro(Filled,
bool);
80 vtkBooleanMacro(Filled,
bool);
87 vtkSetMacro(ScreenSize,
double);
88 vtkGetMacro(ScreenSize,
double);
100 virtual void SetScaling(
bool b);
101 virtual bool GetScaling();
vtkSmartPointer< vtkGlyph3D > Glyph
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
abstract specification for renderers
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
vtkSmartPointer< vtkGraphToPoints > GraphToPoints
create a polygonal sphere centered at the origin
Superclass for algorithms that produce only polydata as output.
vtkSmartPointer< vtkGlyphSource2D > GlyphSource
virtual unsigned long GetMTime()
a simple class to control print indentation
copy oriented and scaled glyph geometry to every input point
vtkSmartPointer< vtkDistanceToCamera > DistanceToCamera
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.