///////////////////////////////////////////////////////////////////////////
| 137 | |
| 138 | //////////////////////////////////////////////////////////////////////////////// |
| 139 | void |
| 140 | OutofcoreOctreeNodeMetadata::setDirectoryPathname (const boost::filesystem::path& directory_pathname) |
| 141 | { |
| 142 | directory_ = directory_pathname; |
| 143 | } |
| 144 | |
| 145 | //////////////////////////////////////////////////////////////////////////////// |
| 146 |
no outgoing calls
no test coverage detected