CoinDoubleArrayWithLength
double * version
double * version
Inheritance
Inherits from: CoinArrayWithLength
Public Methods
getSize
Get the size.
CoinBigIndex getSize()
array
Get Array.
double * array()
setSize
Set the size.
void setSize(CoinByteArray value)
Parameters:
value(CoinByteArray)
conditionalNew
Conditionally gets new array.
double * conditionalNew(CoinByteArray sizeWanted)
Parameters:
sizeWanted(CoinByteArray)
CoinDoubleArrayWithLength
Default constructor - NULL.
CoinDoubleArrayWithLength()
CoinDoubleArrayWithLength
Alternate Constructor - length in bytes - size_ -1.
CoinDoubleArrayWithLength(CoinByteArray size)
Parameters:
size(CoinByteArray)
CoinDoubleArrayWithLength
Alternate Constructor - length in bytes mode - 0 size_ set to size 1 size_ set to size and zeroed.
CoinDoubleArrayWithLength(CoinByteArray size, int mode)
Parameters:
size(CoinByteArray)mode(int)
CoinDoubleArrayWithLength
Copy constructor.
CoinDoubleArrayWithLength(const CoinDoubleArrayWithLength & rhs)
Parameters:
rhs(const CoinDoubleArrayWithLength &)
CoinDoubleArrayWithLength
Copy constructor.2.
CoinDoubleArrayWithLength(const CoinDoubleArrayWithLength * rhs)
Parameters:
rhs(const CoinDoubleArrayWithLength *)
operator=
Assignment operator.
CoinDoubleArrayWithLength & operator=(const CoinDoubleArrayWithLength & rhs)
Parameters:
rhs(const CoinDoubleArrayWithLength &)
Source
Header: layer-0/CoinUtils/src/CoinIndexedVector.hpp