31 #ifndef vtkLASReader_h 32 #define vtkLASReader_h 34 #include <vtkIOLASModule.h> 51 virtual void PrintSelf(ostream &os,
vtkIndent indent)
override;
56 vtkSetStringMacro(FileName);
57 vtkGetStringMacro(FileName);
72 void ReadPointRecordData(liblas::Reader &reader,
vtkPolyData* pointsPolyData);
77 #endif // vtkLASReader_h
concrete dataset represents vertices, lines, polygons, and triangle strips
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation