| 357 | } |
| 358 | |
| 359 | std::uint64_t |
| 360 | OutofcoreOctreeBaseMetadata::getDepth () const |
| 361 | { |
| 362 | return (levels_of_depth_); |
| 363 | } |
| 364 | |
| 365 | //////////////////////////////////////////////////////////////////////////////// |
| 366 | //Protected Member Functions |
no outgoing calls