31 #ifndef vtkSplineRepresentation_h
32 #define vtkSplineRepresentation_h
34 #include "vtkInteractionWidgetsModule.h"
77 vtkGetMacro(Resolution,
int);
represents an object (geometry & properties) in a rendered scene
ray-cast cell picker for all kinds of Prop3Ds
vtkWidgetRepresentation base class for a widget that represents an curve that connects control points...
dynamic, self-adjusting array of double
a simple class to control print indentation
tessellate parametric functions
parametric function for 1D interpolating splines
create an array of quadrilaterals located in a plane
represent and manipulate 3D points
concrete dataset represents vertices, lines, polygons, and triangle strips
abstract superclass for all actors, volumes and annotations
represent surface properties of a geometric object
create a polygonal sphere centered at the origin
representation for a spline.
vtkParametricSpline * ParametricSpline
double GetSummedLength()
Get the approximate vs.
void InitializeHandles(vtkPoints *points)
Convenience method to allocate and set the handles from a vtkPoints instance.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
void GetPolyData(vtkPolyData *pd)
Grab the polydata (including points) that defines the spline.
virtual void InsertHandleOnLine(double *pos)
virtual void SetNumberOfHandles(int npts)
Set the number of handles for this widget.
vtkParametricFunctionSource * ParametricFunctionSource
static vtkSplineRepresentation * New()
vtkDoubleArray * GetHandlePositions()
Get the position of the spline handles.
void SetResolution(int resolution)
Set/Get the number of line segments representing the spline for this widget.
~vtkSplineRepresentation()
virtual void BuildRepresentation()
These are methods that satisfy vtkWidgetRepresentation's API.
vtkSplineRepresentation()
virtual void SetParametricSpline(vtkParametricSpline *)
Set the parametric spline object.