Go to the documentation of this file.
35 #ifndef vtkSplineGraphEdges_h
36 #define vtkSplineGraphEdges_h
#define vtkGetObjectMacro(name, type)
Superclass for algorithms that produce only graph as output.
vtkSmartPointer< vtkSpline > ZSpline
vtkSmartPointer< vtkSpline > YSpline
#define vtkTypeMacro(thisClass, superclass)
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)
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
spline abstract class for interpolating splines
subsample graph edges to make smooth curves
#define vtkGetMacro(name, type)
virtual void SetSpline(vtkSpline *s)
#define VTKINFOVISLAYOUT_EXPORT
vtkSetMacro(IgnoreDriverBugs, bool)
void PrintSelf(ostream &os, vtkIndent indent)
virtual unsigned long GetMTime()
Base class for graph data types.