, including all inherited members.
_GetBaseClass() | mrpt::math::CMatrixB | [protected, static] |
_init_CMatrixB | mrpt::math::CMatrixB | [protected, static] |
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] |
classCMatrixB | mrpt::math::CMatrixB | [static] |
classCObject | mrpt::utils::CObject | [static] |
classCSerializable | mrpt::utils::CSerializable | [static] |
classinfo | mrpt::math::CMatrixB | [static] |
clone() const | mrpt::utils::CObject | [inline] |
CMatrixB(size_t row=1, size_t col=1) | mrpt::math::CMatrixB | [inline] |
CMatrixB(const CMatrixBool &m) | mrpt::math::CMatrixB | [inline] |
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 > | |
Create() | mrpt::math::CMatrixB | [static] |
CreateObject() | mrpt::math::CMatrixB | [static] |
difference_type typedef | mrpt::math::CMatrixTemplate< bool > | |
duplicate() const | mrpt::math::CMatrixB | [virtual] |
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::MatrixBase< Derived > &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 | mrpt::math::CMatrixB | [virtual] |
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] |
mrpt::utils::CStream class | mrpt::utils::CSerializable | [friend] |
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] |
CMatrixTemplate< bool >::operator=(const CMatrixTemplate &m) | mrpt::math::CMatrixTemplate< bool > | [inline] |
CMatrixTemplate< bool >::operator=(V(&theArray)[N]) | mrpt::math::CMatrixTemplate< bool > | [inline] |
readFromStream(mrpt::utils::CStream &in, int version)=0 | mrpt::utils::CSerializable | [protected, pure virtual] |
realloc(size_t row, size_t col, bool newElementsToZero=false) | mrpt::math::CMatrixTemplate< bool > | [inline, protected] |
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 > | |
SmartPtr typedef | mrpt::math::CMatrixB | |
swap(CMatrixTemplate< bool > &o) | mrpt::math::CMatrixTemplate< bool > | [inline] |
value_type typedef | mrpt::math::CMatrixTemplate< bool > | |
writeToStream(mrpt::utils::CStream &out, int *getVersion) const =0 | mrpt::utils::CSerializable | [protected, pure virtual] |
~CMatrixTemplate() | mrpt::math::CMatrixTemplate< bool > | [inline, virtual] |
~CObject() | mrpt::utils::CObject | [inline, virtual] |
~CSerializable() | mrpt::utils::CSerializable | [inline, virtual] |