| 76 | //////////////////////////////////////////////////////////////////////////////// |
| 77 | |
| 78 | OutofcoreOctreeBaseMetadata::~OutofcoreOctreeBaseMetadata () |
| 79 | { |
| 80 | this->serializeMetadataToDisk (); |
| 81 | } |
| 82 | |
| 83 | //////////////////////////////////////////////////////////////////////////////// |
| 84 |
nothing calls this directly
no test coverage detected