17#include "ui_GeoOnMeshMapping.h"
35 std::vector<std::unique_ptr<MeshLib::Mesh>>
const& mesh_vec,
36 QDialog* parent =
nullptr);
54 void reject()
override { this->done(QDialog::Rejected); };
Definition of the GeoMapper class.
A dialog window for creating DIRECT boundary conditions from raster files.
std::string _new_geo_name
int getDataSetChoice() const
void reject() override
Instructions if the Cancel-Button has been pressed.
void on_meshNameComboBox_currentIndexChanged(int idx)
GeoOnMeshMappingDialog(std::vector< std::unique_ptr< MeshLib::Mesh > > const &mesh_vec, QDialog *parent=nullptr)
~GeoOnMeshMappingDialog() override
void accept() override
Instructions if the OK-Button has been pressed.
void on_advancedMappingButton_toggled(bool isSelected)
std::string const & getNewGeoName() const