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

Method SourceDestBufferImpl

plugins/e57/libE57Format/src/SourceDestBufferImpl.cpp:36–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34using namespace e57;
35
36SourceDestBufferImpl::SourceDestBufferImpl( ImageFileImplWeakPtr destImageFile,
37 const ustring &pathName, const size_t capacity,
38 bool doConversion, bool doScaling ) :
39 destImageFile_( destImageFile ), pathName_( pathName ), memoryRepresentation_( Int32 ),
40 capacity_( capacity ), doConversion_( doConversion ), doScaling_( doScaling )
41{
42}
43
44template <typename T> void SourceDestBufferImpl::setTypeInfo( T *base, size_t stride )
45{

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected