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

Method SetUseKnnIsLookup

openpgl/include/openpgl/cpp/FieldConfig.h:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102OPENPGL_INLINE void FieldConfig::SetUseKnnIsLookup(const bool useKnnIsLookup)
103{
104 reinterpret_cast<PGLKDTreeArguments *>(m_args.spatialSturctureArguments)->isKnnLookup = useKnnIsLookup;
105}
106
107} // namespace cpp
108} // namespace openpgl

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected