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

Method GetVolumeStatistics

openpgl/include/openpgl/cpp/Field.h:232–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232OPENPGL_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

Callers

nothing calls this directly

Calls 1

FieldStatisticsClass · 0.70

Tested by

no test coverage detected