#include <shape/topology.hpp>
#include <shape/bcell_list.hpp>
#include <shape/bcell3d_algebraic_surface.hpp>
#include <shape/bcell3d_algebraic_curve.hpp>
#include <shape/bcell2d_voronoi_impl2d.hpp>
#include <shape/solver_implicit.hpp>
Go to the source code of this file.
#define Cell bcell<C,V> |
Definition at line 31 of file bcell2d_voronoi_impl_diagram.hpp.
#define Cell2d bcell2d<C,V> |
Definition at line 33 of file bcell2d_voronoi_impl_diagram.hpp.
#define Cell3d bcell3d<C,V> |
Definition at line 34 of file bcell2d_voronoi_impl_diagram.hpp.
Referenced by bcell2d_voronoi_impl_diagram< C, V >::compute_boundary(), voronoi2dimpl< C, V >::insert_regular(), bcell2d_voronoi_impl_diagram< C, V >::insert_regular(), bcell2d_voronoi_impl_diagram< C, V >::intersections(), bcell2d_voronoi_impl_diagram< C, V >::nb_intersect(), bcell2d_voronoi_impl_diagram< C, V >::pair(), mesher3d_shape< C, V >::run(), bcell2d_voronoi_impl_diagram< C, V >::starting_point(), bcell2d_voronoi_impl_diagram< C, V >::subdivide(), and bcell2d_voronoi_impl_diagram< C, V >::~bcell2d_voronoi_impl_diagram().
#define Cell3dImplicitCurve bcell3d_algebraic_curve<C,V> |
Definition at line 27 of file bcell2d_voronoi_impl_diagram.hpp.
Referenced by bcell2d_voronoi_impl_diagram< C, V >::compute_boundary(), bcell2d_voronoi_impl_diagram< C, V >::intersections(), bcell2d_voronoi_impl_diagram< C, V >::process_singular(), and bcell2d_voronoi_impl_diagram< C, V >::subdivide().
#define CellList bcell2d_list<C,V> |
Definition at line 35 of file bcell2d_voronoi_impl_diagram.hpp.
#define EPSILON .000001 |
Definition at line 23 of file bcell2d_voronoi_impl_diagram.hpp.
#define Intersection2dFactory intersection2d_factory<C,V> |
Definition at line 28 of file bcell2d_voronoi_impl_diagram.hpp.
#define SELF bcell2d_voronoi_impl_diagram<C,V> |
Definition at line 36 of file bcell2d_voronoi_impl_diagram.hpp.
#define Shape geometric<V> |
Definition at line 26 of file bcell2d_voronoi_impl_diagram.hpp.
#define Solver solver_implicit<C,V> |
Definition at line 29 of file bcell2d_voronoi_impl_diagram.hpp.
#define TMPL template<class C, class V> |
Definition at line 25 of file bcell2d_voronoi_impl_diagram.hpp.
#define VSite bcell2d_voronoi_impl2d<C,V> |
Definition at line 32 of file bcell2d_voronoi_impl_diagram.hpp.