Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of mappen te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen om mappen te wijzigen.
Vertegenwoordigt een korte vector van drie niet-ondertekende gehele getallen.
Syntaxis
class uint_3;
Leden
Openbare typedefs
| Naam | Description |
|---|---|
value_type |
Openbare constructors
| Naam | Description |
|---|---|
| uint_3 constructor | Overbelast. Standaardconstructor, initialiseert alle elementen met 0. |
Openbare methoden
| Naam | Description |
|---|---|
| uint_3::get_x | |
| uint_3::get_xy | |
| uint_3::get_xyz | |
| uint_3::get_xz | |
| uint_3::get_xzy | |
| uint_3::get_y | |
| uint_3::get_yx | |
| uint_3::get_yxz | |
| uint_3::get_yz | |
| uint_3::get_yzx | |
| uint_3::get_z | |
| uint_3::get_zx | |
| uint_3::get_zxy | |
| uint_3::get_zy | |
| uint_3::get_zyx | |
| uint_t::ref_b | |
| uint_t::ref_g | |
| uint_t::ref_r | |
| uint_t::ref_x | |
| uint_t::ref_y | |
| uint_t::ref_z | |
| uint_3::set_x | |
| uint_3::set_xy | |
| uint_3::set_xyz | |
| uint_3::set_xz | |
| uint_3::set_xzy | |
| uint_3::set_y | |
| uint_3::set_yx | |
| uint_3::set_yxz | |
| uint_3::set_yz | |
| uint_3::set_yzx | |
| uint_3::set_z | |
| uint_3::set_zx | |
| uint_3::set_zxy | |
| uint_3::set_zy | |
| uint_3::set_zyx |
Openbare operators
| Naam | Description |
|---|---|
| uint_3::operator-- | |
| uint_3::operator%= | |
| uint_3::operator&= | |
| uint_3::operator*= | |
| uint_3::operator/= | |
| uint_3::operator^= | |
| uint_3::operator|= | |
| uint_3::operator~ | |
| uint_3::operator++ | |
| uint_3::operator+= | |
| uint_3::operator<<= | |
| uint_3::operator= | |
| uint_3::operator-= | |
| uint_3::operator>>= |
Openbare constanten
| Naam | Description |
|---|---|
| grootteconstante |
Publieke dataleden
| Naam | Description |
|---|---|
| uint_3::b | |
| uint_3::bg | |
| uint_3::bgr | |
| uint_3::br | |
| uint_3::brg | |
| uint_3::g | |
| uint_3::gb | |
| uint_3::gbr | |
| uint_3::gr | |
| uint_3::grb | |
| uint_3::r | |
| uint_3::rb | |
| uint_3::rbg | |
| uint_3::rg | |
| uint_3::rgb | |
| uint_3::x | |
| uint_3::xy | |
| uint_3::xyz | |
| uint_3::xz | |
| uint_3::xzy | |
| uint_3::y | |
| uint_3::yx | |
| uint_3::yxz | |
| uint_3::yz | |
| uint_3::yzx | |
| uint_3::z | |
| uint_3::zx | |
| uint_3::zxy | |
| uint_3::zy | |
| uint_3::zyx |
Overnamehiƫrarchie
uint_3
Requirements
Koptekst: amp_short_vectors.h
Namespace: Gelijktijdigheid::graphics
uint_3
Standaardconstructor, initialiseert alle elementen met 0.
uint_3() restrict(amp,
cpu);
uint_3(
unsigned int _V0,
unsigned int _V1,
unsigned int _V2) restrict(amp,
cpu);
uint_3(
unsigned int _V) restrict(amp,
cpu);
uint_3(
const uint_3& _Other) restrict(amp,
cpu);
explicit inline uint_3(
const int_3& _Other) restrict(amp,
cpu);
explicit inline uint_3(
const float_3& _Other) restrict(amp,
cpu);
explicit inline uint_3(
const unorm_3& _Other) restrict(amp,
cpu);
explicit inline uint_3(
const norm_3& _Other) restrict(amp,
cpu);
explicit inline uint_3(
const double_3& _Other) restrict(amp,
cpu);
Parameterwaarden
_V0
De waarde voor het initialiseren van element 0.
_V1
De waarde voor het initialiseren van element 1.
_V2
De waarde voor het initialiseren van element 2.
_V
De waarde voor initialisatie.
_Andere
Het object dat is gebruikt om te initialiseren.
size
static const int size = 3;