34 #ifndef vtkLineSource_h
35 #define vtkLineSource_h
37 #include "vtkFiltersSourcesModule.h"
53 vtkSetVector3Macro(Point1,
double);
54 vtkGetVectorMacro(Point1,
double,3);
55 void SetPoint1(
float[3]);
62 vtkSetVector3Macro(Point2,
double);
63 vtkGetVectorMacro(Point2,
double,3);
64 void SetPoint2(
float[3]);
80 vtkGetMacro(Resolution,
int);
90 vtkGetMacro(OutputPointsPrecision,
int);
102 int OutputPointsPrecision;