34#ifndef vtkLineSource_h
35#define vtkLineSource_h
37#include "vtkFiltersSourcesModule.h"
53 vtkSetVector3Macro(Point1,
double);
54 vtkGetVectorMacro(Point1,
double,3);
62 vtkSetVector3Macro(Point2,
double);
63 vtkGetVectorMacro(Point2,
double,3);
80 vtkGetMacro(Resolution,
int);
90 vtkGetMacro(OutputPointsPrecision,
int);
102 int OutputPointsPrecision;
a simple class to control print indentation
create a line defined by two end points
virtual void SetPoints(vtkPoints *)
Set/Get the list of points defining a broken line.
static vtkLineSource * New()
~vtkLineSource() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
represent and manipulate 3D points
Superclass for algorithms that produce only polydata as output.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.