mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-31 00:40:32 +05:00
0022134: DriverGMF : reading quadratic meshes
Fix errors of import/export of meshes including both linear and quadratic elements. + SMDS_ElemIteratorPtr elementIterator(SMDSAbs_ElementType type); + SMDS_ElemIteratorPtr elementIterator(SMDSAbs_EntityType type); + SMDS_ElemIteratorPtr elementIterator(SMDSAbs_GeometryType type);
This commit is contained in:
parent
2728268e48
commit
12e809327d
@ -31,6 +31,7 @@
|
|||||||
|
|
||||||
#include "Driver_SMESHDS_Mesh.h"
|
#include "Driver_SMESHDS_Mesh.h"
|
||||||
#include "SMDSAbs_ElementType.hxx"
|
#include "SMDSAbs_ElementType.hxx"
|
||||||
|
#include "SMDS_ElemIterator.hxx"
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* \brief Driver Writing a mesh into a GMF file.
|
* \brief Driver Writing a mesh into a GMF file.
|
||||||
@ -51,6 +52,10 @@ public:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
|
SMDS_ElemIteratorPtr elementIterator(SMDSAbs_ElementType type);
|
||||||
|
SMDS_ElemIteratorPtr elementIterator(SMDSAbs_EntityType type);
|
||||||
|
SMDS_ElemIteratorPtr elementIterator(SMDSAbs_GeometryType type);
|
||||||
|
|
||||||
bool _exportRequiredGroups;
|
bool _exportRequiredGroups;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user