OGS
|
A dialog window for creating DIRECT boundary conditions from raster files.
Definition at line 29 of file CondFromRasterDialog.h.
#include <CondFromRasterDialog.h>
Signals | |
void | directNodesWritten (std::string) |
void | transmitDisValues (std::vector< std::pair< std::size_t, double > >) |
Public Member Functions | |
CondFromRasterDialog (std::vector< MeshLib::Mesh * > msh_vec, QDialog *parent=nullptr) | |
~CondFromRasterDialog () override | |
Private Slots | |
void | on_integrateButton_toggled (bool isSelected) |
void | on_selectButton_pressed () |
void | accept () override |
Instructions if the OK-Button has been pressed. | |
void | reject () override |
Instructions if the Cancel-Button has been pressed. | |
Private Attributes | |
const std::vector< MeshLib::Mesh * > | _msh_vec |
StrictDoubleValidator * | _scale_validator |
|
explicit |
Definition at line 26 of file CondFromRasterDialog.cpp.
References _msh_vec, and _scale_validator.
|
override |
Definition at line 45 of file CondFromRasterDialog.cpp.
References _scale_validator.
|
overrideprivateslot |
Instructions if the OK-Button has been pressed.
Definition at line 72 of file CondFromRasterDialog.cpp.
References _msh_vec, OGSError::box(), DirectConditionGenerator::directToSurfaceNodes(), DirectConditionGenerator::directWithSurfaceIntegration(), and transmitDisValues().
|
signal |
|
privateslot |
Definition at line 130 of file CondFromRasterDialog.cpp.
|
privateslot |
Definition at line 50 of file CondFromRasterDialog.cpp.
|
overrideprivateslot |
Instructions if the Cancel-Button has been pressed.
Definition at line 125 of file CondFromRasterDialog.cpp.
|
signal |
Referenced by accept().
|
private |
Definition at line 39 of file CondFromRasterDialog.h.
Referenced by CondFromRasterDialog(), and accept().
|
private |
Definition at line 40 of file CondFromRasterDialog.h.
Referenced by CondFromRasterDialog(), and ~CondFromRasterDialog().