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

Method SetUseKnnLookup

openpgl/include/openpgl/cpp/FieldConfig.h:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97OPENPGL_INLINE void FieldConfig::SetUseKnnLookup(const bool useKnnLookup)
98{
99 reinterpret_cast<PGLKDTreeArguments *>(m_args.spatialSturctureArguments)->knnLookup = useKnnLookup;
100}
101
102OPENPGL_INLINE void FieldConfig::SetUseKnnIsLookup(const bool useKnnIsLookup)
103{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected