OGS
|
A dialog for specifying the parameters to construct a mesh based on a raster.
Definition at line 31 of file MeshFromRasterDialog.h.
#include <MeshFromRasterDialog.h>
Public Member Functions | |
MeshFromRasterDialog (QDialog *parent=nullptr) | |
Constructor. | |
~MeshFromRasterDialog () override | |
std::string | getMeshName () const |
std::string | getArrayName () const |
MeshLib::MeshElemType | getElementSelection () const |
MeshLib::UseIntensityAs | getIntensitySelection () const |
Private Slots | |
void | on_elevationButton_toggled (bool isChecked) |
void | accept () override |
Instructions if the OK-Button has been pressed. | |
void | reject () override |
Instructions if the Cancel-Button has been pressed. | |
Private Attributes | |
std::string | _mesh_name |
std::string | _array_name |
MeshLib::MeshElemType | _element_selection |
MeshLib::UseIntensityAs | _intensity_selection |
|
explicit |
Constructor.
Definition at line 20 of file MeshFromRasterDialog.cpp.
|
overridedefault |
|
overrideprivateslot |
Instructions if the OK-Button has been pressed.
Definition at line 50 of file MeshFromRasterDialog.cpp.
References _array_name, _element_selection, _intensity_selection, _mesh_name, OGSError::box(), MeshLib::DATAVECTOR, MeshLib::ELEVATION, MeshLib::HEXAHEDRON, MeshLib::MATERIALS, MeshLib::NONE, MeshLib::PRISM, MeshLib::QUAD, and MeshLib::TRIANGLE.
|
inline |
Definition at line 41 of file MeshFromRasterDialog.h.
References _array_name.
Referenced by VtkVisPipelineView::showImageToMeshConversionDialog().
|
inline |
Definition at line 42 of file MeshFromRasterDialog.h.
References _element_selection.
Referenced by VtkVisPipelineView::showImageToMeshConversionDialog().
|
inline |
Definition at line 43 of file MeshFromRasterDialog.h.
References _intensity_selection.
Referenced by VtkVisPipelineView::showImageToMeshConversionDialog().
|
inline |
Definition at line 40 of file MeshFromRasterDialog.h.
References _mesh_name.
Referenced by VtkVisPipelineView::showImageToMeshConversionDialog().
|
privateslot |
Definition at line 32 of file MeshFromRasterDialog.cpp.
|
overrideprivateslot |
Instructions if the Cancel-Button has been pressed.
Definition at line 100 of file MeshFromRasterDialog.cpp.
|
private |
Definition at line 56 of file MeshFromRasterDialog.h.
Referenced by accept(), and getArrayName().
|
private |
Definition at line 57 of file MeshFromRasterDialog.h.
Referenced by accept(), and getElementSelection().
|
private |
Definition at line 58 of file MeshFromRasterDialog.h.
Referenced by accept(), and getIntensitySelection().
|
private |
Definition at line 55 of file MeshFromRasterDialog.h.
Referenced by accept(), and getMeshName().