MCPcopy Create free account
hub / github.com/PDAL/PDAL / reader

Method reader

plugins/e57/libE57Format/src/CompressedVectorNode.cpp:477–480  ·  view source on GitHub ↗

! @brief Create an iterator object for reading a series of blocks of data from a CompressedVectorNode. @param [in] dbufs Vector of memory buffers that will receive data read from a CompressedVectorNode. @details The pathNames in the @a dbufs must identify terminal nodes (i.e. node that can have no children: IntegerNode, ScaledIntegerNode, FloatNode, StringNode) in this CompressedVectorNode's pro

Source from the content-addressed store, hash-verified

475CompressedVectorNode::prototype
476*/
477CompressedVectorReader CompressedVectorNode::reader( const std::vector<SourceDestBuffer> &dbufs )
478{
479 return CompressedVectorReader( impl_->reader( dbufs ) );
480}

Callers 3

ReadData3DGroupsDataMethod · 0.45
SetUpData3DPointsDataMethod · 0.45
setupReaderMethod · 0.45

Calls 1

Tested by

no test coverage detected