| 203 | } |
| 204 | |
| 205 | void AbstractOcTree::registerTreeType(AbstractOcTree* tree){ |
| 206 | classIDMapping()[tree->getTreeType()] = tree; |
| 207 | } |
| 208 | |
| 209 | |
| 210 | const std::string AbstractOcTree::fileHeader = "# Octomap OcTree file"; |
nothing calls this directly
no test coverage detected