You’re reading an older version of the Slamcore SDK documenation. The latest one is 23.01.
Class slamcore::IMUTripletListInterface
-
class IMUTripletListInterface : public ObjectInterface
Representing a list of IMU triplet measurements.
Convenient access to measurement @a i.
-
inline const IMUTripletInterface &operator[](const std::size_t i) const
-
inline const IMUTripletInterface &operator()(const std::size_t i) const
-
inline const IMUTripletInterface &get(const std::size_t i) const
Public Types
-
using Ptr = std::shared_ptr<IMUTripletListInterface>
-
using CPtr = std::shared_ptr<const IMUTripletListInterface>
-
using value_type = IMUTripletInterface
-
using iterator = RangeIterator<IMUTripletListInterface>
Public Functions
-
inline virtual ObjectType type() const
Type of the object.
-
virtual ~IMUTripletListInterface() = default
-
inline const IMUTripletInterface &operator[](const std::size_t i) const