/home/ann2.ext/paccaulf/projsem2/ContourActif/lib/enriched_facet.h

Aller à la documentation de ce fichier.
00001 
00002 //                                                                       //
00003 //  Class: Enriched_facet                                                //
00004 //                                                                       //
00006 
00007 #ifndef _ENRICHED_FACET_H
00008 #define _ENRICHED_FACET_H
00009 
00010 #include "CGAL/HalfedgeDS_face_base.h"
00011 
00017 template <class Refs, class T, class P, class Norm>
00018 class Enriched_facet : public CGAL::HalfedgeDS_face_base<Refs, T>
00019 {
00020 
00021   // normal
00022   Norm m_normal;
00023 
00024 public:
00025 
00026   // life cycle
00027   // no constructors to repeat, since only
00028   // default constructor mandatory
00029 
00030   Enriched_facet()
00031   {
00032   };
00033 
00034   // normal
00035   typedef Norm Normal_3;
00036   Normal_3& normal() { return m_normal; }
00037   const Normal_3& normal() const { return m_normal; }
00038 };
00039 
00040 
00041 #endif

Généré le Thu Jun 15 18:48:51 2006 pour Projet Image 2006 - Vincent Vidal, Florent Paccault - par  doxygen 1.4.7