#include <connectivity_mat.h>
|
| connectivity_mat (const std::vector< std::string > &names) |
|
bool | operator() (const std::string &row, const std::string &col) const |
|
void | set (const std::string &row, const std::string &col, bool b) |
|
const std::string & | GetHeader (size_t i) |
|
void | DisplayCondNames (std::ostream &os=std::cout) |
|
void | DisplayMap (std::ostream &os=std::cout) |
|
|
std::vector< std::vector< int > > | data_ |
|
std::map< std::string, size_t > | pos_ |
|
std::vector< std::string > | names_ |
|
Definition at line 22 of file connectivity_mat.h.
◆ connectivity_mat()
connectivity_mat::connectivity_mat |
( |
const std::vector< std::string > & |
names | ) |
|
|
inline |
◆ DisplayCondNames()
void connectivity_mat::DisplayCondNames |
( |
std::ostream & |
os = std::cout | ) |
|
|
inline |
◆ DisplayMap()
void connectivity_mat::DisplayMap |
( |
std::ostream & |
os = std::cout | ) |
|
|
inline |
◆ GetHeader()
const std::string& connectivity_mat::GetHeader |
( |
size_t |
i | ) |
|
|
inline |
◆ operator()()
bool connectivity_mat::operator() |
( |
const std::string & |
row, |
|
|
const std::string & |
col |
|
) |
| const |
|
inline |
◆ set()
void connectivity_mat::set |
( |
const std::string & |
row, |
|
|
const std::string & |
col, |
|
|
bool |
b |
|
) |
| |
|
inline |
◆ data_
std::vector<std::vector<int> > connectivity_mat::data_ |
◆ names_
std::vector<std::string> connectivity_mat::names_ |
◆ pos_
std::map<std::string, size_t> connectivity_mat::pos_ |
The documentation for this struct was generated from the following file: