shape_doc 0.1
|
#include <shape/topology.hpp>
#include <shape/cell_list.hpp>
#include <shape/cell2d_algebraic_curve.hpp>
#include <shape/solver_implicit.hpp>
Go to the source code of this file.
#define Cell cell<C,V> |
#define Cell2d cell2d<C,V> |
#define Cell2dAlgebraicCurve cell2d_algebraic_curve<C,V> |
Definition at line 24 of file cell2d_intersection.hpp.
Referenced by cell2d_intersection< C, V >::is_touching(), and cell2d_intersection< C, V >::pair().
#define Cell2dInter cell2d_intersection<C,V> |
Definition at line 30 of file cell2d_intersection.hpp.
Referenced by cell2d_intersection< C, V >::subdivide().
#define Intersection2dFactory intersection2d_factory<C,V> |
Definition at line 25 of file cell2d_intersection.hpp.
#define Shape geometric<V> |
Definition at line 23 of file cell2d_intersection.hpp.
#define Solver solver_implicit<C,V> |
Definition at line 26 of file cell2d_intersection.hpp.
Referenced by mmx::shape::plot(), and cell2d_subdivisor< C, V >::subdivide().
#define TMPL template<class C, class V> |
Definition at line 22 of file cell2d_intersection.hpp.