readonly access to some private vars
| 44 | |
| 45 | // readonly access to some private vars |
| 46 | ESTART Estart_(void) const { return estart_; } |
| 47 | const char* DataDir_(void) const { return datadir_.c_str(); } |
| 48 | const Shape MeanShape_(void) const { return shapemod_.meanshape_; } |
| 49 |
no outgoing calls
no test coverage detected