Biomedical Image Analysis Library
The Biomedical Image Analysis Library is a poweful tool for developers, physicians, researchers, engineers, and so on.
|
This is the complete list of members for Bial::Table, including all inherited members.
_data | Bial::Table | protected |
Columns() const | Bial::Table | |
operator()(size_t p) const | Bial::Table | |
operator()(size_t p) | Bial::Table | |
operator()(size_t col, size_t row) const | Bial::Table | |
operator()(size_t col, size_t row) | Bial::Table | |
operator[](size_t p) const | Bial::Table | |
operator[](size_t p) | Bial::Table | |
Print(O &os, bool transpose=false) const | Bial::Table | |
PrintDimensions(O &os) const | Bial::Table | |
PushBack(const Vector< int > &vct) | Bial::Table | |
PushBack(const Vector< float > &vct) | Bial::Table | |
PushBack(const Vector< std::string > &vct) | Bial::Table | |
PushBack(const TableColumn &vct) | Bial::Table | |
Rows() const | Bial::Table | |
Table() | Bial::Table | |
Table(const Matrix< int > &mtx, bool col_name=false, bool row_name=false) | Bial::Table | |
Table(const Matrix< float > &mtx, bool col_name=false, bool row_name=false) | Bial::Table | |
Table(const Matrix< std::string > &mtx, bool col_name=false, bool row_name=false) | Bial::Table | |
Write(std::string filename) const | Bial::Table |