34 #ifndef vtkGraphToPolyData_h
35 #define vtkGraphToPolyData_h
37 #include "vtkFiltersSourcesModule.h"
40 VTK_ABI_NAMESPACE_BEGIN
57 vtkSetMacro(EdgeGlyphOutput,
bool);
58 vtkGetMacro(EdgeGlyphOutput,
bool);
59 vtkBooleanMacro(EdgeGlyphOutput,
bool);
70 vtkSetMacro(EdgeGlyphPosition,
double);
71 vtkGetMacro(EdgeGlyphPosition,
double);
convert a vtkGraph to vtkPolyData
vtkIdType NumberOfArcSubdivisions
int FillInputPortInformation(int port, vtkInformation *info) override
Set the input type of the algorithm to vtkGraph.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Convert the vtkGraph into vtkPolyData.
static vtkGraphToPolyData * New()
~vtkGraphToPolyData() override=default
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.