Non-modal dialog to remesh an existing mesh. More...
#include <RemeshGmsh.h>
Classes | |
class | Private |
Public Member Functions | |
void | accept () |
GmshWidget (QWidget *parent=0, Qt::WindowFlags fl=0) | |
void | reject () |
~GmshWidget () | |
Protected Member Functions | |
void | changeEvent (QEvent *e) |
double | getAngle () const |
double | getMaxSize () const |
double | getMinSize () const |
virtual bool | loadOutput () |
int | meshingAlgorithm () const |
virtual bool | writeProject (QString &inpFile, QString &outFile) |
Detailed Description
Non-modal dialog to remesh an existing mesh.
Constructor & Destructor Documentation
◆ GmshWidget()
GmshWidget::GmshWidget | ( | QWidget * | parent = 0 , |
Qt::WindowFlags | fl = 0 |
||
) |
◆ ~GmshWidget()
GmshWidget::~GmshWidget | ( | ) |
Member Function Documentation
◆ accept()
void GmshWidget::accept | ( | ) |
References Base::Console(), Base::ConsoleSingleton::Warning(), and writeProject().
Referenced by MeshGui::TaskRemeshGmsh::clicked(), MeshPartGui::Mesh2ShapeGmsh::loadOutput(), and MeshPartGui::Mesh2ShapeGmsh::process().
◆ changeEvent()
|
protected |
◆ getAngle()
|
protected |
◆ getMaxSize()
|
protected |
Referenced by MeshPartGui::Mesh2ShapeGmsh::writeProject(), and MeshGui::RemeshGmsh::writeProject().
◆ getMinSize()
|
protected |
Referenced by MeshPartGui::Mesh2ShapeGmsh::writeProject(), and MeshGui::RemeshGmsh::writeProject().
◆ loadOutput()
|
protectedvirtual |
Reimplemented in MeshGui::RemeshGmsh, and MeshPartGui::Mesh2ShapeGmsh.
◆ meshingAlgorithm()
|
protected |
Referenced by MeshPartGui::Mesh2ShapeGmsh::writeProject(), and MeshGui::RemeshGmsh::writeProject().
◆ reject()
void GmshWidget::reject | ( | ) |
Referenced by MeshGui::TaskRemeshGmsh::clicked().
◆ writeProject()
|
protectedvirtual |
Reimplemented in MeshGui::RemeshGmsh, and MeshPartGui::Mesh2ShapeGmsh.
Referenced by accept().
The documentation for this class was generated from the following files:
- src/Mod/Mesh/Gui/RemeshGmsh.h
- src/Mod/Mesh/Gui/RemeshGmsh.cpp