10 #ifndef ossimPdalFileReader_HEADER 11 #define ossimPdalFileReader_HEADER 1 15 #include <pdal/pdal.hpp> 20 #define USE_FULL_POINT_CLOUD_BUFFERING virtual bool open(const ossimFilename &imageFile)=0
Method to open input point cloud dataset.
virtual void getFileBlock(ossim_uint32 offset, ossimPointBlock &block, ossim_uint32 maxNumPoints=0xFFFFFFFF) const =0
Fetches up to maxNumPoints points starting at the dataset's <offset> in the order they appear in the ...
virtual ossim_uint32 getNumPoints() const
Returns number of points in the data file.
unsigned int ossim_uint32
#define OSSIM_PLUGINS_DLL
virtual void establishMinMax()
Computes min and max records using points in the current PointViewSet.