54 #ifndef vtkLineSource_h
55 #define vtkLineSource_h
57 #include "vtkFiltersSourcesModule.h"
74 vtkSetVector3Macro(Point1,
double);
75 vtkGetVectorMacro(Point1,
double, 3);
76 void SetPoint1(
float[3]);
83 vtkSetVector3Macro(Point2,
double);
84 vtkGetVectorMacro(Point2,
double, 3);
85 void SetPoint2(
float[3]);
96 vtkSetMacro(UseRegularRefinement,
bool);
97 vtkGetMacro(UseRegularRefinement,
bool);
98 vtkBooleanMacro(UseRegularRefinement,
bool);
107 vtkGetMacro(Resolution,
int);
120 void SetNumberOfRefinementRatios(
int);
121 void SetRefinementRatio(
int index,
double value);
122 int GetNumberOfRefinementRatios();
123 double GetRefinementRatio(
int index);
140 vtkSetMacro(OutputPointsPrecision,
int);
141 vtkGetMacro(OutputPointsPrecision,
int);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
std::vector< double > RefinementRatios
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
int OutputPointsPrecision
create a line defined by two end points
bool UseRegularRefinement
represent and manipulate 3D points
vtkPoints * Points
The list of points defining a broken line NB: The Point1/Point2 definition of a single line segment i...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.