appendCol(const std::vector< bool > &in) | mrpt::math::CMatrixTemplate< bool > | inline |
appendRow(const std::vector< bool > &in) | mrpt::math::CMatrixTemplate< bool > | inline |
ASSERT_ENOUGHROOM(size_t r, size_t c) const | mrpt::math::CMatrixTemplate< bool > | inline |
CMatrixBool(size_t row=1, size_t col=1) | mrpt::math::CMatrixBool | |
CMatrixBool(const CMatrixTemplate< bool > &m) | mrpt::math::CMatrixBool | |
CMatrixTemplate(const CMatrixTemplate &m) | mrpt::math::CMatrixTemplate< bool > | inline |
CMatrixTemplate(size_t row=1, size_t col=1) | mrpt::math::CMatrixTemplate< bool > | inline |
CMatrixTemplate(const CMatrixTemplate &m, const size_t cropRowCount, const size_t cropColCount) | mrpt::math::CMatrixTemplate< bool > | inline |
CMatrixTemplate(size_t row, size_t col, V(&theArray)[N]) | mrpt::math::CMatrixTemplate< bool > | inline |
CMatrixTemplate(size_t row, size_t col, const V &theVector) | mrpt::math::CMatrixTemplate< bool > | inline |
const_reference typedef | mrpt::math::CMatrixTemplate< bool > | |
difference_type typedef | mrpt::math::CMatrixTemplate< bool > | |
extractCol(size_t nCol, std::vector< bool > &out, int startingRow=0) const | mrpt::math::CMatrixTemplate< bool > | inline |
extractCol(size_t nCol, CMatrixTemplate< bool > &out, int startingRow=0) const | mrpt::math::CMatrixTemplate< bool > | inline |
extractColumns(size_t firstCol, size_t lastCol, CMatrixTemplate< bool > &out) const | mrpt::math::CMatrixTemplate< bool > | inline |
extractRows(size_t firstRow, size_t lastRow, CMatrixTemplate< bool > &out) const | mrpt::math::CMatrixTemplate< bool > | inline |
extractSubmatrix(const size_t row1, const size_t row2, const size_t col1, const size_t col2, CMatrixTemplate< bool > &out) const | mrpt::math::CMatrixTemplate< bool > | inline |
extractSubmatrix(const size_t row1, const size_t row2, const size_t col1, const size_t col2, EIGEN_MATRIX &out) const | mrpt::math::CMatrixTemplate< bool > | inline |
fillAll(const bool &val) | mrpt::math::CMatrixTemplate< bool > | inline |
get_unsafe(size_t row, size_t col) const | mrpt::math::CMatrixTemplate< bool > | inline |
get_unsafe(size_t row, size_t col) | mrpt::math::CMatrixTemplate< bool > | inline |
get_unsafe_row(size_t row) | mrpt::math::CMatrixTemplate< bool > | inline |
get_unsafe_row(size_t row) const | mrpt::math::CMatrixTemplate< bool > | inline |
getAsVector(std::vector< bool > &out) const | mrpt::math::CMatrixTemplate< bool > | inline |
getColCount() const | mrpt::math::CMatrixTemplate< bool > | inline |
getRowCount() const | mrpt::math::CMatrixTemplate< bool > | inline |
insertCol(size_t nCol, const std::vector< bool > &in) | mrpt::math::CMatrixTemplate< bool > | inline |
m_Cols | mrpt::math::CMatrixTemplate< bool > | protected |
m_Rows | mrpt::math::CMatrixTemplate< bool > | protected |
m_Val | mrpt::math::CMatrixTemplate< bool > | protected |
operator()(size_t row, size_t col) | mrpt::math::CMatrixTemplate< bool > | inline |
operator()(size_t row, size_t col) const | mrpt::math::CMatrixTemplate< bool > | inline |
operator()(size_t ith) | mrpt::math::CMatrixTemplate< bool > | inline |
operator()(size_t ith) const | mrpt::math::CMatrixTemplate< bool > | inline |
operator()(const size_t row1, const size_t row2, const size_t col1, const size_t col2) const | mrpt::math::CMatrixTemplate< bool > | inline |
operator=(const CMatrixTemplate< bool > &m) | mrpt::math::CMatrixBool | |
CMatrixTemplate< bool >::operator=(const CMatrixTemplate &m) | mrpt::math::CMatrixTemplate< bool > | inline |
CMatrixTemplate< bool >::operator=(V(&theArray)[N]) | mrpt::math::CMatrixTemplate< bool > | inline |
realloc(size_t row, size_t col, bool newElementsToZero=false) | mrpt::math::CMatrixTemplate< bool > | inlineprotected |
reference typedef | mrpt::math::CMatrixTemplate< bool > | |
resize(const CMatrixTemplateSize &siz, bool zeroNewElements=false) | mrpt::math::CMatrixTemplate< bool > | inline |
set_unsafe(size_t row, size_t col, const bool &v) | mrpt::math::CMatrixTemplate< bool > | inline |
setSize(size_t row, size_t col, bool zeroNewElements=false) | mrpt::math::CMatrixTemplate< bool > | inline |
size() const | mrpt::math::CMatrixTemplate< bool > | inline |
size_type typedef | mrpt::math::CMatrixTemplate< bool > | |
swap(CMatrixTemplate< bool > &o) | mrpt::math::CMatrixTemplate< bool > | inline |
value_type typedef | mrpt::math::CMatrixTemplate< bool > | |
~CMatrixTemplate() | mrpt::math::CMatrixTemplate< bool > | inlinevirtual |