Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/OpenStudio
/ name
Method
name
src/gltf/GltfUserData.cpp:234–236 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
232
}
233
234
std::string GltfUserData::name() const {
235
return m_name;
236
}
237
void GltfUserData::setName(const std::string& name) {
238
m_name = name;
239
}
Callers
15
getUserDataBySurfaceName
Method · 0.45
TEST_F
Function · 0.45
translateModel
Method · 0.45
translateFacility
Method · 0.45
translateSpace
Method · 0.45
translateSurface
Method · 0.45
translateSubSurface
Method · 0.45
translateShadingSurface
Method · 0.45
translateId
Method · 0.45
translateName
Method · 0.45
translateConstructionBase
Method · 0.45
translateLayer
Method · 0.45
Calls
no outgoing calls
Tested by
3
TEST_F
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36