29 #ifndef __vtkLineSource_h
30 #define __vtkLineSource_h
43 vtkSetVector3Macro(Point1,
double);
44 vtkGetVectorMacro(Point1,
double,3);
49 vtkSetVector3Macro(Point2,
double);
50 vtkGetVectorMacro(Point2,
double,3);
56 vtkGetMacro(Resolution,
int);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
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)
create a line defined by two end points
#define VTK_LARGE_INTEGER