MCPcopy Create free account
hub / github.com/OpenPathGuidingLibrary/openpgl / GetSurfaceStatistics

Method GetSurfaceStatistics

openpgl/include/openpgl/cpp/Field.h:225–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225OPENPGL_INLINE FieldStatistics Field::GetSurfaceStatistics() const
226{
227 OPENPGL_ASSERT(m_fieldHandle);
228 PGLFieldStatistics fieldStats = pglFieldGetSurfaceStatistics(m_fieldHandle);
229 return FieldStatistics(fieldStats);
230}
231
232OPENPGL_INLINE FieldStatistics Field::GetVolumeStatistics() const
233{

Callers

nothing calls this directly

Calls 1

FieldStatisticsClass · 0.70

Tested by

no test coverage detected