You’re reading an older version of the Slamcore SDK documenation. The latest one is 23.04.
Class slamcore::MatrixInterface
-
class 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>