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

Method Store

openpgl/include/openpgl/cpp/Field.h:164–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164OPENPGL_INLINE bool Field::Store(const std::string &fieldFileName) const
165{
166 OPENPGL_ASSERT(m_fieldHandle);
167 return pglFieldStoreToFile(m_fieldHandle, fieldFileName.c_str());
168}
169
170OPENPGL_INLINE size_t Field::GetIteration() const
171{

Callers 4

init_fieldFunction · 0.45
fit_fieldFunction · 0.45
update_fieldFunction · 0.45
merge_samplesFunction · 0.45

Calls 1

pglFieldStoreToFileFunction · 0.85

Tested by

no test coverage detected