#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/bcell.hpp>
#include <shape/kdtree_cell.hpp>
#include <algorithm>
Go to the source code of this file.
#define SELF subdivision<C,V,Cell> |
Definition at line 27 of file subdivision.hpp.
#define TMPL template<class C,class V,class Cell> |
Definition at line 25 of file subdivision.hpp.
#define TMPL1 template<class K> |
Definition at line 26 of file subdivision.hpp.