mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-30 14:20: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 "SMDSAbs_ElementType.hxx"
|
||||
#include "SMDS_ElemIterator.hxx"
|
||||
|
||||
/*!
|
||||
* \brief Driver Writing a mesh into a GMF file.
|
||||
@ -51,6 +52,10 @@ public:
|
||||
|
||||
private:
|
||||
|
||||
SMDS_ElemIteratorPtr elementIterator(SMDSAbs_ElementType type);
|
||||
SMDS_ElemIteratorPtr elementIterator(SMDSAbs_EntityType type);
|
||||
SMDS_ElemIteratorPtr elementIterator(SMDSAbs_GeometryType type);
|
||||
|
||||
bool _exportRequiredGroups;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user