Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
206
OPENPGL_INLINE void Field::Reset()
207
{
208
OPENPGL_ASSERT(m_fieldHandle);
209
pglFieldReset(m_fieldHandle);
210
}
211
212
OPENPGL_INLINE bool Field::Validate() const
213
{
Callers
nothing calls this directly
Calls
1
pglFieldReset
Function · 0.85
Tested by
no test coverage detected