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;
Definition: SALOMEDSClient_AttributeTableOfReal.hxx:36
virtual void PutValue(double theValue, int theRow, int theColumn)=0
virtual double GetValue(int theRow, int theColumn)=0
virtual void AddRow(const std::vector< double > &theData)=0
virtual void SetColumn(int theColumn, const std::vector< double > &theData)=0
virtual std::vector< double > GetRow(int theRow)=0
virtual void SetRow(int theRow, const std::vector< double > &theData)=0
virtual std::vector< double > GetColumn(int theColumn)=0
virtual void AddColumn(const std::vector< double > &theData)=0
Definition: SALOMEDSClient_AttributeTable.hxx:32