 |
VTK
9.1.0
|
Go to the documentation of this file.
31 #ifndef vtkLASReader_h
32 #define vtkLASReader_h
34 #include <vtkIOLASModule.h>
77 #endif // vtkLASReader_h
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
Core implementation of the data set reader.
static vtkLASReader * New()
void operator=(const vtkLASReader &)=delete
a simple class to control print indentation
vtkLASReader(const vtkLASReader &)=delete
void ReadPointRecordData(liblas::Reader &reader, vtkPolyData *pointsPolyData)
Read point record data i.e.
vtkGetFilePathMacro(FileName)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkSetFilePathMacro(FileName)
Accessor for name of the file that will be opened.
concrete dataset represents vertices, lines, polygons, and triangle strips
Superclass for algorithms that produce only polydata as output.