40 #ifndef vtkGraphToPolyData_h
41 #define vtkGraphToPolyData_h
59 vtkSetMacro(EdgeGlyphOutput,
bool);
60 vtkGetMacro(EdgeGlyphOutput,
bool);
61 vtkBooleanMacro(EdgeGlyphOutput,
bool);
69 vtkSetMacro(EdgeGlyphPosition,
double);
70 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