#include <MC_cut.hpp>
Inheritance diagram for MC_cycle_cut:


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 &) |
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] |
| MC_cycle_cut::MC_cycle_cut | ( | BCP_buffer & | buf | ) |
| MC_cycle_cut::~MC_cycle_cut | ( | ) | [inline] |
| MC_cycle_cut& MC_cycle_cut::operator= | ( | const MC_cycle_cut & | ) | [private] |
| static void* MC_cycle_cut::operator new | ( | size_t | size | ) | [inline, static] |
| static void MC_cycle_cut::operator delete | ( | void * | p, | |
| size_t | size | |||
| ) | [inline, static] |
| void MC_cycle_cut::pack | ( | BCP_buffer & | buf | ) | const |
BCP_MemPool MC_cycle_cut::memPool [static, private] |
Definition at line 48 of file MC_cut.hpp.
Referenced by MC_cycle_cut_equal(), and MC_cycle_cut_less().
Definition at line 49 of file MC_cut.hpp.
Referenced by MC_cycle_cut_equal(), and MC_cycle_cut_less().
| int* MC_cycle_cut::edges |
Definition at line 50 of file MC_cut.hpp.
Referenced by MC_cycle_cut(), MC_cycle_cut_equal(), MC_cycle_cut_less(), and ~MC_cycle_cut().
1.4.7