51 #ifndef vtkLineSource_h
52 #define vtkLineSource_h
54 #include "vtkFiltersSourcesModule.h"
71 vtkSetVector3Macro(Point1,
double);
72 vtkGetVectorMacro(Point1,
double, 3);
73 void SetPoint1(
float[3]);
80 vtkSetVector3Macro(Point2,
double);
81 vtkGetVectorMacro(Point2,
double, 3);
82 void SetPoint2(
float[3]);
93 vtkSetMacro(UseRegularRefinement,
bool);
94 vtkGetMacro(UseRegularRefinement,
bool);
95 vtkBooleanMacro(UseRegularRefinement,
bool);
104 vtkGetMacro(Resolution,
int);
117 void SetNumberOfRefinementRatios(
int);
118 void SetRefinementRatio(
int index,
double value);
119 int GetNumberOfRefinementRatios();
120 double GetRefinementRatio(
int index);
137 vtkSetMacro(OutputPointsPrecision,
int);
138 vtkGetMacro(OutputPointsPrecision,
int);