| 95 | } |
| 96 | |
| 97 | OPENPGL_INLINE void FieldConfig::SetUseKnnLookup(const bool useKnnLookup) |
| 98 | { |
| 99 | reinterpret_cast<PGLKDTreeArguments *>(m_args.spatialSturctureArguments)->knnLookup = useKnnLookup; |
| 100 | } |
| 101 | |
| 102 | OPENPGL_INLINE void FieldConfig::SetUseKnnIsLookup(const bool useKnnIsLookup) |
| 103 | { |
nothing calls this directly
no outgoing calls
no test coverage detected