#include <shape/list.hpp>
#include <shape/curve.hpp>
#include <shape/algebraic_curve.hpp>
#include <shape/parametric_curve.hpp>
#include <shape/semialgebraic_curve.hpp>
#include <shape/bcell2d_list.hpp>
#include <shape/bcell2d_intersection.hpp>
#include <shape/bcell2d_algebraic_curve.hpp>
#include <shape/bcell2d_parametric_curve.hpp>
#include <shape/bcell2d_semialgebraic_curve.hpp>
Go to the source code of this file.
#define AlgebraicCurve algebraic_curve<C,V> |
Definition at line 33 of file bcell2d_factory.hpp.
#define Cell2dAlgebraicCurve bcell2d_algebraic_curve<C,REF> |
Definition at line 37 of file bcell2d_factory.hpp.
#define Cell2dFactory bcell2d_factory<C,V> |
Definition at line 44 of file bcell2d_factory.hpp.
Referenced by bcell2d_factory< C, V >::instance().
#define Cell2dInter bcell2d_intersection<C,REF> |
Definition at line 43 of file bcell2d_factory.hpp.
#define Cell2dList bcell2d_list<C,REF> |
Definition at line 42 of file bcell2d_factory.hpp.
Referenced by bcell2d_factory< C, V >::create(), and bcell2d_list< C, V >::subdivide().
#define Cell2dParametricCurve bcell2d_parametric_curve<C,REF> |
Definition at line 38 of file bcell2d_factory.hpp.
#define Cell2dSemiAlgebraicCurve bcell2d_semialgebraic_curve<C,REF> |
Definition at line 39 of file bcell2d_factory.hpp.
Referenced by bcell2d_factory< C, V >::create().
#define ParametricCurve parametric_curve<C,REF> |
Definition at line 35 of file bcell2d_factory.hpp.
#define REF REF_OF(V) |
Definition at line 31 of file bcell2d_factory.hpp.
#define SemiAlgebraicCurve semialgebraic_curve<C,REF> |
Definition at line 34 of file bcell2d_factory.hpp.
Referenced by bcell2d_factory< C, V >::create().
#define TMPL template<class C, class V> |
Definition at line 29 of file bcell2d_factory.hpp.
#define TMPL1 template<class V> |
Definition at line 30 of file bcell2d_factory.hpp.