| 171 | |
| 172 | template <typename HANDLE_T, OSPDataType TYPE> |
| 173 | inline void ManagedObject<HANDLE_T, TYPE>::commit() const |
| 174 | { |
| 175 | ospCommit(ospObject); |
| 176 | } |
| 177 | |
| 178 | template <typename HANDLE_T, OSPDataType TYPE> |
| 179 | inline HANDLE_T ManagedObject<HANDLE_T, TYPE>::handle() const |
nothing calls this directly
no test coverage detected