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

Method Reset

openpgl/include/openpgl/cpp/Field.h:206–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206OPENPGL_INLINE void Field::Reset()
207{
208 OPENPGL_ASSERT(m_fieldHandle);
209 pglFieldReset(m_fieldHandle);
210}
211
212OPENPGL_INLINE bool Field::Validate() const
213{

Callers

nothing calls this directly

Calls 1

pglFieldResetFunction · 0.85

Tested by

no test coverage detected