OGS
|
A dialog window for managing properties for writing meshes to files.
Definition at line 29 of file SurfaceExtractionDialog.h.
#include <SurfaceExtractionDialog.h>
Public Member Functions | |
SurfaceExtractionDialog (QDialog *parent=nullptr) | |
~SurfaceExtractionDialog () override=default | |
int | getTolerance () const |
Eigen::Vector3d const & | getNormal () const |
Private Slots | |
void | accept () override |
Instructions if the OK-Button has been pressed. | |
void | reject () override |
Instructions if the Cancel-Button has been pressed. | |
Private Attributes | |
int | _tolerance {90} |
Eigen::Vector3d | _dir {0, 0, -1} |
|
explicit |
Definition at line 19 of file SurfaceExtractionDialog.cpp.
|
overridedefault |
|
overrideprivateslot |
Instructions if the OK-Button has been pressed.
Definition at line 31 of file SurfaceExtractionDialog.cpp.
References _dir, and _tolerance.
|
inline |
Definition at line 38 of file SurfaceExtractionDialog.h.
References _dir.
Referenced by MeshView::extractSurfaceMesh().
|
inline |
Definition at line 37 of file SurfaceExtractionDialog.h.
References _tolerance.
Referenced by MeshView::extractSurfaceMesh().
|
inlineoverrideprivateslot |
Instructions if the Cancel-Button has been pressed.
Definition at line 45 of file SurfaceExtractionDialog.h.
|
private |
Definition at line 49 of file SurfaceExtractionDialog.h.
Referenced by accept(), and getNormal().
|
private |
Definition at line 48 of file SurfaceExtractionDialog.h.
Referenced by accept(), and getTolerance().