|
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> |
Definition at line 27 of file cell2d_list.hpp.
| #define Cell2d cell2d<C,V> |
Definition at line 28 of file cell2d_list.hpp.
Referenced by cell2d_list< C, V >::intersections(), cell2d_list< C, V >::nb_intersect(), cell2d_list< C, V >::neighbor(), cell2d_list< C, V >::pair(), and cell2d_list< C, V >::starting_point().
| #define Cell2dAlgebraicCurve cell2d_algebraic_curve<C,V> |
Definition at line 23 of file cell2d_list.hpp.
Referenced by intersection2d_factory< C, V >::compute(), cell2d_list< C, V >::intersections(), and cell2d_list< C, V >::pair().
| #define Cell2dList cell2d_list<C,V> |
Definition at line 30 of file cell2d_list.hpp.
Referenced by cell2d_list< C, V >::subdivide().
| #define CellList cell_list<C,V> |
Definition at line 29 of file cell2d_list.hpp.
| #define Intersection2dFactory intersection2d_factory<C,V> |
Definition at line 24 of file cell2d_list.hpp.
Referenced by intersection2d_factory< C, V >::instance().
| #define Shape geometric<V> |
Definition at line 22 of file cell2d_list.hpp.
| #define Solver solver_implicit<C,V> |
Definition at line 25 of file cell2d_list.hpp.
| #define TMPL template<class C, class V> |
Definition at line 21 of file cell2d_list.hpp.