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

Diff of /ff3d/solver/MeshOfHexahedra.hpp

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

revision 1.4 by delpinux, Sun Apr 27 17:00:25 2003 UTC revision 1.5 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 Hexahedron* iterator;    typedef Mesh::T_iterator<MeshOfHexahedra, Hexahedron> iterator;
93    typedef Hexahedron const * const_iterator;    typedef Mesh::T_iterator<const MeshOfHexahedra, const Hexahedron> const_iterator;
   
   Hexahedron* begin()  
   {  
     return &((*__cells)[0]);  
   }  
   
   Hexahedron* end()  
   {  
     return (&((*__cells)[0])+(*__cells).size());  
   }  
   
   Hexahedron const * begin() const  
   {  
     return &((*__cells)[0]);  
   }  
   
   Hexahedron const * end() const  
   {  
     return (&(*__cells)[0]+(*__cells).size());  
   }  
94    
95    void buildLocalizationTools();    void buildLocalizationTools();
96    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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