25 #ifndef vtkGraphToPolyData_h
26 #define vtkGraphToPolyData_h
28 #include "vtkFiltersSourcesModule.h"
31 VTK_ABI_NAMESPACE_BEGIN
48 vtkSetMacro(EdgeGlyphOutput,
bool);
49 vtkGetMacro(EdgeGlyphOutput,
bool);
50 vtkBooleanMacro(EdgeGlyphOutput,
bool);
61 vtkSetMacro(EdgeGlyphPosition,
double);
62 vtkGetMacro(EdgeGlyphPosition,
double);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
vtkIdType NumberOfArcSubdivisions
static vtkPolyDataAlgorithm * New()
convert a vtkGraph to vtkPolyData
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.