| 80 | std::string I3SReader::getName() const { return i3sInfo.name; } |
| 81 | |
| 82 | I3SReader::I3SReader() : EsriReader(std::make_unique<I3SInterface>(m_filename)) |
| 83 | {} |
| 84 | |
| 85 | void I3SInterface::initInfo() |
| 86 | { |
nothing calls this directly
no outgoing calls
no test coverage detected