Go to the documentation of this file.
25 #ifndef vtkPolyLineSource_h
26 #define vtkPolyLineSource_h
represent and manipulate 3D points
#define vtkGetObjectMacro(name, type)
void SetPoints(vtkPoints *points)
void PrintSelf(ostream &os, vtkIndent indent)
void SetPoint(vtkIdType id, double x, double y, double z)
void SetNumberOfPoints(vtkIdType numPoints)
#define vtkTypeMacro(thisClass, superclass)
GLint GLint GLint GLint GLint x
GLsizei const GLfloat * points
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkPolyLineSource * New()
void Resize(vtkIdType numPoints)
a simple class to control print indentation
vtkIdType GetNumberOfPoints()
create a poly line from a list of input points
#define vtkGetMacro(name, type)
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
GLint GLint GLint GLint GLint GLint y
Superclass for algorithms that produce only polydata as output.