| 168 | } |
| 169 | |
| 170 | OPENPGL_INLINE size_t Field::GetIteration() const |
| 171 | { |
| 172 | OPENPGL_ASSERT(m_fieldHandle); |
| 173 | return pglFieldGetIteration(m_fieldHandle); |
| 174 | } |
| 175 | |
| 176 | OPENPGL_INLINE void Field::SetSceneBounds(const pgl_box3f &bounds) |
| 177 | { |
nothing calls this directly
no outgoing calls
no test coverage detected