ball_op Struct Reference
#include <operators.hpp>
List of all members.
Static Public Member Functions
- static generic name ()
- template<typename B , typename C , typename R > static B op (const C &c, const R &r)
- template<typename B , typename C , typename R > static void set_op (B &b, const C &c, const R &r)
Detailed Description
Definition at line 1921 of file operators.hpp.
Member Function Documentation
      
        
          | static generic name | ( |  | ) |  [inline, static] | 
      
 
 
      
        
          | static B op | ( | const C & | c, | 
        
          |  |  | const R & | r |  | 
        
          |  | ) |  |  |  [inline, static] | 
      
 
Definition at line 1924 of file operators.hpp.
01924                               {
01925     return make_ball<B> (c, r); }
 
 
      
        
          | static void set_op | ( | B & | b, | 
        
          |  |  | const C & | c, | 
        
          |  |  | const R & | r |  | 
        
          |  | ) |  |  |  [inline, static] | 
      
 
Definition at line 1927 of file operators.hpp.
01927                                         {
01928     b= make_ball<B> (c, r); }
 
 
The documentation for this struct was generated from the following file: