| 28 | |
| 29 | |
| 30 | VectorSTBNImplSelector::VectorSTBNImplSelector(const VectorSTBNTypeArgs& typeArgs, const VectorSTBNArgs& args) : |
| 31 | m_args(args), |
| 32 | m_typeArgs(typeArgs) |
| 33 | { |
| 34 | |
| 35 | } |
| 36 | |
| 37 | template<float(*ValueDistanceFunction)(Float, Float), Float(*RandomFloatGenerator)(pcg32_random_t&)> |
| 38 | void MakeFloat(const VectorSTBNFloatArgs& typeArgs, const VectorSTBNArgs& args) |
nothing calls this directly
no outgoing calls
no test coverage detected