Searched refs:ConstMatrixRange (Results 1 – 1 of 1) sorted by relevance
146 … typedef std::pair<MatrixArray::const_iterator, MatrixArray::const_iterator> ConstMatrixRange; typedef198 ConstMatrixRange GetAllMatrices() const in GetAllMatrices()200 return ConstMatrixRange(m_Matrices.Begin(), m_Matrices.End()); in GetAllMatrices()