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

Method GetImage2DCount

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

Source from the content-addressed store, hash-verified

57 }
58
59 int64_t Reader::GetImage2DCount() const
60 {
61 return impl_->GetImage2DCount();
62 }
63
64 bool Reader::ReadImage2D( int64_t imageIndex, Image2D &image2DHeader ) const
65 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected