属性付加 More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | historyautoaddattrchar0 (varname, attrname, value) |
| subroutine | historyautoaddattrlogical0 (varname, attrname, value) |
| subroutine | historyautoaddattrint0 (varname, attrname, value) |
| subroutine | historyautoaddattrint1 (varname, attrname, value) |
| subroutine | historyautoaddattrreal0 (varname, attrname, value) |
| subroutine | historyautoaddattrreal1 (varname, attrname, value) |
| subroutine | historyautoaddattrdouble0 (varname, attrname, value) |
| subroutine | historyautoaddattrdouble1 (varname, attrname, value) |
属性付加
Definition in file historyautoaddattr.f90.
| subroutine historyautoaddattrchar0 | ( | character(*), intent(in) | varname, |
| character(*), intent(in) | attrname, | ||
| character(*), intent(in) | value ) |
座標変数および座標重み変数に属性を付加します.
座標変数および座標重み変数に属性を付加します. このサブルーチンを用いる前に, HistoryAutoCreate による初期設定が 必要です.
| [in] | varname | 変数の名前. ここで指定するものは, HistoryAutoCreate の dims , または HistoryAutoAddWeight の varname で既に指定されていなければなりません. |
| [in] | attrname | 属性の名前. |
| [in] | value | 属性の値. |
Definition at line 75 of file historyautoaddattr.f90.
References dc_trace::beginsub(), dc_error::dc_enotinit, dc_error::dc_noerr, dc_trace::endsub(), gtool_historyauto_internal::gthst_axes, gtool_historyauto_internal::gthst_weights, dc_error::hst_enoaxisname, gtool_historyauto_internal::initialized, gtool_historyauto_internal::numdims, gtool_historyauto_internal::numwgts, dc_error::storeerror(), and dc_types::string.
| subroutine historyautoaddattrdouble0 | ( | character(*), intent(in) | varname, |
| character(*), intent(in) | attrname, | ||
| real(dp), intent(in) | value ) |
座標変数および座標重み変数に属性を付加します.
座標変数および座標重み変数に属性を付加します. このサブルーチンを用いる前に, HistoryAutoCreate による初期設定が 必要です.
| [in] | varname | 変数の名前. ここで指定するものは, HistoryAutoCreate の dims , または HistoryAutoAddWeight の varname で既に指定されていなければなりません. |
| [in] | attrname | 属性の名前. |
| [in] | value | 属性の値. |
Definition at line 835 of file historyautoaddattr.f90.
References dc_trace::beginsub(), dc_error::dc_enotinit, dc_error::dc_noerr, dc_types::dp, dc_trace::endsub(), gtool_historyauto_internal::gthst_axes, gtool_historyauto_internal::gthst_weights, dc_error::hst_enoaxisname, gtool_historyauto_internal::initialized, gtool_historyauto_internal::numdims, gtool_historyauto_internal::numwgts, dc_error::storeerror(), and dc_types::string.
| subroutine historyautoaddattrdouble1 | ( | character(*), intent(in) | varname, |
| character(*), intent(in) | attrname, | ||
| real(dp), dimension(:), intent(in) | value ) |
座標変数および座標重み変数に属性を付加します.
座標変数および座標重み変数に属性を付加します. このサブルーチンを用いる前に, HistoryAutoCreate による初期設定が 必要です.
| [in] | varname | 変数の名前. ここで指定するものは, HistoryAutoCreate の dims , または HistoryAutoAddWeight の varname で既に指定されていなければなりません. |
| [in] | attrname | 属性の名前. |
| [in] | value | 属性の値. |
Definition at line 954 of file historyautoaddattr.f90.
References dc_trace::beginsub(), dc_error::dc_enotinit, dc_error::dc_noerr, dc_types::dp, dc_trace::endsub(), gtool_historyauto_internal::gthst_axes, gtool_historyauto_internal::gthst_weights, dc_error::hst_enoaxisname, gtool_historyauto_internal::initialized, gtool_historyauto_internal::numdims, gtool_historyauto_internal::numwgts, dc_error::storeerror(), and dc_types::string.
| subroutine historyautoaddattrint0 | ( | character(*), intent(in) | varname, |
| character(*), intent(in) | attrname, | ||
| integer, intent(in) | value ) |
座標変数および座標重み変数に属性を付加します.
座標変数および座標重み変数に属性を付加します. このサブルーチンを用いる前に, HistoryAutoCreate による初期設定が 必要です.
| [in] | varname | 変数の名前. ここで指定するものは, HistoryAutoCreate の dims , または HistoryAutoAddWeight の varname で既に指定されていなければなりません. |
| [in] | attrname | 属性の名前. |
| [in] | value | 属性の値. |
Definition at line 359 of file historyautoaddattr.f90.
References dc_trace::beginsub(), dc_error::dc_enotinit, dc_error::dc_noerr, dc_trace::endsub(), gtool_historyauto_internal::gthst_axes, gtool_historyauto_internal::gthst_weights, dc_error::hst_enoaxisname, gtool_historyauto_internal::initialized, gtool_historyauto_internal::numdims, gtool_historyauto_internal::numwgts, dc_error::storeerror(), and dc_types::string.
| subroutine historyautoaddattrint1 | ( | character(*), intent(in) | varname, |
| character(*), intent(in) | attrname, | ||
| integer, dimension(:), intent(in) | value ) |
座標変数および座標重み変数に属性を付加します.
座標変数および座標重み変数に属性を付加します. このサブルーチンを用いる前に, HistoryAutoCreate による初期設定が 必要です.
| [in] | varname | 変数の名前. ここで指定するものは, HistoryAutoCreate の dims , または HistoryAutoAddWeight の varname で既に指定されていなければなりません. |
| [in] | attrname | 属性の名前. |
| [in] | value | 属性の値. |
Definition at line 478 of file historyautoaddattr.f90.
References dc_trace::beginsub(), dc_error::dc_enotinit, dc_error::dc_noerr, dc_trace::endsub(), gtool_historyauto_internal::gthst_axes, gtool_historyauto_internal::gthst_weights, dc_error::hst_enoaxisname, gtool_historyauto_internal::initialized, gtool_historyauto_internal::numdims, gtool_historyauto_internal::numwgts, dc_error::storeerror(), and dc_types::string.
| subroutine historyautoaddattrlogical0 | ( | character(*), intent(in) | varname, |
| character(*), intent(in) | attrname, | ||
| logical, intent(in) | value ) |
座標変数および座標重み変数に属性を付加します.
座標変数および座標重み変数に属性を付加します. このサブルーチンを用いる前に, HistoryAutoCreate による初期設定が 必要です.
| [in] | varname | 変数の名前. ここで指定するものは, HistoryAutoCreate の dims , または HistoryAutoAddWeight の varname で既に指定されていなければなりません. |
| [in] | attrname | 属性の名前. |
| [in] | value | 属性の値. |
Definition at line 240 of file historyautoaddattr.f90.
References dc_trace::beginsub(), dc_error::dc_enotinit, dc_error::dc_noerr, dc_trace::endsub(), gtool_historyauto_internal::gthst_axes, gtool_historyauto_internal::gthst_weights, dc_error::hst_enoaxisname, gtool_historyauto_internal::initialized, gtool_historyauto_internal::numdims, gtool_historyauto_internal::numwgts, dc_error::storeerror(), and dc_types::string.
| subroutine historyautoaddattrreal0 | ( | character(*), intent(in) | varname, |
| character(*), intent(in) | attrname, | ||
| real, intent(in) | value ) |
座標変数および座標重み変数に属性を付加します.
座標変数および座標重み変数に属性を付加します. このサブルーチンを用いる前に, HistoryAutoCreate による初期設定が 必要です.
| [in] | varname | 変数の名前. ここで指定するものは, HistoryAutoCreate の dims , または HistoryAutoAddWeight の varname で既に指定されていなければなりません. |
| [in] | attrname | 属性の名前. |
| [in] | value | 属性の値. |
Definition at line 597 of file historyautoaddattr.f90.
References dc_trace::beginsub(), dc_error::dc_enotinit, dc_error::dc_noerr, dc_trace::endsub(), gtool_historyauto_internal::gthst_axes, gtool_historyauto_internal::gthst_weights, dc_error::hst_enoaxisname, gtool_historyauto_internal::initialized, gtool_historyauto_internal::numdims, gtool_historyauto_internal::numwgts, dc_error::storeerror(), and dc_types::string.
| subroutine historyautoaddattrreal1 | ( | character(*), intent(in) | varname, |
| character(*), intent(in) | attrname, | ||
| real, dimension(:), intent(in) | value ) |
座標変数および座標重み変数に属性を付加します.
座標変数および座標重み変数に属性を付加します. このサブルーチンを用いる前に, HistoryAutoCreate による初期設定が 必要です.
| [in] | varname | 変数の名前. ここで指定するものは, HistoryAutoCreate の dims , または HistoryAutoAddWeight の varname で既に指定されていなければなりません. |
| [in] | attrname | 属性の名前. |
| [in] | value | 属性の値. |
Definition at line 716 of file historyautoaddattr.f90.
References dc_trace::beginsub(), dc_error::dc_enotinit, dc_error::dc_noerr, dc_trace::endsub(), gtool_historyauto_internal::gthst_axes, gtool_historyauto_internal::gthst_weights, dc_error::hst_enoaxisname, gtool_historyauto_internal::initialized, gtool_historyauto_internal::numdims, gtool_historyauto_internal::numwgts, dc_error::storeerror(), and dc_types::string.