#include <ineq-table-2.hh>
Public Member Functions | |
Ineq_Table2 () | |
Ineq_Table2 (Ineq_Table2 const &other) | |
Ineq_Table2 (CVertex const &p1, CVertex const &p2, CVertex const &p3) | |
Inequation * | Get_Ineq (int num) |
void | Set_Ineq (int num, Inequation const &i) |
Private Attributes | |
Inequation | tab [2] |
Definition at line 46 of file ineq-table-2.hh.
Ineq_Table2::Ineq_Table2 | ( | ) | [inline] |
Definition at line 85 of file ineq-table-2.hh.
Ineq_Table2::Ineq_Table2 | ( | Ineq_Table2 const & | other | ) | [inline] |
Definition at line 89 of file ineq-table-2.hh.
Definition at line 96 of file ineq-table-2.hh.
Inequation * Ineq_Table2::Get_Ineq | ( | int | num | ) | [inline] |
Definition at line 135 of file ineq-table-2.hh.
void Ineq_Table2::Set_Ineq | ( | int | num, | |
Inequation const & | i | |||
) | [inline] |
Definition at line 144 of file ineq-table-2.hh.
Inequation Ineq_Table2::tab[2] [private] |
Definition at line 66 of file ineq-table-2.hh.