MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / piecewise_function

Method piecewise_function

src/ifcgeom/taxonomy.cpp:489–490  ·  view source on GitHub ↗

//////////////

Source from the content-addressed store, hash-verified

487
488///////////////////
489piecewise_function::piecewise_function(double start, const spans_t& s, const IfcUtil::IfcBaseInterface* instance) : function_item(instance), start_(start), spans_(s) {
490}
491
492piecewise_function::piecewise_function(double start, const std::vector<piecewise_function::ptr>& pwfs, const IfcUtil::IfcBaseInterface* instance) : function_item(instance), start_(start) {
493 for (auto& pwf : pwfs) {

Callers

nothing calls this directly

Calls 3

insertMethod · 0.45
endMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected