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

Method IsOpen

plugins/e57/libE57Format/src/E57SimpleWriter.cpp:159–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157 }
158
159 bool Writer::IsOpen() const
160 {
161 return impl_->IsOpen();
162 }
163
164 bool Writer::Close()
165 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected