32 #ifndef vtkGraphToGlyphs_h
33 #define vtkGraphToGlyphs_h
73 vtkSetMacro(GlyphType,
int);
74 vtkGetMacro(GlyphType,
int);
79 vtkSetMacro(Filled,
bool);
80 vtkGetMacro(Filled,
bool);
81 vtkBooleanMacro(Filled,
bool);
88 vtkSetMacro(ScreenSize,
double);
89 vtkGetMacro(ScreenSize,
double);
101 virtual void SetScaling(
bool b);
102 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
#define VTKRENDERINGCORE_EXPORT
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.