![]() |
ImFusion SDK 4.3
|
#include <ImFusion/GUI/SpinBoxMatrixWidget.h>
QDialog that simply wraps the SpinBoxMatrixWidget inside a dialog window. Used by EigenMatrixParamControls
.
More...
QDialog that simply wraps the SpinBoxMatrixWidget inside a dialog window. Used by EigenMatrixParamControls
.
Public Member Functions | |
SpinboxMatrixDialog (const Eigen::MatrixXd &mat=Eigen::Matrix4d::Identity(), QWidget *parent=nullptr) | |
void | setMatrix (const Eigen::MatrixXd &mat) |
Eigen::MatrixXd | matrix () const |
SpinboxMatrixWidget * | matrixWidget () const |