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