GetValues¶
-
virtual std::vector<std::vector<double>> IMatrix::GetValues() = 0¶
Gets the matrix values.
- Returns
std::vector<std::vector<double>> – Matrix values where outer and inner vectors represent row and column values respectively.
- 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.