#include <realroot/Seq.hpp>
#include <shape/point.hpp>
#include <shape/solver_implicit.hpp>
#include <shape/semialgebraic_curve.hpp>
#include <shape/bcell2d_algebraic_curve.hpp>
Go to the source code of this file.
#define Cell bcell<C,V> |
Definition at line 25 of file bcell2d_semialgebraic_curve.hpp.
#define Cell2d bcell2d<C,V> |
Definition at line 26 of file bcell2d_semialgebraic_curve.hpp.
#define Cell2dAlgebraicCurve bcell2d_algebraic_curve<C,V> |
Definition at line 27 of file bcell2d_semialgebraic_curve.hpp.
#define SELF bcell2d_semialgebraic_curve<C,V> |
Definition at line 24 of file bcell2d_semialgebraic_curve.hpp.
#define SemiAlgebraicCurve semialgebraic_curve<C,V> |
Definition at line 28 of file bcell2d_semialgebraic_curve.hpp.
#define Solver solver_implicit<C,V> |
Definition at line 29 of file bcell2d_semialgebraic_curve.hpp.
#define TMPL template<class C, class V> |
Definition at line 23 of file bcell2d_semialgebraic_curve.hpp.