X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHexoticPlugin%2FMG_Hexotic_API.hxx;fp=src%2FHexoticPlugin%2FMG_Hexotic_API.hxx;h=093f728ca8daea65b6375883662eb79e4bdbbc6b;hb=dfca9eed3085eef93c5fac5ef8be49208a5da369;hp=e3d2cf4eb942a64e53f01b95d5fbf6a55d78727d;hpb=b51b71773a2f2386a6074fe8c292a4952a106c17;p=plugins%2Fhexoticplugin.git diff --git a/src/HexoticPlugin/MG_Hexotic_API.hxx b/src/HexoticPlugin/MG_Hexotic_API.hxx index e3d2cf4..093f728 100644 --- a/src/HexoticPlugin/MG_Hexotic_API.hxx +++ b/src/HexoticPlugin/MG_Hexotic_API.hxx @@ -42,6 +42,7 @@ public: bool IsExecutable() { return !IsLibrary(); } void SetUseExecutable(); void SetInputFile( const std::string mesh2DFile ); + void SetIsInputMesh(bool isMeshIn) { _isMesh = isMeshIn; } // IN to MESHGEMS int GmfOpenMesh(const char* theFile, int rdOrWr, int ver, int dim);