40 #ifndef __vtkGraphToPolyData_h
41 #define __vtkGraphToPolyData_h
58 vtkSetMacro(EdgeGlyphOutput,
bool);
59 vtkGetMacro(EdgeGlyphOutput,
bool);
60 vtkBooleanMacro(EdgeGlyphOutput,
bool);
68 vtkSetMacro(EdgeGlyphPosition,
double);
69 vtkGetMacro(EdgeGlyphPosition,
double);
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkIdType NumberOfArcSubdivisions
static vtkPolyDataAlgorithm * New()
convert a vtkGraph to vtkPolyData
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation