#include <MC_cut.hpp>


Public Member Functions | |
| MC_cycle_cut (const int *ei, const int pos, const int len) | |
| MC_cycle_cut (BCP_buffer &buf) | |
| ~MC_cycle_cut () | |
| void | pack (BCP_buffer &buf) const |
Static Public Member Functions | |
| static void * | operator new (size_t size) |
| static void | operator delete (void *p, size_t size) |
Public Attributes | |
| int | cycle_len |
| int | pos_edges |
| int * | edges |
Private Member Functions | |
| MC_cycle_cut (const MC_cycle_cut &) | |
| MC_cycle_cut & | operator= (const MC_cycle_cut &) |
| The assignment operator is declared but not defined to disable it. | |
Static Private Attributes | |
| static BCP_MemPool | memPool |
Definition at line 34 of file MC_cut.hpp.
| MC_cycle_cut::MC_cycle_cut | ( | const MC_cycle_cut & | ) | [private] |
| MC_cycle_cut::MC_cycle_cut | ( | const int * | ei, | |
| const int | pos, | |||
| const int | len | |||
| ) | [inline] |
Definition at line 52 of file MC_cut.hpp.
| MC_cycle_cut::MC_cycle_cut | ( | BCP_buffer & | buf | ) |
Definition at line 19 of file MC_cut.cpp.
| MC_cycle_cut::~MC_cycle_cut | ( | ) | [inline] |
Definition at line 62 of file MC_cut.hpp.
| MC_cycle_cut& MC_cycle_cut::operator= | ( | const MC_cycle_cut & | ) | [private] |
The assignment operator is declared but not defined to disable it.
Reimplemented from BCP_cut_algo.
| static void* MC_cycle_cut::operator new | ( | size_t | size | ) | [inline, static] |
Definition at line 41 of file MC_cut.hpp.
| static void MC_cycle_cut::operator delete | ( | void * | p, | |
| size_t | size | |||
| ) | [inline, static] |
Definition at line 44 of file MC_cut.hpp.
| void MC_cycle_cut::pack | ( | BCP_buffer & | buf | ) | const |
Definition at line 13 of file MC_cut.cpp.
BCP_MemPool MC_cycle_cut::memPool [static, private] |
Definition at line 39 of file MC_cut.hpp.
Definition at line 48 of file MC_cut.hpp.
Definition at line 49 of file MC_cut.hpp.
| int* MC_cycle_cut::edges |
Definition at line 50 of file MC_cut.hpp.
1.6.1