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

Method GetIteration

openpgl/include/openpgl/cpp/Field.h:170–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170OPENPGL_INLINE size_t Field::GetIteration() const
171{
172 OPENPGL_ASSERT(m_fieldHandle);
173 return pglFieldGetIteration(m_fieldHandle);
174}
175
176OPENPGL_INLINE void Field::SetSceneBounds(const pgl_box3f &bounds)
177{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected