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

Method GetSceneBounds

openpgl/include/openpgl/cpp/Field.h:182–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182OPENPGL_INLINE pgl_box3f Field::GetSceneBounds() const
183{
184 OPENPGL_ASSERT(m_fieldHandle);
185 return pglFieldGetSceneBounds(m_fieldHandle);
186}
187
188OPENPGL_INLINE void Field::Update(const SampleStorage &sampleStorage)
189{

Callers

nothing calls this directly

Calls 1

pglFieldGetSceneBoundsFunction · 0.85

Tested by

no test coverage detected