#include <BB_cut.hpp>
Inheritance diagram for BB_indexed_cut:


Public Member Functions | |
| void | pack (BCP_buffer &buf) const |
| Packing cut to a buffer. | |
Constructors and destructors | |
| BB_indexed_cut (BCP_buffer &buf) | |
| Constructor from content of buffer. | |
| BB_indexed_cut (int index, double lb, double ub) | |
| Constructor from the index itself. | |
| ~BB_indexed_cut () | |
| Destructor. | |
| int | index () const |
| Constructor from content of buffer. | |
Static Public Member Functions | |
| static void * | operator new (size_t size) |
| static void | operator delete (void *p, size_t size) |
Private Member Functions | |
| BB_indexed_cut () | |
| BB_indexed_cut (const BB_indexed_cut &) | |
| BB_indexed_cut & | operator= (const BB_indexed_cut &) |
Private Attributes | |
| int | index_ |
Static Private Attributes | |
| static BCP_MemPool | memPool |
Only the index of the cut needs to be stored.
Definition at line 19 of file BB_cut.hpp.
| BB_indexed_cut::BB_indexed_cut | ( | ) | [private] |
| BB_indexed_cut::BB_indexed_cut | ( | const BB_indexed_cut & | ) | [private] |
| BB_indexed_cut::BB_indexed_cut | ( | BCP_buffer & | buf | ) |
Constructor from content of buffer.
Definition at line 16 of file BB_cut.cpp.
References BCP_cut::change_bounds(), index_, and BCP_buffer::unpack().
| BB_indexed_cut::BB_indexed_cut | ( | int | index, | |
| double | lb, | |||
| double | ub | |||
| ) |
| BB_indexed_cut::~BB_indexed_cut | ( | ) | [inline] |
| BB_indexed_cut& BB_indexed_cut::operator= | ( | const BB_indexed_cut & | ) | [private] |
| static void* BB_indexed_cut::operator new | ( | size_t | size | ) | [inline, static] |
| static void BB_indexed_cut::operator delete | ( | void * | p, | |
| size_t | size | |||
| ) | [inline, static] |
| void BB_indexed_cut::pack | ( | BCP_buffer & | buf | ) | const |
Packing cut to a buffer.
Definition at line 10 of file BB_cut.cpp.
References index_, BCP_cut::lb(), BCP_buffer::pack(), and BCP_cut::ub().
Referenced by BB_packer::pack_cut_algo().
| int BB_indexed_cut::index | ( | ) | const [inline] |
BCP_MemPool BB_indexed_cut::memPool [static, private] |
int BB_indexed_cut::index_ [private] |
1.4.7