00001 #if 1
00002
00003 #ifndef _FACETSGROUP_HPP_
00004 #define _FACETSGROUP_HPP_
00005
00006 #include "FacetsGroupBase.hpp"
00007
00008 #include <vector>
00009 #include "facetsmap/types.hpp"
00010 #include "facetsmap/repere.hpp"
00011
00012 namespace jafar {
00013 namespace facetsmap {
00014 class FacetsGroup : public FacetsGroupBase {
00015 public:
00016 inline FacetsGroup() : FacetsGroupBase(0) {}
00022 FacetsGroup(Facet* f, vFacets c);
00027 ~FacetsGroup();
00028 };
00029 }
00030 }
00031
00032 #endif
00033
00034 #endif