SALOME - SMESH
|
#include <Rn.h>
Public Member Functions | |
R4 () | |
R4 (R a, R b, R c, R d) | |
R4 (R4 A, R4 B) | |
R4 | operator+ (R4 P) const |
R4 | operator+= (R4 P) |
R4 | operator- (R4 P) const |
R4 | operator-= (R4 P) |
R4 | operator- () const |
R4 | operator+ () const |
R | operator, (R4 P) const |
R4 | operator* (R c) const |
R4 | operator*= (R c) |
R4 | operator/ (R c) const |
R4 | operator/= (R c) |
R & | operator[] (int i) |
R3 | operator+ (R3 P) const |
R3 | operator+= (R3 P) |
R3 | operator- (R3 P) const |
R3 | operator-= (R3 P) |
R | operator, (R3 P) const |
R3 | operator^ (R3 P) const |
bool | DansPave (R3 &xyzMin, R3 &xyzMax) |
Data Fields | |
R | omega |
R | x |
R | y |
R | z |
Friends | |
std::ostream & | operator<< (std::ostream &f, const R4 &P) |
istream & | operator>> (istream &f, R4 &P) |
std::ostream & | operator<< (std::ostream &f, const R4 *P) |
istream & | operator>> (istream &f, R4 *P) |
R4 | operator* (R c, R4 P) |
|
friend |
|
friend |
R R4::omega |
Definition at line 192 of file Rn.h.
Referenced by NormeInfinie(), operator+(), operator+=(), operator,(), operator-(), and operator-=().
|
inherited |
Definition at line 139 of file Rn.h.
Referenced by R3::DansPave(), Max(), Min(), NormeInfinie(), R3::operator+(), operator+(), R3::operator+=(), operator+=(), R3::operator,(), operator,(), R3::operator-(), operator-(), R3::operator-=(), operator-=(), R3::operator^(), and XY().
|
inherited |
Definition at line 139 of file Rn.h.
Referenced by R3::DansPave(), Max(), Min(), NormeInfinie(), R3::operator+(), operator+(), R3::operator+=(), operator+=(), R3::operator,(), operator,(), R3::operator-(), operator-(), R3::operator-=(), operator-=(), R3::operator^(), and XY().
|
inherited |
Definition at line 139 of file Rn.h.
Referenced by R3::DansPave(), Max(), Min(), NormeInfinie(), R3::operator+(), operator+(), R3::operator+=(), operator+=(), R3::operator,(), operator,(), R3::operator-(), operator-(), R3::operator-=(), operator-=(), and R3::operator^().