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