|
shape_doc 0.1
|
#include <shape/vertex.hpp>#include <shape/cell.hpp>#include <shape/kdtree.hpp>#include <shape/graph.hpp>#include <shape/list.hpp>#include <shape/curve.hpp>#include <shape/algebraic_curve.hpp>#include <shape/parametric_curve.hpp>#include <shape/semialgebraic_curve.hpp>#include <shape/cell2d_list.hpp>#include <shape/cell2d_intersection.hpp>#include <shape/cell2d_algebraic_curve.hpp>#include <shape/cell2d_parametric_curve.hpp>#include <shape/cell2d_semialgebraic_curve.hpp>#include <shape/topology.hpp>#include <stack>Go to the source code of this file.
| #define AlgebraicCurve algebraic_curve<C,V> |
Definition at line 42 of file topology2d.hpp.
Referenced by cell2d_factory< C, V >::create().
| #define Cell2dAlgebraicCurve cell2d_algebraic_curve<C,REF> |
Definition at line 46 of file topology2d.hpp.
Referenced by cell2d_factory< C, V >::create().
| #define Cell2dFactory cell2d_factory<C,V> |
Definition at line 166 of file topology2d.hpp.
Referenced by cell2d_factory< C, V >::instance().
| #define Cell2dInter cell2d_intersection<C,REF> |
Definition at line 52 of file topology2d.hpp.
Referenced by cell2d_factory< C, V >::create().
| #define Cell2dList cell2d_list<C,REF> |
Definition at line 51 of file topology2d.hpp.
Referenced by cell2d_factory< C, V >::create().
| #define Cell2dParametricCurve cell2d_parametric_curve<C,REF> |
Definition at line 47 of file topology2d.hpp.
Referenced by cell2d_factory< C, V >::create().
| #define Cell2dSemiAlgebraicCurve cell2d_semialgebraic_curve<C,REF> |
Definition at line 48 of file topology2d.hpp.
Referenced by cell2d_factory< C, V >::create().
| #define ParametricCurve parametric_curve<C,REF> |
Definition at line 44 of file topology2d.hpp.
Referenced by cell2d_factory< C, V >::create().
| #define REF REF_OF(V) |
Definition at line 39 of file topology2d.hpp.
| #define SELF topology2d<C,V> |
Definition at line 53 of file topology2d.hpp.
Referenced by mmx::shape::operator<<().
| #define SemiAlgebraicCurve semialgebraic_curve<C,REF> |
Definition at line 43 of file topology2d.hpp.
Referenced by cell2d_factory< C, V >::create().
| #define STACK std::stack<Cell2d*> |
Definition at line 34 of file topology2d.hpp.
| #define TMPL template<class C, class V> |
Definition at line 37 of file topology2d.hpp.
| #define TMPL1 template<class V> |
Definition at line 38 of file topology2d.hpp.
| #define Viewer viewer<axel,V> |
Definition at line 54 of file topology2d.hpp.