uint_2 クラス
2 個の符号なし整数の short ベクターを表します。
構文
class uint_2;
メンバー
パブリック typedef
名前 | 説明 |
---|---|
value_type |
パブリック コンストラクター
名前 | 説明 |
---|---|
uint_2 コンストラクター | 過負荷です。 既定のコンストラクター。すべての要素を 0 で初期化します。 |
パブリック メソッド
名前 | 説明 |
---|---|
uint_2::get_x | |
uint_2::get_xy | |
uint_2::get_y | |
uint_2::get_yx | |
uint_2::ref_g メソッド | |
uint_2::ref_r メソッド | |
uint_2::ref_x メソッド | |
uint_2::ref_y メソッド | |
uint_2::set_x | |
uint_2::set_xy | |
uint_2::set_y | |
uint_2::set_yx |
パブリック演算子
名前 | 説明 |
---|---|
uint_2::operator-- | |
uint_2::operator%= | |
uint_2::operator> | |
uint_2::operator*= | |
uint_2::operator/= | |
uint_2::operator^= | |
uint_2::operator|= | |
uint_2::operator~ | |
uint_2::operator++ | |
uint_2::operator+= | |
uint_2::operator<<= | |
uint_2::operator= | |
uint_2::operator-= | |
uint_2::operator>>= |
パブリック定数
名前 | 説明 |
---|---|
size 定数 |
パブリック データ メンバー
名前 | 説明 |
---|---|
uint_2::g | |
uint_2::gr | |
uint_2::r | |
uint_2::rg | |
uint_2::x | |
uint_2::xy | |
uint_2::y | |
uint_2::yx |
継承階層
uint_2
要件
ヘッダー: amp_short_vectors.h
名前空間: Concurrency::graphics
uint_2
既定のコンストラクター。すべての要素を 0 で初期化します。
uint_2() restrict(amp,
cpu);
uint_2(
unsigned int _V0,
unsigned int _V1) restrict(amp,
cpu);
uint_2(
unsigned int _V) restrict(amp,
cpu);
uint_2(
const uint_2& _Other) restrict(amp,
cpu);
explicit inline uint_2(
const int_2& _Other) restrict(amp,
cpu);
explicit inline uint_2(
const float_2& _Other) restrict(amp,
cpu);
explicit inline uint_2(
const unorm_2& _Other) restrict(amp,
cpu);
explicit inline uint_2(
const norm_2& _Other) restrict(amp,
cpu);
explicit inline uint_2(
const double_2& _Other) restrict(amp,
cpu);
パラメーター
_V0
要素 0 を初期化する値。
_V1
要素 1 を初期化する値。
_V
初期化用の値。
_Other
初期化に使用されるオブジェクト。
size
static const int size = 2;