![]() |
Perspective3D_api
Documentation Perspective3D
|
Définition d'un segment de droite à base de vertices (destiné à l'affichage 3D). Plus de détails...
#include <perspective_types.h>
Fonctions membres publiques | |
PSegment () | |
PSegment (const PSegment &tr) | |
PSegment (const Ppoint3D_min &p1, const Ppoint3D_min &p2, PCouleur const &couleur_=PCouleur(), pident id_=IDNUL) | |
PSegment & | operator= (const PSegment &tr) |
const Ppoint3D_min & | V1 () const |
V1 Accès au premier sommet du segment. Plus de détails... | |
const Ppoint3D_min & | V2 () const |
V2 Accès au premier sommet du segment. Plus de détails... | |
![]() | |
PEnt3D () | |
PEnt3D (const PCouleur &c, pident i, bool a) | |
bool | Actif () const |
void | defActif (bool a) |
![]() | |
PEnt23D (pident id_) | |
PEnt23D (const PCouleur &c, pident id_) | |
PEnt23D () | |
const PCouleur & | CouleurConst () const |
PCouleur & | Couleur () |
void | defCouleur (const PCouleur &c) |
![]() | |
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 |
Ppoint3D_min | v2 |
![]() | |
bool | actif |
![]() | |
PCouleur | couleur |
![]() | |
pident | id |
pulong | attributs |
Amis | |
class | PSegmentPriv |
Membres hérités additionnels | |
![]() | |
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 segment de droite à base de vertices (destiné à l'affichage 3D).
|
inline |
|
inline |
Perspective3D::PSegment::PSegment | ( | const Ppoint3D_min & | p1, |
const Ppoint3D_min & | p2, | ||
PCouleur const & | couleur_ = PCouleur() , |
||
pident | id_ = IDNUL |
||
) |
|
inline |
V1 Accès au premier sommet du segment.
|
inline |
V2 Accès au premier sommet du segment.
|
friend |
|
protected |
|
protected |