14 #ifndef vtkExtractCellsAlongLine_h 15 #define vtkExtractCellsAlongLine_h 21 class vtkExtractCellsAlongPolyLine;
36 vtkGetVector3Macro(Point1,
double);
37 vtkSetVector3Macro(Point1,
double);
38 vtkGetVector3Macro(Point2,
double);
39 vtkSetVector3Macro(Point2,
double);
49 double Point1[3] = { 0.0, 0.0, 0.0 };
50 double Point2[3] = { 1.0, 1.0, 1.0 };
60 #endif // vtkExtractCellsAlongLine_h virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkUnstructuredGridAlgorithm * New()
virtual int FillInputPortInformation(int port, vtkInformation *info)
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
void operator=(const vtkObjectBase &)