| 100 | } |
| 101 | |
| 102 | OPENPGL_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 |
nothing calls this directly
no outgoing calls
no test coverage detected