shape_doc 0.1
|
#include <realroot/Interval.hpp>
#include <realroot/polynomial_bernstein.hpp>
#include <realroot/Seq.hpp>
#include <shape/point.hpp>
#include <shape/solver_implicit.hpp>
#include <shape/cell2d.hpp>
#include <shape/voronoi_site2d.hpp>
#include <stack>
Go to the source code of this file.
#define Cell2dAlgebraicCurve cell2d_algebraic_curve<C,V> |
Definition at line 30 of file cell2d_voronoi_site2d.hpp.
#define SELF cell2d_voronoi_site2d<C,V> |
Definition at line 29 of file cell2d_voronoi_site2d.hpp.
Referenced by cell2d_voronoi_site2d< C, V >::subdivide().
#define STACK std::stack<Point*> |
Definition at line 25 of file cell2d_voronoi_site2d.hpp.
#define TMPL template<class C, class V> |
Definition at line 27 of file cell2d_voronoi_site2d.hpp.
#define VoronoiSite2d voronoi_site2d<C,V> |
Definition at line 28 of file cell2d_voronoi_site2d.hpp.