mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 10:08:34 +05:00
untabify
This commit is contained in:
parent
4ce8e26285
commit
0244669837
@ -55,10 +55,10 @@ class SMESH_EXPORT SMESH_Mesh
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
SMESH_Mesh(int theLocalId,
|
SMESH_Mesh(int theLocalId,
|
||||||
int theStudyId,
|
int theStudyId,
|
||||||
SMESH_Gen* theGen,
|
SMESH_Gen* theGen,
|
||||||
bool theIsEmbeddedMode,
|
bool theIsEmbeddedMode,
|
||||||
SMESHDS_Document* theDocument);
|
SMESHDS_Document* theDocument);
|
||||||
|
|
||||||
virtual ~SMESH_Mesh();
|
virtual ~SMESH_Mesh();
|
||||||
|
|
||||||
@ -162,7 +162,7 @@ public:
|
|||||||
* \brief Return True if anHyp is used to mesh aSubShape
|
* \brief Return True if anHyp is used to mesh aSubShape
|
||||||
*/
|
*/
|
||||||
bool IsUsedHypothesis(SMESHDS_Hypothesis * anHyp,
|
bool IsUsedHypothesis(SMESHDS_Hypothesis * anHyp,
|
||||||
const SMESH_subMesh * aSubMesh);
|
const SMESH_subMesh * aSubMesh);
|
||||||
/*!
|
/*!
|
||||||
* \brief check if a hypothesis alowing notconform mesh is present
|
* \brief check if a hypothesis alowing notconform mesh is present
|
||||||
*/
|
*/
|
||||||
@ -191,9 +191,9 @@ public:
|
|||||||
bool HasDuplicatedGroupNamesMED();
|
bool HasDuplicatedGroupNamesMED();
|
||||||
|
|
||||||
void ExportMED(const char *file,
|
void ExportMED(const char *file,
|
||||||
const char* theMeshName = NULL,
|
const char* theMeshName = NULL,
|
||||||
bool theAutoGroups = true,
|
bool theAutoGroups = true,
|
||||||
int theVersion = 0)
|
int theVersion = 0)
|
||||||
throw(SALOME_Exception);
|
throw(SALOME_Exception);
|
||||||
|
|
||||||
void ExportDAT(const char *file) throw(SALOME_Exception);
|
void ExportDAT(const char *file) throw(SALOME_Exception);
|
||||||
@ -231,8 +231,8 @@ public:
|
|||||||
int NbGroup() const { return _mapGroup.size(); }
|
int NbGroup() const { return _mapGroup.size(); }
|
||||||
|
|
||||||
SMESH_Group* AddGroup (const SMDSAbs_ElementType theType,
|
SMESH_Group* AddGroup (const SMDSAbs_ElementType theType,
|
||||||
const char* theName,
|
const char* theName,
|
||||||
int& theId,
|
int& theId,
|
||||||
const TopoDS_Shape& theShape=TopoDS_Shape());
|
const TopoDS_Shape& theShape=TopoDS_Shape());
|
||||||
|
|
||||||
typedef boost::shared_ptr< SMDS_Iterator<SMESH_Group*> > GroupIteratorPtr;
|
typedef boost::shared_ptr< SMDS_Iterator<SMESH_Group*> > GroupIteratorPtr;
|
||||||
|
Loading…
Reference in New Issue
Block a user