mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-18 13:00:32 +05:00
0021559: EDF 2175 SMESH: Hexa/Tetra mixed meshes
+ static std::vector< std::string > GetPluginXMLPaths();
This commit is contained in:
parent
2a7bf64d23
commit
b2a682e314
@ -43,6 +43,8 @@
|
||||
|
||||
#include <map>
|
||||
#include <list>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
class SMESHDS_Document;
|
||||
|
||||
@ -140,9 +142,13 @@ public:
|
||||
static int GetShapeDim(const TopAbs_ShapeEnum & aShapeType);
|
||||
static int GetShapeDim(const TopoDS_Shape & aShape)
|
||||
{ return GetShapeDim( aShape.ShapeType() ); }
|
||||
|
||||
SMESH_Algo* GetAlgo(SMESH_Mesh & aMesh, const TopoDS_Shape & aShape, TopoDS_Shape* assignedTo=0);
|
||||
|
||||
static bool IsGlobalHypothesis(const SMESH_Hypothesis* theHyp, SMESH_Mesh& aMesh);
|
||||
|
||||
static std::vector< std::string > GetPluginXMLPaths();
|
||||
|
||||
int GetANewId();
|
||||
|
||||
std::map < int, SMESH_Algo * >_mapAlgo;
|
||||
|
Loading…
Reference in New Issue
Block a user