MCPcopy 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

TEST_FFunction · 0.45
translateModelMethod · 0.45
translateFacilityMethod · 0.45
translateSpaceMethod · 0.45
translateSurfaceMethod · 0.45
translateSubSurfaceMethod · 0.45
translateIdMethod · 0.45
translateNameMethod · 0.45
translateLayerMethod · 0.45

Calls

no outgoing calls

Tested by 3

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36