|
coin-Bcp
|
#include <CSP.hpp>
Public Member Functions | |
| CSP_packedVector (const int size, const int *indices, const double *elements) | |
| CSP_packedVector () | |
| CSP_packedVector (BCP_buffer &buf) | |
| void | pack (BCP_buffer &buf) const |
| void | unpack (BCP_buffer &buf) |
| const int * | getIndices () const |
| const double * | getElements () const |
| const int | getSize () const |
| CSP_packedVector (const CSP_packedVector &pv) | |
Private Member Functions | |
| CSP_packedVector & | operator= (const CSP_packedVector &pv) |
Private Attributes | |
| int | size_ |
| int * | indices_ |
| double * | elements_ |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 56 of file CSP.hpp.
References elements_, indices_, BCP_buffer::pack(), and size_.
Referenced by PATTERN::pack().
|
inline |
Definition at line 61 of file CSP.hpp.
References elements_, indices_, size_, and BCP_buffer::unpack().
Referenced by PATTERN::PATTERN().
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |
Definition at line 31 of file CSP.hpp.
Referenced by CSP_packedVector(), getIndices(), pack(), and unpack().
|
private |
Definition at line 32 of file CSP.hpp.
Referenced by CSP_packedVector(), getElements(), pack(), and unpack().
1.8.5