uint_3 クラス
3 個の符号なし整数の short ベクターを表します。
構文
class uint_3;
メンバー
パブリック typedef
名前 | 説明 |
---|---|
value_type |
パブリック コンストラクター
名前 | 説明 |
---|---|
uint_3 Constructor | 過負荷です。 既定のコンストラクター。すべての要素を 0 で初期化します。 |
パブリック メソッド
名前 | 説明 |
---|---|
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 |
パブリック演算子
名前 | 説明 |
---|---|
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>>= |
パブリック定数
名前 | 説明 |
---|---|
size 定数 |
パブリック データ メンバー
名前 | 説明 |
---|---|
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 |
継承階層
uint_3
要件
ヘッダー: amp_short_vectors.h
名前空間: Concurrency::graphics
uint_3
既定のコンストラクター。すべての要素を 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);
パラメーター
_V0
要素 0 を初期化する値。
_V1
要素 1 を初期化する値。
_V2
要素 2 を初期化する値。
_V
初期化用の値。
_Other
初期化に使用されるオブジェクト。
size
static const int size = 3;