Thread to launch computation. More...
#include <SMESHGUI_ComputeDlg.h>
Public Member Functions | |
SMESHGUI_ComputeDlg_QThread (SMESH::SMESH_Gen_var gen, SMESH::SMESH_Mesh_var mesh, GEOM::GEOM_Object_var mainShape) | |
bool | result () |
void | cancel () |
SMESH::SMESH_Mesh_var & | getMesh () |
Protected Member Functions | |
void | run () |
Private Attributes | |
SMESH::SMESH_Gen_var | myGen |
SMESH::SMESH_Mesh_var | myMesh |
GEOM::GEOM_Object_var | myMainShape |
bool | myResult |
Thread to launch computation.
SMESHGUI_ComputeDlg_QThread::SMESHGUI_ComputeDlg_QThread | ( | SMESH::SMESH_Gen_var | gen, |
SMESH::SMESH_Mesh_var | mesh, | ||
GEOM::GEOM_Object_var | mainShape | ||
) |
References myGen, myMainShape, myMesh, and myResult.
void SMESHGUI_ComputeDlg_QThread::cancel | ( | ) |
References myGen, myMainShape, and myMesh.
Referenced by SMESHGUI_ComputeDlg_QThreadQDialog::onCancel().
SMESH::SMESH_Mesh_var& SMESHGUI_ComputeDlg_QThread::getMesh | ( | ) |
Referenced by SMESHGUI_ComputeDlg_QThreadQDialog::timerEvent().
bool SMESHGUI_ComputeDlg_QThread::result | ( | ) |
References myResult.
Referenced by SMESHGUI_ComputeDlg_QThreadQDialog::result().
|
protected |
References myGen, myMainShape, myMesh, and myResult.
|
private |
Referenced by cancel(), run(), and SMESHGUI_ComputeDlg_QThread().
|
private |
Referenced by cancel(), run(), and SMESHGUI_ComputeDlg_QThread().
|
private |
Referenced by cancel(), run(), and SMESHGUI_ComputeDlg_QThread().
|
private |
Referenced by result(), run(), and SMESHGUI_ComputeDlg_QThread().