#include <shape/topology.hpp>
#include <shape/bcell_list.hpp>
#include <shape/bcell2d_algebraic_curve.hpp>
#include <shape/solver_implicit.hpp>
Go to the source code of this file.
#define Cell bcell<C,V> |
Definition at line 27 of file bcell2d_intersection.hpp.
Referenced by use< FF, adapt_tpl3d< VV > >::process_regular(), use< FF, adapt_tpl3d< VV > >::process_singular(), subdivision< C, V, Cell >::run(), polygonizer< C, default_2d, Input, Output >::run(), mesher3d_dual< C, V, Cell >::run(), and mesher3d< C, V, Cell >::run().
#define Cell2d bcell2d<C,V> |
Definition at line 28 of file bcell2d_intersection.hpp.
Referenced by bcell2d_voronoi_impl_diagram< C, V >::compute_boundary(), bcell2d_voronoi_diagram< C, V >::compute_boundary(), bcell2d_voronoi_impl_diagram< C, V >::insert_regular(), bcell2d_voronoi_diagram< C, V >::insert_regular(), bcell2d_voronoi_impl_diagram< C, V >::intersections(), bcell2d_voronoi_diagram< C, V >::intersections(), bcell2d_list< C, V >::intersections(), bcell2d_intersection< C, V >::intersections(), bcell2d_voronoi_impl_diagram< C, V >::nb_intersect(), bcell2d_voronoi_diagram< C, V >::nb_intersect(), bcell2d_list< C, V >::nb_intersect(), bcell2d_intersection< C, V >::nb_intersect(), bcell2d_voronoi_impl_diagram< C, V >::neighbor(), bcell2d_voronoi_diagram< C, V >::neighbor(), bcell2d_list< C, V >::neighbor(), bcell2d_intersection< C, V >::neighbor(), bcell2d_voronoi_impl_diagram< C, V >::pair(), bcell2d_voronoi_diagram< C, V >::pair(), bcell2d_list< C, V >::pair(), bcell2d_intersection< C, V >::pair(), bcell2d_voronoi_impl_diagram< C, V >::starting_point(), bcell2d_voronoi_diagram< C, V >::starting_point(), bcell2d_list< C, V >::starting_point(), and bcell2d_intersection< C, V >::starting_point().
#define Cell2dAlgebraicCurve bcell2d_algebraic_curve<C,V> |
Definition at line 23 of file bcell2d_intersection.hpp.
#define Cell2dInter bcell2d_intersection<C,V> |
Definition at line 29 of file bcell2d_intersection.hpp.
#define Intersection2dFactory intersection2d_factory<C,V> |
Definition at line 24 of file bcell2d_intersection.hpp.
Referenced by intersection2d_factory< C, V >::instance().
#define Shape geometric<V> |
Definition at line 22 of file bcell2d_intersection.hpp.
#define Solver solver_implicit<C,V> |
Definition at line 25 of file bcell2d_intersection.hpp.
Referenced by mmx::shape::plot(), cell2d_subdivisor< C, V >::subdivide(), and bcell2d_subdivisor< C, V >::subdivide().
#define TMPL template<class C, class V> |
Definition at line 21 of file bcell2d_intersection.hpp.