|
| drwnMatrixEditor (wxWindow *parent, const Eigen::MatrixXd *m, bool bFixed=true) |
|
| drwnMatrixEditor (wxWindow *parent, const Eigen::VectorXd *v, bool bFixed=true) |
|
int | getRows () const |
|
int | getCols () const |
|
Eigen::VectorXd | getRow (int r=0) const |
|
Eigen::VectorXd | getCol (int c=0) const |
|
Eigen::MatrixXd | getMatrix () const |
|
void | onBtnOkay (wxCommandEvent &event) |
|
void | onSpinCtrl (wxSpinEvent &event) |
|
void | onChangeMode (wxCommandEvent &event) |
|
|
bool | _fixedRows |
|
bool | _fixedCols |
|
wxGrid * | _grid |
|
wxTextCtrl * | _text |
|
The documentation for this class was generated from the following files: