int_2-Klasse
Stellt einen kurzen Vektor aus zwei ganzen Zahlen dar.
Syntax
class int_2;
Member
Öffentliche Typedefs
Name | Beschreibung |
---|---|
value_type |
Öffentliche Konstruktoren
Name | Beschreibung |
---|---|
int_2-Konstruktor | Überladen. Standardkonstruktor, initialisiert alle Elemente mit 0. |
Öffentliche Methoden
Name | Beschreibung |
---|---|
int_2::get_x | |
int_2::get_xy | |
int_2::get_y | |
int_2::get_yx | |
int_2::ref_g | |
int_2::ref_r | |
int_2::ref_x | |
int_2::ref_y | |
int_2::set_x | |
int_2::set_xy | |
int_2::set_y | |
int_2::set_yx |
Öffentliche Operatoren
Name | Beschreibung |
---|---|
int_2::operator- | |
int_2::operator-- | |
int_2::operator%= | |
int_2::operator&= | |
int_2::operator*= | |
int_2::operator/= | |
int_2::operator^= | |
int_2::operator|= | |
int_2::operator~ | |
int_2::operator++ | |
int_2::operator+= | |
int_2::operator<<= | |
int_2::operator= | |
int_2::operator-= | |
int_2::operator>>= |
Öffentliche Konstanten
Name | Beschreibung |
---|---|
Größenkonstante |
Öffentliche Datenmember
Name | Beschreibung |
---|---|
int_2::g | |
int_2::gr | |
int_2::r | |
int_2::rg | |
int_2::x | |
int_2::xy | |
int_2::y | |
int_2::yx |
Vererbungshierarchie
int_2
Anforderungen
Kopfzeile: amp_short_vectors.h
Namespace: Parallelität::graphics
int_2
Standardkonstruktor, initialisiert alle Elemente mit 0.
int_2() restrict(amp,
cpu);
int_2(
int _V0,
int _V1) restrict(amp,
cpu);
int_2(
int _V) restrict(amp,
cpu);
int_2(
const int_2& _Other) restrict(amp,
cpu);
explicit inline int_2(
const uint_2& _Other) restrict(amp,
cpu);
explicit inline int_2(
const float_2& _Other) restrict(amp,
cpu);
explicit inline int_2(
const unorm_2& _Other) restrict(amp,
cpu);
explicit inline int_2(
const norm_2& _Other) restrict(amp,
cpu);
explicit inline int_2(
const double_2& _Other) restrict(amp,
cpu);
Parameter
_V0
Der Wert zum Initialisieren des Elements 0.
_V1
Der Wert zum Initialisieren des Elements 1.
_V
Der Wert für die Initialisierung.
_Other
Das Objekt, das zum Initialisieren verwendet wird.
size
static const int size = 2;