| _GetBaseClass() | mrpt::math::CMatrixB | protectedstatic |
| _init_CMatrixB | mrpt::math::CMatrixB | protectedstatic |
| 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 |
| className | mrpt::math::CMatrixB | static |
| clone() const override | mrpt::math::CMatrixB | virtual |
| CMatrixB(size_t row=1, size_t col=1) | mrpt::math::CMatrixB | inline |
| CMatrixB(const CMatrixBool &m) | mrpt::math::CMatrixB | 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 > | |
| ConstPtr typedef | mrpt::math::CMatrixB | |
| Create(Args &&... args) | mrpt::math::CMatrixB | inlinestatic |
| CreateObject() | mrpt::math::CMatrixB | static |
| difference_type typedef | mrpt::math::CMatrixTemplate< bool > | |
| duplicateGetSmartPtr() const | mrpt::utils::CObject | inline |
| 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 |
| GetRuntimeClass() const override | mrpt::math::CMatrixB | virtual |
| GetRuntimeClassIdStatic() | mrpt::math::CMatrixB | static |
| 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 delete(void *ptr) noexcept | mrpt::math::CMatrixB | inline |
| operator delete(void *memory, void *ptr) noexcept | mrpt::math::CMatrixB | inline |
| operator delete(void *ptr, const std::nothrow_t &) noexcept | mrpt::math::CMatrixB | inline |
| operator delete[](void *ptr) noexcept | mrpt::math::CMatrixB | inline |
| operator new(size_t size) | mrpt::math::CMatrixB | inline |
| operator new(size_t size, void *ptr) | mrpt::math::CMatrixB | inlinestatic |
| operator new(size_t size, const std::nothrow_t &) noexcept | mrpt::math::CMatrixB | inline |
| operator new[](size_t size) | mrpt::math::CMatrixB | inline |
| 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 CMatrixBool &m) | mrpt::math::CMatrixB | inline |
| mrpt::math::CMatrixBool::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 |
| Ptr typedef | mrpt::math::CMatrixB | |
| readFromStream(mrpt::utils::CStream &in, int version) override | mrpt::math::CMatrixB | protectedvirtual |
| 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 |
| runtimeClassId | mrpt::math::CMatrixB | protectedstatic |
| 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 > | |
| writeToMatlab() const | mrpt::utils::CSerializable | inlinevirtual |
| writeToStream(mrpt::utils::CStream &out, int *getVersion) const override | mrpt::math::CMatrixB | protectedvirtual |
| ~CMatrixTemplate() | mrpt::math::CMatrixTemplate< bool > | inlinevirtual |
| ~CObject() | mrpt::utils::CObject | inlinevirtual |
| ~CSerializable() | mrpt::utils::CSerializable | inlinevirtual |