Go to the documentation of this file.
30 #ifndef vtkSplineGraphEdges_h
31 #define vtkSplineGraphEdges_h
33 #include "vtkInfovisLayoutModule.h"
66 vtkSetMacro(SplineType,
int);
67 vtkGetMacro(SplineType,
int);
74 vtkSetMacro(NumberOfSubdivisions,
vtkIdType);
75 vtkGetMacro(NumberOfSubdivisions,
vtkIdType);
Superclass for algorithms that produce only graph as output.
vtkSmartPointer< vtkSpline > ZSpline
vtkSmartPointer< vtkSpline > YSpline
vtkIdType NumberOfSubdivisions
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual vtkMTimeType GetMTime()
Return this object's modified time.
vtkSmartPointer< vtkSpline > XSpline
a simple class to control print indentation
spline abstract class for interpolating splines
subsample graph edges to make smooth curves
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Base class for graph data types.
static vtkGraphAlgorithm * New()
vtkTypeUInt32 vtkMTimeType