|
CU_API | Size () noexcept |
| Constructeur.
|
|
CU_API | Size (uint32_t width, uint32_t height) noexcept |
| Constructeur.
|
|
CU_API | Size (Size const &obj) |
| Constructeur par copie.
|
|
CU_API | Size (Size &&obj) noexcept |
| Constructeur par déplacement.
|
|
CU_API | ~Size () noexcept=default |
| Destructeur.
|
|
CU_API Size & | operator= (Size const &obj) noexcept |
| Opérateur d'affectation par copie.
|
|
CU_API Size & | operator= (Size &&obj) noexcept |
| Opérateur d'affectation par déplacement.
|
|
CU_API void | set (uint32_t width, uint32_t height) noexcept |
| Définit la taille.
|
|
uint32_t | getWidth () const noexcept |
| Récupère la largeur.
|
|
uint32_t & | getWidth () noexcept |
| Récupère la largeur.
|
|
uint32_t | getHeight () const noexcept |
| Récupère la hauteur.
|
|
uint32_t & | getHeight () noexcept |
| Récupère la hauteur.
|
|
CU_API void | grow (int32_t cx, int32_t cy) noexcept |
| Modifie la taille.
|
|
Size & | operator<<= (uint32_t rhs) noexcept |
|
Size & | operator>>= (uint32_t rhs) noexcept |
|
auto | operator-> () const noexcept |
|
auto | operator-> () noexcept |
|
void | swap (Coords &rhs) noexcept |
| Echange les données de c epoint avec celles du point donné
|
|
uint32_t | size () const |
|
uint32_t const & | operator[] (uint32_t index) const |
| Récupère la donnée à l'index donné
|
|
uint32_t & | operator[] (uint32_t index) |
| Récupère la donnée à l'index donné
|
|
uint32_t * | ptr () |
| Récupère un pointeur non constant sur les données.
|
|
uint32_t const * | constPtr () const |
| Récupère un pointeur constant sur les données.
|
|
iterator | begin () |
| Récupère un itérateur sur le premier élément.
|
|
const_iterator | begin () const |
| Récupère un itérateur constant sur le premier élément.
|
|
iterator | end () |
| Récupère un itérateur sur le dernier élément.
|
|
const_iterator | end () const |
| Récupère un itérateur constant sur le dernier élément.
|
|
| Coords ()=default |
|
| Coords (Point< uint32_t, Count > &rhs) |
|
| Coords (uint32_t *rhs) |
|
Coords & | operator= (uint32_t *rhs) |
|
Coords & | operator= (Point< uint32_t, Count > const &rhs) |
|
Coords & | operator+= (Coords< U, UCount > const &rhs) |
|
Coords & | operator+= (Point< U, UCount > const &rhs) |
|
Coords & | operator+= (U const *coords) |
|
Coords & | operator+= (uint32_t const &coord) |
|
Coords & | operator-= (Coords< U, UCount > const &rhs) |
|
Coords & | operator-= (Point< U, UCount > const &rhs) |
|
Coords & | operator-= (U const *coords) |
|
Coords & | operator-= (uint32_t const &coord) |
|
Coords & | operator*= (Coords< U, UCount > const &rhs) |
|
Coords & | operator*= (Point< U, UCount > const &rhs) |
|
Coords & | operator*= (U const *coords) |
|
Coords & | operator*= (uint32_t const &coord) |
|
Coords & | operator/= (Coords< U, UCount > const &rhs) |
|
Coords & | operator/= (Point< U, UCount > const &rhs) |
|
Coords & | operator/= (U const *coords) |
|
Coords & | operator/= (uint32_t const &coord) |
|