| 170 | //////////////////////////////////////////////////////////////////////////////// |
| 171 | |
| 172 | void |
| 173 | OutofcoreOctreeNodeMetadata::setOutofcoreVersion (const int version) |
| 174 | { |
| 175 | outofcore_version_ = version; |
| 176 | } |
| 177 | |
| 178 | //////////////////////////////////////////////////////////////////////////////// |
| 179 |
no outgoing calls
no test coverage detected