basix_doc 0.1
ball_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 1858 of file operators.hpp.


Member Function Documentation

static generic name ( ) [inline, static]

Definition at line 1859 of file operators.hpp.

References mmx::GEN_BALL.

{ return GEN_BALL; }
static B op ( const C c,
const R &  r 
) [inline, static]

Definition at line 1861 of file operators.hpp.

                              {
    return make_ball<B> (c, r); }
static void set_op ( B &  b,
const C c,
const R &  r 
) [inline, static]

Definition at line 1864 of file operators.hpp.

                                        {
    b= make_ball<B> (c, r); }

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines