shape_doc 0.1
|
#include <shape/graphic.hpp>
#include <shape/vertex.hpp>
#include <shape/edge.hpp>
#include <shape/face.hpp>
#include <shape/kdtree.hpp>
#include <shape/list.hpp>
#include <shape/topology.hpp>
#include <shape/algebraic_curve.hpp>
#include <shape/surface_algebraic.hpp>
#include <shape/cell.hpp>
#include <shape/kdtree_cell.hpp>
#include <shape/cell3d_algebraic_curve.hpp>
#include <shape/cell3d_surface_algebraic.hpp>
#include <shape/cell3d_list.hpp>
#include <algorithm>
Go to the source code of this file.
#define SELF subdivision<C,V,SURFACE,Cell> |
Definition at line 32 of file subdivision.hpp.
#define TMPL template<class C,class V, class SURFACE, class Cell> |
Definition at line 30 of file subdivision.hpp.
#define TMPL1 template<class K> |
Definition at line 31 of file subdivision.hpp.