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

Method GetImage2DSizes

plugins/e57/libE57Format/src/E57SimpleReader.cpp:69–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 }
68
69 bool Reader::GetImage2DSizes( int64_t imageIndex, Image2DProjection &imageProjection,
70 Image2DType &imageType, int64_t &imageWidth, int64_t &imageHeight,
71 int64_t &imageSize, Image2DType &imageMaskType,
72 Image2DType &imageVisualType ) const
73 {
74 return impl_->GetImage2DSizes( imageIndex, imageProjection, imageType, imageWidth,
75 imageHeight, imageSize, imageMaskType, imageVisualType );
76 }
77
78 int64_t Reader::ReadImage2DData( int64_t imageIndex, Image2DProjection imageProjection,
79 Image2DType imageType, void *pBuffer, int64_t start,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected