GetDimensions¶
-
virtual std::tuple<uint32_t, uint32_t> IMatrix::GetDimensions() = 0¶
Gets the dimensions of the matrix.
- Returns
std::tuple<uint32_t, uint32_t> – Tuple containing the number of rows (element 0) and columns (element 1) of the matrix.
- Throws
CCommunicationErrorException
– Protocol error.CConnectionLostException
– Connection to controller lost.CRebootedException
– Controller has been rebooted since this object reference was retrieved, invalidating this reference.CObjectDestroyedException
– Object is destroyed.