Go to the documentation of this file.
27 #ifndef _SALOMEDSImpl_AttributeReal_HeaderFile
28 #define _SALOMEDSImpl_AttributeReal_HeaderFile
43 static const std::string& GetID() ;
47 void SetValue(
const double& theVal);
48 double Value()
const {
return myValue; }
49 virtual std::string
Save();
50 virtual void Load(
const std::string& theValue);
52 const std::string&
ID()
const;