MCPcopy Create free account
hub / github.com/URLab-Sim/UnrealRoboticsLab / GetGeoms

Method GetGeoms

Source/URLab/Private/MuJoCo/Core/MjArticulation.cpp:790–793  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

788}
789
790TArray<UMjGeom*> AMjArticulation::GetGeoms() const
791{
792 return GetComponentsFromMap(GeomIdMap);
793}
794TArray<UMjTendon*> AMjArticulation::GetTendons() const
795{
796 return GetComponentsFromMap(TendonIdMap);

Callers

nothing calls this directly

Calls 1

GetComponentsFromMapFunction · 0.85

Tested by

no test coverage detected