40 #ifndef __vtkGraphToPolyData_h
41 #define __vtkGraphToPolyData_h
43 #include "vtkFiltersSourcesModule.h"
44 #include "vtkPolyDataAlgorithm.h"
51 void PrintSelf(ostream& os, vtkIndent indent);
59 vtkSetMacro(EdgeGlyphOutput,
bool);
60 vtkGetMacro(EdgeGlyphOutput,
bool);
61 vtkBooleanMacro(EdgeGlyphOutput,
bool);
69 vtkSetMacro(EdgeGlyphPosition,
double);
70 vtkGetMacro(EdgeGlyphPosition,
double);
83 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
86 int FillInputPortInformation(
int port, vtkInformation* info);
vtkIdType NumberOfArcSubdivisions
convert a vtkGraph to vtkPolyData