29 #ifndef vtkPolyLineRepresentation_h 30 #define vtkPolyLineRepresentation_h 32 #include "vtkInteractionWidgetsModule.h" 70 double GetSummedLength() VTK_OVERRIDE;
83 void BuildRepresentation() VTK_OVERRIDE;
87 ~vtkPolyLineRepresentation() VTK_OVERRIDE;
93 void InsertHandleOnLine(
double* pos) VTK_OVERRIDE;
96 vtkPolyLineRepresentation(const vtkPolyLineRepresentation&) VTK_DELETE_FUNCTION;
97 void operator=(const vtkPolyLineRepresentation&) VTK_DELETE_FUNCTION;
vtkWidgetRepresentation base class for a widget that represents an curve that connects control points...
virtual void GetPolyData(vtkPolyData *pd)=0
Grab the polydata (including points) that defines the interpolating curve.
concrete dataset represents vertices, lines, polygons, and triangle strips
vtkWidgetRepresentation for a poly line.
virtual void SetNumberOfHandles(int npts)=0
Set/Get the number of handles for this widget.
dynamic, self-adjusting array of double
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual vtkDoubleArray * GetHandlePositions()=0
Set/Get the position of the handles.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
represent and manipulate 3D points
create a poly line from a list of input points