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

Method doConversion

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

! @brief Get whether conversions will be performed to match the memory type of buffer. @details The API user must explicitly request conversion between basic representation groups in memory and on the disk. The four basic representation groups are: integer, boolean, floating point, and string. There is no distinction between integer and boolean groups on the disk (they both use IntegerNode). A ex

Source from the content-addressed store, hash-verified

401@throw ::ErrorInternal All objects in undocumented state
402*/
403bool SourceDestBuffer::doConversion() const
404{
405 return impl_->doConversion();
406}
407
408/*!
409@brief Get whether scaling will be performed for ScaledIntegerNode transfers.

Callers 1

checkCompatibleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected