MCPcopy Create free account
hub / github.com/bgrimstad/splinter / load

Method load

src/bspline.cpp:404–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402}
403
404void BSpline::load(const std::string &fileName)
405{
406 Serializer s(fileName);
407 s.deserialize(*this);
408}
409
410std::string BSpline::getDescription() const
411{

Callers 3

bspline.pyFile · 0.45

Calls 1

deserializeMethod · 0.45

Tested by

no test coverage detected