35 #ifndef vtkSplineGraphEdges_h
36 #define vtkSplineGraphEdges_h
68 vtkSetMacro(SplineType,
int);
69 vtkGetMacro(SplineType,
int);
74 vtkSetMacro(NumberOfSubdivisions,
vtkIdType);
75 vtkGetMacro(NumberOfSubdivisions,
vtkIdType);
static vtkGraphAlgorithm * New()
vtkSmartPointer< vtkSpline > ZSpline
subsample graph edges to make smooth curves
#define VTKINFOVISLAYOUT_EXPORT
Superclass for algorithms that produce only graph as output.
vtkIdType NumberOfSubdivisions
Base class for graph data types.
virtual unsigned long GetMTime()
a simple class to control print indentation
vtkSmartPointer< vtkSpline > YSpline
void PrintSelf(ostream &os, vtkIndent indent)
spline abstract class for interpolating splines
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkSmartPointer< vtkSpline > XSpline