#include <Model.hpp>
Inheritance diagram for Sommet3D::
Public Methods | |
Sommet3D () | |
Sommet3D (realtype X, realtype Y, realtype Z) | |
Sommet3D (const Sommet3D &s) | |
const Sommet3D & | operator= (const Sommet3D &v) |
const Sommet3D & | operator= (const Sommet2D &v) |
Public Attributes | |
realtype | x |
realtype | y |
realtype | z |
|
Definition at line 53 of file Sommet.hpp. 00053 : z( 0.0 ) { } |
|
Definition at line 54 of file Sommet.hpp. |
|
Definition at line 58 of file Sommet.hpp. |
|
Reimplemented from Sommet2D. Reimplemented in Sommet3DH. Definition at line 30 of file Sommet.cpp. |
|
Reimplemented in Sommet3DH. Definition at line 22 of file Sommet.cpp. |
|
Reimplemented from Sommet2D. Reimplemented in Sommet3DH. Definition at line 44 of file Model.hpp. Referenced by CheckingProfilRotationZ(), ModeleurProfToProf(), ModeleurRotationZ(), ModeleurTranslation(), RotateVertex(), TransVertex(), operator<<(), Sommet3DH::operator=(), and operator>>().
|
|
Reimplemented from Sommet2D. Reimplemented in Sommet3DH. Definition at line 44 of file Model.hpp. Referenced by CheckingProfilRotationZ(), ModeleurProfToProf(), ModeleurRotationZ(), ModeleurTranslation(), RotateVertex(), TransVertex(), operator<<(), Sommet3DH::operator=(), and operator>>().
|
|
Reimplemented in Sommet3DH. Definition at line 51 of file Sommet.hpp. Referenced by ModeleurProfToProf(), ModeleurRotationZ(), ModeleurTranslation(), RotateVertex(), TransVertex(), operator<<(), Sommet3DH::operator=(), and operator>>().
|