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

Diff of /ff3d/solver/POVRayReferences.hpp

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

revision 1.2 by delpinux, Sat Apr 26 18:47:24 2003 UTC revision 1.3 by delpinux, Wed Aug 27 16:48:45 2003 UTC
# Line 34  Line 34 
34    
35  class POVRayReferences  class POVRayReferences
36  {  {
 private:  
   /**  
    * This local structure allows to sort \f$ R^3\f$ vectors  
    *  
    */  
   struct __ltv  
   {  
     bool operator()(const TinyVector<3,real_t>& s1, const TinyVector<3,real_t>& s2) const  
     {  
       if (s1[0]<s2[0])  
         return true;  
       if (s1[1]<s2[1])  
         return true;  
       if (s1[1]<s2[1])  
         return true;  
       return false;  
     }  
   };  
   
37  public:  public:
38    typedef std::map<TinyVector<3,real_t>,size_t, __ltv> Builtins;    typedef std::map<TinyVector<3,real_t>,size_t> Builtins;
39    
40  private:  private:
41    POVRayReferences::Builtins __povreferences;    POVRayReferences::Builtins __povreferences;

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