/[ff3d]/ff3d/solver/MeshOfTetrahedra.hpp
ViewVC logotype

Diff of /ff3d/solver/MeshOfTetrahedra.hpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by delpinux, Tue Feb 25 20:41:30 2003 UTC revision 1.3 by delpinux, Wed Oct 22 17:08:28 2003 UTC
# Line 89  public: Line 89  public:
89      return (*__cells).number(h);      return (*__cells).number(h);
90    }    }
91    
92    typedef Tetrahedron* iterator;    typedef Mesh::T_iterator<MeshOfTetrahedra, Tetrahedron> iterator;
93    typedef Tetrahedron const * const_iterator;    typedef Mesh::T_iterator<const MeshOfTetrahedra, const Tetrahedron> const_iterator;
   
   Tetrahedron* begin()  
   {  
     return &((*__cells)[0]);  
   }  
   
   Tetrahedron* end()  
   {  
     return (&((*__cells)[0])+(*__cells).size());  
   }  
   
   Tetrahedron const * begin() const  
   {  
     return &((*__cells)[0]);  
   }  
   
   Tetrahedron const * end() const  
   {  
     return (&(*__cells)[0]+(*__cells).size());  
   }  
94    
95    void buildLocalizationTools();    void buildLocalizationTools();
96    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26