17#include "ui_CondFromRaster.h"
35 QDialog* parent =
nullptr);
A dialog window for creating DIRECT boundary conditions from raster files.
void accept() override
Instructions if the OK-Button has been pressed.
StrictDoubleValidator * _scale_validator
void reject() override
Instructions if the Cancel-Button has been pressed.
void transmitDisValues(std::vector< std::pair< std::size_t, double > >)
CondFromRasterDialog(std::vector< MeshLib::Mesh * > msh_vec, QDialog *parent=nullptr)
void on_integrateButton_toggled(bool isSelected)
~CondFromRasterDialog() override
void on_selectButton_pressed()
void directNodesWritten(std::string)
const std::vector< MeshLib::Mesh * > _msh_vec
A validator for an input field which only accepts decimals. Source code adapted from StackOverflow