Class slamcore::MatrixInterface¶
-
class slamcore::MatrixInterface : public ObjectInterface¶
Representing the matrix object.
Subclassed by Matrix
Convenient access to the element.
Public Types
-
using Ptr = std::shared_ptr<MatrixInterface>¶
-
using CPtr = std::shared_ptr<const MatrixInterface>¶
Public Functions
-
inline virtual ObjectType type() const¶
Type of the object.
-
virtual ~MatrixInterface() = default¶
-
using Ptr = std::shared_ptr<MatrixInterface>¶