#include <shape/mesher2d.hpp>
#include <stack>
Go to the source code of this file.
#define AlgebraicCurve algebraic_curve<C,REF> |
Definition at line 22 of file arrangement2d.hpp.
#define ArrangementCurve arrangement_curve<C,REF> |
Definition at line 23 of file arrangement2d.hpp.
#define Cell2dAlgebraicCurve bcell2d_algebraic_curve<C,REF> |
Definition at line 25 of file arrangement2d.hpp.
Referenced by intersection2d_factory< C, V >::compute(), bcell2d_voronoi_diagram< C, V >::compute_boundary(), bcell2d_factory< C, V >::create(), bcell2d_voronoi_diagram< C, V >::insert_regular(), bcell2d_voronoi_diagram< C, V >::intersections(), bcell2d_list< C, V >::intersections(), bcell2d_intersection< C, V >::is_touching(), bcell2d_list< C, V >::pair(), bcell2d_intersection< C, V >::pair(), bcell2d_voronoi_diagram< C, V >::process_singular(), and bcell2d_voronoi_diagram< C, V >::subdivide().
#define Cell2dArrangementCurve bcell2d_arrangement_curve<C,REF> |
Definition at line 27 of file arrangement2d.hpp.
#define Cell2dInter bcell2d_intersection<C,REF> |
Definition at line 28 of file arrangement2d.hpp.
Referenced by bcell2d_factory< C, V >::create(), and bcell2d_intersection< C, V >::subdivide().
#define Cell2dParametricCurve bcell2d_parametric_curve<C,REF> |
Definition at line 26 of file arrangement2d.hpp.
Referenced by bcell2d_factory< C, V >::create().
#define ParametricCurve parametric_curve<C,REF> |
Definition at line 24 of file arrangement2d.hpp.
Referenced by bcell2d_factory< C, V >::create().
#define SELF arrangement2d<C,V> |
Definition at line 29 of file arrangement2d.hpp.
#define Shape SHAPE_OF(V) |
Definition at line 21 of file arrangement2d.hpp.
#define STACK std::stack<Cell2d*> |
Definition at line 18 of file arrangement2d.hpp.
Referenced by semialgebraic2d< C, V >::run(), and arrangement2d< C, V >::run().
#define TMPL template<class C, class V> |
Definition at line 20 of file arrangement2d.hpp.