MCPcopy Create free account
hub / github.com/PABannier/sam3.cpp / sam3_test_dump_phase6

Function sam3_test_dump_phase6

sam3.cpp:13699–13708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13697}
13698
13699bool sam3_test_dump_phase6(const sam3_model& model,
13700 const sam3_state& state,
13701 const sam3_pvs_params& params,
13702 const std::string& output_dir,
13703 int n_threads) {
13704 return sam3_test_dump_phase6_impl(model,
13705 state.neck_trk[0], state.neck_trk[1], state.neck_trk[2],
13706 nullptr, nullptr, nullptr,
13707 params, output_dir, n_threads);
13708}
13709
13710bool sam3_test_dump_phase6_from_ref_inputs(const sam3_model& model,
13711 const std::string& prephase_ref_dir,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected