19 #ifndef vtkLASReader_h
20 #define vtkLASReader_h
22 #include <vtkIOLASModule.h>
32 VTK_ABI_NAMESPACE_BEGIN
46 vtkSetFilePathMacro(FileName);
47 vtkGetFilePathMacro(FileName);
62 void ReadPointRecordData(liblas::Reader& reader,
vtkPolyData* pointsPolyData);
68 #endif // vtkLASReader_h
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
concrete dataset represents vertices, lines, polygons, and triangle strips
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.