}
}
-ostream & GMSHPlugin_Hypothesis::SaveTo(ostream & save)
+std::ostream & GMSHPlugin_Hypothesis::SaveTo(std::ostream & save)
{
save << (int)_is2d << " " << _algo2d;
if (!_is2d)
return save;
}
-istream & GMSHPlugin_Hypothesis::LoadFrom(istream & load)
+std::istream & GMSHPlugin_Hypothesis::LoadFrom(std::istream & load)
{
bool isOK = true;
int is;
// Parameters for work of GMSH
//
-using namespace std;
-
class GMSHPLUGIN_EXPORT GMSHPlugin_Hypothesis: public SMESH_Hypothesis
{
public:
void UnsetCompoundOnEntry(const std::string& entry);
// Persistence
- virtual ostream & SaveTo(ostream & save);
- virtual istream & LoadFrom(istream & load);
+ virtual std::ostream & SaveTo(std::ostream & save);
+ virtual std::istream & LoadFrom(std::istream & load);
/*!
* \brief Does nothing