Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/OpenStudio
/ setPrettyString
Method
setPrettyString
src/utilities/units/Unit.cpp:277–279 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
275
}
276
277
void Unit_Impl::setPrettyString(const std::string& str) {
278
m_prettyString = str;
279
}
280
281
std::string Unit_Impl::print(bool withScale) const {
282
if (!prettyString(false).empty()) {
Callers
6
getUnits
Method · 0.80
registerUnit
Method · 0.80
createIPPowerDensity
Function · 0.80
createGPMVolumetricFlowrate
Function · 0.80
createIPPressure
Function · 0.80
setPrettyUnitsString
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected