| 230 | } |
| 231 | |
| 232 | OPENPGL_INLINE FieldStatistics Field::GetVolumeStatistics() const |
| 233 | { |
| 234 | OPENPGL_ASSERT(m_fieldHandle); |
| 235 | PGLFieldStatistics fieldStats = pglFieldGetVolumeStatistics(m_fieldHandle); |
| 236 | return FieldStatistics(fieldStats); |
| 237 | } |
| 238 | |
| 239 | } // namespace cpp |
| 240 | } // namespace openpgl |
nothing calls this directly
no test coverage detected