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

Method memoryRepresentation

plugins/e57/libE57Format/src/SourceDestBuffer.cpp:352–355  ·  view source on GitHub ↗

! @brief Get memory representation of the elements in this SourceDestBuffer. @details The memory representation is deduced from which overloaded SourceDestBuffer constructor was used. The memory representation is independent of the type and minimum/maximum bounds of the node in the prototype that the SourceDestBuffer will transfer to/from. However, some combinations will result in an error if doC

Source from the content-addressed store, hash-verified

350@see MemoryRepresentation, NodeType
351*/
352MemoryRepresentation SourceDestBuffer::memoryRepresentation() const
353{
354 return impl_->memoryRepresentation();
355}
356
357/*!
358@brief Get total capacity of buffer.

Callers 1

checkCompatibleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected