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

Method value

src/ifcgeomserver/IfcGeomServer.cpp:454–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

452 Setting(uint32_t k = 0, uint32_t v = 0) : Command(SETTING), id_(k), value_(v) {};
453 uint32_t id() const { return id_; }
454 uint32_t value() const { return value_; }
455};
456
457static const std::string TOTAL_SURFACE_AREA = "TOTAL_SURFACE_AREA";

Callers 15

resizeMethod · 0.45
operator()Method · 0.45
operator()Method · 0.45
polynomial_spiralMethod · 0.45
mapMethod · 0.45
mainFunction · 0.45
stopMethod · 0.45
mainFunction · 0.45
operator*Method · 0.45
operator()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected