次の方法で共有


int_2 クラス

2 個の整数の short ベクターを表します。

構文

class int_2;

メンバー

パブリック typedef

名前 説明
value_type

パブリック コンストラクター

名前 説明
int_2 コンストラクター 過負荷です。 既定のコンストラクター。すべての要素を 0 で初期化します。

パブリック メソッド

名前 説明
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

パブリック演算子

名前 説明
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>>=

パブリック定数

名前 説明
size 定数

パブリック データ メンバー

名前 説明
int_2::g
int_2::gr
int_2::r
int_2::rg
int_2::x
int_2::xy
int_2::y
int_2::yx

継承階層

int_2

要件

ヘッダー: amp_short_vectors.h

名前空間: Concurrency::graphics

int_2

既定のコンストラクター。すべての要素を 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);

パラメーター

_V0
要素 0 を初期化する値。

_V1
要素 1 を初期化する値。

_V
初期化用の値。

_Other
初期化に使用されるオブジェクト。

size

static const int size = 2;

関連項目

Concurrency::graphics 名前空間