CoinModelLink
This is for various structures/classes needed by CoinModel.
This is for various structures/classes needed by CoinModel.
Description
CoinModelLink CoinModelLinkedList CoinModelHash for going through row or column
Public Methods
CoinModelLink
Default constructor.
CoinModelLink()
~CoinModelLink
Destructor.
~CoinModelLink()
CoinModelLink
The copy constructor.
CoinModelLink(const CoinModelLink & )
Parameters:
- `` (const CoinModelLink &)
operator=
=
CoinModelLink & operator=(const CoinModelLink & )
Parameters:
- `` (const CoinModelLink &)
row
Get row.
int row()
column
Get column.
int column()
value
Get value.
double value()
element
Get value.
double element()
position
Get position.
CoinBigIndex position()
onRow
Get onRow.
bool onRow()
setRow
Set row.
void setRow(int row)
Parameters:
row(int)
setColumn
Set column.
void setColumn(int column)
Parameters:
column(int)
setValue
Set value.
void setValue(double value)
Parameters:
value(double)
setElement
Set value.
void setElement(double value)
Parameters:
value(double)
setPosition
Set position.
void setPosition(CoinBigIndex position)
Parameters:
position(CoinBigIndex)
setOnRow
Set onRow.
void setOnRow(bool onRow)
Parameters:
onRow(bool)
Source
Header: layer-0/CoinUtils/src/CoinModelUseful.hpp