DynamicRowView member types

This page contains information about the member types of the DynamicRowView class.

using scalar_type = Scalar

The type of the entries in the matrix.

using scalar_reference = Scalar&

The type of references to the entries in the matrix (might not be Scalar&).

using scalar_const_reference = Scalar const&

The type of references to the entries in the matrix (might not be Scalar const&).

using matrix_type = DynamicMatrix

The type of the matrix underlying a DynamicRowView.

using Row = Mat::Row

The type of a row of a DynamicRowView.

using iterator = Mat::iterator

The type of iterators into the row view.

using const_iterator = Mat::const_iterator

The type of const iterators into the row view.