#include <ineq-table-6.hh>
Public Member Functions | |
Ineq_Table6 () | |
Ineq_Table6 (Ineq_Table6 const &other) | |
Ineq_Table6 (CVertex const &p) | |
Ineq_Table6 (CVertex const &p1, CVertex const &p2) | |
Inequation * | Get_Ineq (int num) |
void | Set_Ineq (int num, Inequation const &i) |
Private Attributes | |
Inequation | tab [6] |
Definition at line 46 of file ineq-table-6.hh.
Ineq_Table6::Ineq_Table6 | ( | ) | [inline] |
Definition at line 83 of file ineq-table-6.hh.
Ineq_Table6::Ineq_Table6 | ( | Ineq_Table6 const & | other | ) | [inline] |
Definition at line 87 of file ineq-table-6.hh.
Ineq_Table6::Ineq_Table6 | ( | CVertex const & | p | ) | [inline] |
Definition at line 94 of file ineq-table-6.hh.
Definition at line 128 of file ineq-table-6.hh.
Inequation * Ineq_Table6::Get_Ineq | ( | int | num | ) | [inline] |
Definition at line 185 of file ineq-table-6.hh.
void Ineq_Table6::Set_Ineq | ( | int | num, | |
Inequation const & | i | |||
) | [inline] |
Definition at line 195 of file ineq-table-6.hh.
Inequation Ineq_Table6::tab[6] [private] |
Definition at line 67 of file ineq-table-6.hh.