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

Method GetImage2DCount

plugins/e57/libE57Format/src/ReaderImpl.cpp:269–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267 }
268
269 int64_t ReaderImpl::GetImage2DCount() const
270 {
271 return images2D_.childCount();
272 }
273
274 // Returns the Image2Ds header and positions the cursor
275 bool ReaderImpl::ReadImage2D( int64_t imageIndex, Image2D &image2DHeader ) const

Callers

nothing calls this directly

Calls 1

childCountMethod · 0.45

Tested by

no test coverage detected