+CreateConvertor(const std::string& theFileName)
//---------------------------------------------------------------
extern "C"
VISU_Convertor*
-CreateConvertor(const string& theFileName)
+CreateConvertor(const std::string& theFileName)
{
if(MED::PWrapper aMed = MED::CrWrapper(theFileName,true))
return new VISU_MedConvertor(theFileName, aMed);
}
VISU_MedConvertor
-::VISU_MedConvertor(const string& theFileName, MED::PWrapper theMed):
+::VISU_MedConvertor(const std::string& theFileName, MED::PWrapper theMed):
myIsEntitiesDone(false),
myIsFieldsDone(false),
myIsGroupsDone(false),