Perspective3D_api
Documentation Perspective3D
Fonctions membres publiques | Attributs protégés | Liste de tous les membres
Référence de la classe Perspective3D::PPointPixel

Représente les coordonnés un pixel. Plus de détails...

#include <perspective_types.h>

Graphe d'héritage de Perspective3D::PPointPixel:
Inheritance graph
Graphe de collaboration de Perspective3D::PPointPixel:
Collaboration graph

Fonctions membres publiques

 PPointPixel (pint x_, pint y_)
 
 PPointPixel ()
 
pint X () const
 
pint Y () const
 
void defX (pint x_)
 
void defY (pint y_)
 
void defXY (pint x_, pint y_)
 
bool Nul () const
 
bool operator== (const PPointPixel &p) const
 
bool operator!= (const PPointPixel &p) const
 
Ppoint2D Point2D () const
 
- Fonctions membres publiques hérités de Perspective3D::PBase
 PBase ()
 
 ~PBase ()
 

Attributs protégés

pint x
 
pint y
 

Membres hérités additionnels

- Fonctions membres publiques statiques hérités de Perspective3D::PBase
static void * operator new (std::size_t taille)
 
static void * operator new[] (std::size_t taille)
 
static void operator delete (void *p)
 
static void operator delete[] (void *p)
 

Description détaillée

Représente les coordonnés un pixel.

Documentation des constructeurs et destructeur

◆ PPointPixel() [1/2]

Perspective3D::PPointPixel::PPointPixel ( pint  x_,
pint  y_ 
)
inlineexplicit

◆ PPointPixel() [2/2]

Perspective3D::PPointPixel::PPointPixel ( )
inlineexplicit

Documentation des fonctions membres

◆ defX()

void Perspective3D::PPointPixel::defX ( pint  x_)
inline

◆ defXY()

void Perspective3D::PPointPixel::defXY ( pint  x_,
pint  y_ 
)
inline

◆ defY()

void Perspective3D::PPointPixel::defY ( pint  y_)
inline

◆ Nul()

bool Perspective3D::PPointPixel::Nul ( ) const
inline

◆ operator!=()

bool Perspective3D::PPointPixel::operator!= ( const PPointPixel p) const
inline

◆ operator==()

bool Perspective3D::PPointPixel::operator== ( const PPointPixel p) const
inline

◆ Point2D()

Ppoint2D Perspective3D::PPointPixel::Point2D ( ) const
inline

◆ X()

pint Perspective3D::PPointPixel::X ( ) const
inline

◆ Y()

pint Perspective3D::PPointPixel::Y ( ) const
inline

Documentation des données membres

◆ x

pint Perspective3D::PPointPixel::x
protected

◆ y

pint Perspective3D::PPointPixel::y
protected

La documentation de cette classe a été générée à partir du fichier suivant :