| 195 | } |
| 196 | |
| 197 | void PlyWriter::readyFile(const std::string& filename, const SpatialReference& srs) |
| 198 | { |
| 199 | m_curFilename = filename; |
| 200 | Utils::writeProgress(m_progressFd, "READYFILE", filename); |
| 201 | } |
| 202 | |
| 203 | void PlyWriter::writeView(const PointViewPtr data) |
| 204 | { |
nothing calls this directly
no test coverage detected