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

Method Close

plugins/e57/libE57Format/src/WriterImpl.cpp:189–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187 }
188
189 bool WriterImpl::Close()
190 {
191 if ( !IsOpen() )
192 {
193 return false;
194 }
195
196 imf_.close();
197 return true;
198 }
199
200 int64_t WriterImpl::NewImage2D( Image2D &image2DHeader )
201 {

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected