6.7.5 MapIDOffset

6.7.5.1 ノードの概要

Map<int, ObjectRef> の キーを整数分だけオフセットする.

6.7.5.2 必要なファイル

無し.

6.7.5.3 使用方法

どんなときに使うのか

Map<int, ObjectRef> の キーを整数分だけオフセットする.入力の ObjectRef の型は, Vector<float> , Vector<complex<float> > , Matrix<float> , Matrix<complex<float> > .

6.7.5.4 ノードの入出力とプロパティ

入力

INPUT

: Map<int, ObjectRef> 型の,Map$<$ int , Vector<float> $>$ または Map$<$ int , Vector<complex<float> > $>$ 型 または ,Map$<$ int , Matrix<float> $>$ または ,Map$<$ int , Matrix<complex<float> > $>$ 型.

出力

OUTPUT

: Map<int, ObjectRef> 型の,Map$<$ int , Vector<float> $>$ または Map$<$ int , Vector<complex<float> > $>$ 型 または ,Map$<$ int , Matrix<float> $>$ または ,Map$<$ int , Matrix<complex<float> > $>$ 型.

パラメータ

Table 6.87: MapIDOffset パラメータ表

パラメータ名

デフォルト値

単位

説明

ID_OFFSET

int 

0

 

キーのオフセット値.

DEBUG

bool 

false

 

変換状況を出力するかどうかの選択.

ID_OFFSET

: int 型. キーのオフセット値を指定する. マイナスの値を指定することも可能. デフォルトは 0.

DEBUG

: bool 型. trueが与えられると, 変換状況が標準出力に出力される. デフォルトは false