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) |
R3 | operator* (R c, R3 P) |
gp_Pnt | gp_pnt (R3 xyz) |
gp_Dir | gp_dir (R3 xyz) |
R4.R4 | ( | ) |
Definition at line 196 of file Rn.h.
Referenced by operator*(), operator+(), operator-(), and operator/().
R4 R4.operator- | ( | ) | const |
std::ostream& operator<< | ( | std::ostream & | f, |
const R4 & | P | ||
) | [friend] |
std::ostream& operator<< | ( | std::ostream & | f, |
const R4 * | P | ||
) | [friend] |
Definition at line 194 of file Rn.h.
Referenced by NormeInfinie(), operator*(), operator*=(), operator+(), operator+=(), operator,(), operator-(), operator-=(), operator/(), and operator/=().
Definition at line 141 of file Rn.h.
Referenced by R3.DansPave(), Max(), Min(), NormeInfinie(), operator*(), R3.operator*(), operator*=(), R3.operator*=(), operator+(), R3.operator+(), operator+=(), R3.operator+=(), operator,(), R3.operator,(), operator-(), R3.operator-(), operator-=(), R3.operator-=(), operator/(), R3.operator/(), operator/=(), R3.operator/=(), operator[](), R3.operator[](), R3.operator^(), and XY().
Definition at line 141 of file Rn.h.
Referenced by R3.DansPave(), Max(), Min(), NormeInfinie(), operator*(), R3.operator*(), operator*=(), R3.operator*=(), operator+(), R3.operator+(), operator+=(), R3.operator+=(), operator,(), R3.operator,(), operator-(), R3.operator-(), operator-=(), R3.operator-=(), operator/(), R3.operator/(), operator/=(), R3.operator/=(), R3.operator^(), and XY().
Definition at line 141 of file Rn.h.
Referenced by R3.DansPave(), Max(), Min(), NormeInfinie(), operator*(), R3.operator*(), operator*=(), R3.operator*=(), operator+(), R3.operator+(), operator+=(), R3.operator+=(), operator,(), R3.operator,(), operator-(), R3.operator-(), operator-=(), R3.operator-=(), operator/(), R3.operator/(), operator/=(), R3.operator/=(), and R3.operator^().