MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / OSQuantityVector

Method OSQuantityVector

src/utilities/units/OSQuantityVector.cpp:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20namespace openstudio {
21
22OSQuantityVector::OSQuantityVector(const Unit& units) : m_units(units.clone()) {}
23
24OSQuantityVector::OSQuantityVector(const Unit& units, unsigned n, double value) : m_units(units.clone()), m_values(n, value) {}
25

Callers

nothing calls this directly

Calls 8

cloneMethod · 0.45
sizeMethod · 0.45
emptyMethod · 0.45
unitsMethod · 0.45
scaleMethod · 0.45
setScaleMethod · 0.45
valueMethod · 0.45
valuesMethod · 0.45

Tested by

no test coverage detected