Go to the documentation of this file.
35 #ifndef vtkGraphToPolyData_h
36 #define vtkGraphToPolyData_h
38 #include "vtkFiltersSourcesModule.h"
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
~vtkGraphToPolyData() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkIdType NumberOfArcSubdivisions
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
a simple class to control print indentation
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.