27 #ifndef SALOMEDSClient_AttributeTableOfInteger_HeaderFile
28 #define SALOMEDSClient_AttributeTableOfInteger_HeaderFile
38 virtual void AddRow(
const std::vector<int>& theData) = 0;
39 virtual void SetRow(
int theRow,
const std::vector<int>& theData) = 0;
40 virtual std::vector<int>
GetRow(
int theRow) = 0;
41 virtual void AddColumn(
const std::vector<int>& theData) = 0;
42 virtual void SetColumn(
int theColumn,
const std::vector<int>& theData) = 0;
43 virtual std::vector<int>
GetColumn(
int theColumn) = 0;
44 virtual void PutValue(
int theValue,
int theRow,
int theColumn) = 0;
45 virtual int GetValue(
int theRow,
int theColumn) = 0;
48 #endif // SALOMEDSClient_AttributeTableOfInteger_HeaderFile