GetFrames¶
-
virtual std::map<std::string, PFrame> IGeometry::GetFrames() const = 0¶
Gets the collection of frames of this geometry.
- Returns
std::map<std::string, PFrame> – Collection of frames of this geometry.
- Throws
CCommunicationErrorException
– Protocol error.CConnectionLostException
– Connection to controller lost.CObjectDestroyedException
– Object is destroyed.CRebootedException
– Controller has been rebooted since this object reference was retrieved, invalidating this reference.