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