You’re reading an older version of the Slamcore SDK documenation. The latest one is 23.01.
Class slamcore::PoseListInterface
-
template<typename ClockT>
class PoseListInterface : public ObjectInterface Representing the trajectory (list of poses).
Unnamed Group
-
inline const value_type &operator[](const std::size_t i) const
Convenient access to pose i.
-
inline const value_type &operator()(const std::size_t i) const
-
inline const value_type &get(const std::size_t i) const
Public Types
-
using Ptr = std::shared_ptr<PoseListInterface>
-
using CPtr = std::shared_ptr<const PoseListInterface>
-
using value_type = PoseInterface<ClockT>
-
using iterator = RangeIterator<PoseListInterface>
-
inline const value_type &operator[](const std::size_t i) const