| 180 | } |
| 181 | |
| 182 | OPENPGL_INLINE pgl_box3f Field::GetSceneBounds() const |
| 183 | { |
| 184 | OPENPGL_ASSERT(m_fieldHandle); |
| 185 | return pglFieldGetSceneBounds(m_fieldHandle); |
| 186 | } |
| 187 | |
| 188 | OPENPGL_INLINE void Field::Update(const SampleStorage &sampleStorage) |
| 189 | { |
nothing calls this directly
no test coverage detected