Go to the documentation of this file.
41 #ifndef vtkGraphToPolyData_h
42 #define vtkGraphToPolyData_h
44 #include "vtkFiltersSourcesModule.h"
64 vtkGetMacro(EdgeGlyphOutput,
bool);
77 vtkGetMacro(EdgeGlyphPosition,
double);
convert a vtkGraph to vtkPolyData
~vtkGraphToPolyData() override
static vtkGraphToPolyData * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Convert the vtkGraph into vtkPolyData.
vtkIdType NumberOfArcSubdivisions
int FillInputPortInformation(int port, vtkInformation *info) override
Set the input type of the algorithm to vtkGraph.
a simple class to control print indentation
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Superclass for algorithms that produce only polydata as output.