27 #ifndef _SALOMEDSImpl_AttributeSequenceOfInteger_HeaderFile
28 #define _SALOMEDSImpl_AttributeSequenceOfInteger_HeaderFile
43 virtual std::string
Save();
44 virtual void Load(
const std::string&);
46 static const std::string& GetID() ;
49 void Assign(
const std::vector<int>& other) ;
50 void ChangeValue(
const int Index,
const int Value) ;
51 void Add(
const int value) ;
52 int Value(
const int Index) ;
53 void Remove(
const int Index) ;
55 const std::string&
ID()
const;
60 const std::vector<int>&
Array() {
return myValue; }
#define SALOMEDSIMPL_EXPORT
Definition: SALOMEDSImpl_Defines.hxx:34
Definition: DF_Attribute.hxx:30
virtual void Restore(DF_Attribute *theAttribute)=0
virtual const std::string & ID() const =0
virtual std::string Save()
Definition: DF_Attribute.hxx:47
virtual void Load(const std::string &)
Definition: DF_Attribute.hxx:48
virtual DF_Attribute * NewEmpty() const =0
virtual void Paste(DF_Attribute *theIntoAttribute)=0
Definition: DF_Label.hxx:65
Definition: SALOMEDSImpl_AttributeSequenceOfInteger.hxx:39
const std::vector< int > & Array()
Definition: SALOMEDSImpl_AttributeSequenceOfInteger.hxx:60
~SALOMEDSImpl_AttributeSequenceOfInteger()
Definition: SALOMEDSImpl_AttributeSequenceOfInteger.hxx:59
std::vector< int > myValue
Definition: SALOMEDSImpl_AttributeSequenceOfInteger.hxx:63
Definition: SALOMEDSImpl_GenericAttribute.hxx:39