shape_doc 0.1
|
#include <shape/topology.hpp>
#include <shape/cell_list.hpp>
#include <shape/cell2d_algebraic_curve.hpp>
#include <shape/cell2d_voronoi_site2d.hpp>
#include <shape/solver_implicit.hpp>
Go to the source code of this file.
#define Cell cell<C,V> |
Definition at line 30 of file cell2d_voronoi_diagram.hpp.
#define Cell2d cell2d<C,V> |
Definition at line 32 of file cell2d_voronoi_diagram.hpp.
Referenced by cell2d_voronoi_diagram< C, V >::compute_boundary(), cell2d_voronoi_diagram< C, V >::insert_regular(), cell2d_voronoi_diagram< C, V >::intersections(), cell2d_voronoi_diagram< C, V >::nb_intersect(), cell2d_voronoi_diagram< C, V >::neighbor(), cell2d_voronoi_diagram< C, V >::pair(), and cell2d_voronoi_diagram< C, V >::starting_point().
#define Cell2dAlgebraicCurve cell2d_algebraic_curve<C,V> |
Definition at line 26 of file cell2d_voronoi_diagram.hpp.
Referenced by cell2d_voronoi_diagram< C, V >::compute_boundary(), cell2d_voronoi_diagram< C, V >::insert_regular(), cell2d_voronoi_diagram< C, V >::intersections(), cell2d_voronoi_diagram< C, V >::process_singular(), and cell2d_voronoi_diagram< C, V >::subdivide().
#define CellList cell2d_list<C,V> |
Definition at line 33 of file cell2d_voronoi_diagram.hpp.
#define EPSILON .000001 |
Definition at line 22 of file cell2d_voronoi_diagram.hpp.
Referenced by voronoi2d< C, V >::insert_regular(), and cell2d_voronoi_diagram< C, V >::insert_regular().
#define Intersection2dFactory intersection2d_factory<C,V> |
Definition at line 27 of file cell2d_voronoi_diagram.hpp.
#define SELF cell2d_voronoi_diagram<C,V> |
Definition at line 34 of file cell2d_voronoi_diagram.hpp.
Referenced by cell2d_voronoi_diagram< C, V >::compute_boundary(), cell2d_voronoi_diagram< C, V >::insert_regular(), and cell2d_voronoi_diagram< C, V >::subdivide().
#define Shape geometric<V> |
Definition at line 25 of file cell2d_voronoi_diagram.hpp.
#define Solver solver_implicit<C,V> |
Definition at line 28 of file cell2d_voronoi_diagram.hpp.
#define TMPL template<class C, class V> |
Definition at line 24 of file cell2d_voronoi_diagram.hpp.
#define VSite cell2d_voronoi_site2d<C,V> |
Definition at line 31 of file cell2d_voronoi_diagram.hpp.
Referenced by cell2d_voronoi_diagram< C, V >::func(), cell2d_voronoi_diagram< C, V >::insert_regular(), cell2d_voronoi_diagram< C, V >::process_singular(), cell2d_voronoi_diagram< C, V >::starting_point(), and cell2d_voronoi_diagram< C, V >::subdivide().