| 53 | CREATE_SHARED_STAGE(SpzWriter, s_info) |
| 54 | |
| 55 | SpzWriter::SpzWriter() : m_cloud(new spz::GaussianCloud) |
| 56 | {} |
| 57 | |
| 58 | std::string SpzWriter::getName() const { return s_info.name; } |
| 59 |
nothing calls this directly
no outgoing calls
no test coverage detected