31 #ifndef vtkLASReader_h
32 #define vtkLASReader_h
34 #include <vtkIOLASModule.h>
56 vtkSetStringMacro(FileName);
57 vtkGetStringMacro(FileName);
a simple class to control print indentation
void operator=(const vtkLASReader &)=delete
virtual void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkLASReader * New()
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
Core implementation of the data set reader.
void ReadPointRecordData(liblas::Reader &reader, vtkPolyData *pointsPolyData)
Read point record data i.e.
vtkLASReader(const vtkLASReader &)=delete
Superclass for algorithms that produce only polydata as output.
concrete dataset represents vertices, lines, polygons, and triangle strips