Go to the documentation of this file.
28 #ifndef vtkLineSource_h
29 #define vtkLineSource_h
31 #include "vtkFiltersSourcesModule.h"
47 vtkSetVector3Macro(Point1,
double);
48 vtkGetVectorMacro(Point1,
double,3);
49 void SetPoint1(
float[3]);
56 vtkSetVector3Macro(Point2,
double);
57 vtkGetVectorMacro(Point2,
double,3);
58 void SetPoint2(
float[3]);
74 vtkGetMacro(Resolution,
int);
83 vtkSetMacro(OutputPointsPrecision,
int);
84 vtkGetMacro(OutputPointsPrecision,
int);
represent and manipulate 3D points
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
a simple class to control print indentation
vtkPoints * Points
The list of points defining a broken line NB: The Point1/Point2 definition of a single line segment i...
create a line defined by two end points
int OutputPointsPrecision
static vtkPolyDataAlgorithm * New()
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Superclass for algorithms that produce only polydata as output.