40 #ifndef __vtkGraphToPolyData_h
41 #define __vtkGraphToPolyData_h
43 #include "vtkFiltersSourcesModule.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 *);
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.