 |
VTK
9.0.20210225
|
Go to the documentation of this file.
31 #ifndef vtkLASReader_h
32 #define vtkLASReader_h
34 #include <vtkIOLASModule.h>
56 vtkSetStringMacro(FileName);
57 vtkGetStringMacro(FileName);
72 void ReadPointRecordData(liblas::Reader& reader,
vtkPolyData* pointsPolyData);
77 #endif // vtkLASReader_h
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
a simple class to control print indentation
concrete dataset represents vertices, lines, polygons, and triangle strips
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.