This commit is contained in:
eap 2009-09-30 09:27:11 +00:00
parent 2cd5bf0e19
commit fe22993f88
2 changed files with 3 additions and 3 deletions

View File

@ -83,7 +83,7 @@ private:
void onEditGroup();
void FindGravityCenter( TColStd_MapOfInteger&,
std::list<gp_XYZ>& );
std::list<gp_XYZ>& );
// add the centers of gravity of ElemsIdMap elements to the GrCentersXYZ list
private:

View File

@ -68,9 +68,9 @@ class SMESHGUI_EXPORT SMESHGUI_GroupDlg : public QDialog
public:
SMESHGUI_GroupDlg( SMESHGUI*,
SMESH::SMESH_Mesh_ptr = SMESH::SMESH_Mesh::_nil() );
SMESH::SMESH_Mesh_ptr = SMESH::SMESH_Mesh::_nil() );
SMESHGUI_GroupDlg( SMESHGUI*,
SMESH::SMESH_GroupBase_ptr,
SMESH::SMESH_GroupBase_ptr,
const bool theIsConvert = false );
~SMESHGUI_GroupDlg();