MCPcopy Create free account
hub / github.com/bab2min/tomotopy / convertMisc

Method convertMisc

src/python/handler/py_DT.cpp:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6using namespace std;
7
8tomoto::RawDoc::MiscType DTModelObject::convertMisc(const tomoto::RawDoc::MiscType& o) const
9{
10 tomoto::RawDoc::MiscType ret;
11 ret["timepoint"] = getValueFromMiscDefault<uint32_t>("timepoint", o, "`DTModel` requires a `timepoint` value in `int` type.");
12 return ret;
13}
14
15DTModelObject::DTModelObject(size_t tw, size_t minCnt, size_t minDf, size_t rmTop,
16 size_t k, size_t t, float alphaVar, float etaVar, float phiVar,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected