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

Method Init

openpgl/include/openpgl/cpp/FieldConfig.h:81–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79////////////////////////////////////////////////////////////
80
81OPENPGL_INLINE void FieldConfig::Init(const PGL_SPATIAL_STRUCTURE_TYPE spatialType, const PGL_DIRECTIONAL_DISTRIBUTION_TYPE directionalType, const bool deterministic,
82 const size_t maxSamplesPerLeaf)
83{
84 pglFieldArgumentsSetDefaults(m_args, spatialType, directionalType, deterministic, maxSamplesPerLeaf);
85}
86
87OPENPGL_INLINE void FieldConfig::SetDebugArgFitRegions(const bool fitRegions)
88{

Callers 3

init_fieldFunction · 0.45
bench_lookup_sampleFunction · 0.45
fit_fieldFunction · 0.45

Calls 1

Tested by

no test coverage detected