![]() |
Perspective3D_api
Documentation Perspective3D
|
Définition d'un sommet (destiné à l'affichage 3D). Plus de détails...
#include <perspective_types.h>


Fonctions membres publiques | |
| PSommet () | |
| PSommet (const PSommet &tr) | |
| PSommet (const Ppoint3D_min &p1, const Ppoint3D_min &norm=Ppoint3D_min(0, 0, 0), PCouleur const &couleur_=PCouleur(), pident id_=IDNUL) | |
| PSommet & | operator= (const PSommet &tr) |
| const Ppoint3D_min & | V1 () const |
| V1 Accès au Sommet. Plus de détails... | |
Fonctions membres publiques hérités de Perspective3D::PEnt3DExt | |
| PEnt3DExt () | |
| PEnt3DExt (const PCouleur &c, pident i, const Ppoint3D_min &n, bool a) | |
| const Ppoint3D_min & | Norm () const |
| Ppoint3D_min & | NormNonConst () |
| void | defNorm (const Ppoint3D_min &n) |
| void | defNorm (pfloat x, pfloat y, pfloat z) |
Fonctions membres publiques hérités de Perspective3D::PEnt3D | |
| PEnt3D () | |
| PEnt3D (const PCouleur &c, pident i, bool a) | |
| bool | Actif () const |
| void | defActif (bool a) |
Fonctions membres publiques hérités de Perspective3D::PEnt23D | |
| PEnt23D (pident id_) | |
| PEnt23D (const PCouleur &c, pident id_) | |
| PEnt23D () | |
| const PCouleur & | CouleurConst () const |
| PCouleur & | Couleur () |
| void | defCouleur (const PCouleur &c) |
Fonctions membres publiques hérités de Perspective3D::PEntite | |
| PEntite (pident id_) | |
| pident | Id () const |
| void | defId (pident i) |
| Assignation de l'id d'une entité. Plus de détails... | |
| bool | IdNul () const |
| pulong | Attributs () const |
| pulong & | AttributsRef () |
| void | ReinitAttributs () |
| void | defAttributs (pulong att) |
| void | AjoutAttribut (pulong attr) |
| void | RetireAttribut (pulong attr) |
| bool | ValideAttribut (pulong attr) const |
| void | AjoutAttributId (pulong id) |
| void | RetireAttributId (pulong id) |
| bool | ValideAttributId (pulong id) const |
Attributs protégés | |
| Ppoint3D_min | v1 |
Attributs protégés hérités de Perspective3D::PEnt3DExt | |
| Ppoint3D_min | norm |
Attributs protégés hérités de Perspective3D::PEnt3D | |
| bool | actif |
Attributs protégés hérités de Perspective3D::PEnt23D | |
| PCouleur | couleur |
Attributs protégés hérités de Perspective3D::PEntite | |
| pident | id |
| pulong | attributs |
Amis | |
| class | PSommetPriv |
Membres hérités additionnels | |
Fonctions membres publiques statiques hérités de Perspective3D::PBase | |
| static void * | operator new (std::size_t taille) throw (std::bad_alloc) |
| static void * | operator new[] (std::size_t taille) throw (std::bad_alloc) |
| static void | operator delete (void *p) |
| static void | operator delete[] (void *p) |
Définition d'un sommet (destiné à l'affichage 3D).
|
inline |
|
inline |
| Perspective3D::PSommet::PSommet | ( | const Ppoint3D_min & | p1, |
| const Ppoint3D_min & | norm = Ppoint3D_min(0, 0, 0), |
||
| PCouleur const & | couleur_ = PCouleur(), |
||
| pident | id_ = IDNUL |
||
| ) |
|
inline |
V1 Accès au Sommet.
|
friend |
|
protected |
1.8.11