Go to the documentation of this file.
33 #ifndef vtkSplineGraphEdges_h
34 #define vtkSplineGraphEdges_h
36 #include "vtkInfovisLayoutModule.h"
69 vtkSetMacro(SplineType,
int);
70 vtkGetMacro(SplineType,
int);
Superclass for algorithms that produce only graph as output.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkSmartPointer< vtkSpline > ZSpline
~vtkSplineGraphEdges() override
vtkSmartPointer< vtkSpline > YSpline
vtkIdType NumberOfSubdivisions
void GeneratePoints(vtkGraph *g, vtkIdType e)
static vtkSplineGraphEdges * New()
vtkSmartPointer< vtkSpline > XSpline
a simple class to control print indentation
void GenerateBSpline(vtkGraph *g, vtkIdType e)
spline abstract class for interpolating splines
subsample graph edges to make smooth curves
virtual void SetSpline(vtkSpline *s)
If SplineType is CUSTOM, uses this spline.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkMTimeType GetMTime() override
Return this object's modified time.
Base class for graph data types.
vtkTypeUInt32 vtkMTimeType