00001
00002
00008 #if !defined(__geom_mesh_simplicial_build_h__)
00009 #define __geom_mesh_simplicial_build_h__
00010
00011 #include "SimpMeshRed.h"
00012
00013 BEGIN_NAMESPACE_GEOM
00014
00016
00020 template<int N, int M, typename T,
00021 template<class> class Node,
00022 template<class> class Cell,
00023 template<class,class> class Cont,
00024 typename ISSV, typename ISSIS>
00025 void
00026 buildIndSimpSetFromSimpMeshRed(const SimpMeshRed<N,M,T,Node,Cell,Cont>& smr,
00027 IndSimpSet<N,M,true,T,ISSV,ISSIS>* iss);
00028
00029 END_NAMESPACE_GEOM
00030
00031 #define __geom_mesh_simplicial_build_ipp__
00032 #include "build.ipp"
00033 #undef __geom_mesh_simplicial_build_ipp__
00034
00035 #endif