LORENE

() More...

Functions

Mtbl Lorene::operator+ (const Coord &)
 
Mtbl Lorene::operator- (const Coord &)
 - Coord More...
 
Mtbl Lorene::operator+ (const Coord &a, const Coord &b)
 Coord + Coord More...
 
Mtbl Lorene::operator- (const Coord &a, const Coord &b)
 Coord - Coord More...
 
Mtbl Lorene::operator* (const Coord &a, const Coord &b)
 Coord * Coord More...
 
Mtbl Lorene::operator+ (const Coord &a, const Mtbl &b)
 Coord + Mtbl More...
 
Mtbl Lorene::operator- (const Coord &a, const Mtbl &b)
 Coord - Mtbl More...
 
Mtbl Lorene::operator* (const Coord &a, const Mtbl &b)
 Coord * Mtbl More...
 
Mtbl Lorene::operator+ (const Mtbl &a, const Coord &b)
 Mtbl + Coord More...
 
Mtbl Lorene::operator- (const Mtbl &a, const Coord &b)
 Mtbl - Coord More...
 
Mtbl Lorene::operator* (const Mtbl &a, const Coord &b)
 Mtbl * Coord More...
 

Detailed Description

()

Function Documentation

◆ operator*() [1/3]

Mtbl Lorene::operator* ( const Coord a,
const Coord b 
)

Coord * Coord

Definition at line 142 of file coord_arithm.C.

References Lorene::Coord::c, and Lorene::Coord::fait().

◆ operator*() [2/3]

Mtbl Lorene::operator* ( const Coord a,
const Mtbl b 
)

Coord * Mtbl

Definition at line 161 of file coord_arithm.C.

References Lorene::Coord::c, and Lorene::Coord::fait().

◆ operator*() [3/3]

Mtbl Lorene::operator* ( const Mtbl a,
const Coord b 
)

Mtbl * Coord

Definition at line 152 of file coord_arithm.C.

References Lorene::Coord::c, and Lorene::Coord::fait().

◆ operator+() [1/4]

Mtbl Lorene::operator+ ( const Coord co)

Definition at line 68 of file coord_arithm.C.

References Lorene::Coord::c, and Lorene::Coord::fait().

◆ operator+() [2/4]

Mtbl Lorene::operator+ ( const Coord a,
const Coord b 
)

Coord + Coord

Definition at line 86 of file coord_arithm.C.

References Lorene::Coord::c, and Lorene::Coord::fait().

◆ operator+() [3/4]

Mtbl Lorene::operator+ ( const Coord a,
const Mtbl b 
)

Coord + Mtbl

Definition at line 96 of file coord_arithm.C.

References Lorene::Coord::c, and Lorene::Coord::fait().

◆ operator+() [4/4]

Mtbl Lorene::operator+ ( const Mtbl a,
const Coord b 
)

Mtbl + Coord

Definition at line 103 of file coord_arithm.C.

References Lorene::Coord::c, and Lorene::Coord::fait().

◆ operator-() [1/4]

Mtbl Lorene::operator- ( const Coord co)

- Coord

Definition at line 75 of file coord_arithm.C.

References Lorene::Coord::c, and Lorene::Coord::fait().

◆ operator-() [2/4]

Mtbl Lorene::operator- ( const Coord a,
const Coord b 
)

Coord - Coord

Definition at line 114 of file coord_arithm.C.

References Lorene::Coord::c, and Lorene::Coord::fait().

◆ operator-() [3/4]

Mtbl Lorene::operator- ( const Coord a,
const Mtbl b 
)

Coord - Mtbl

Definition at line 124 of file coord_arithm.C.

References Lorene::Coord::c, and Lorene::Coord::fait().

◆ operator-() [4/4]

Mtbl Lorene::operator- ( const Mtbl a,
const Coord b 
)

Mtbl - Coord

Definition at line 131 of file coord_arithm.C.

References Lorene::Coord::c, and Lorene::Coord::fait().