gtool5 Fortran 90/95 ライブラリ 1.0.0-rc5
English
Loading...
Searching...
No Matches
Public Member Functions | List of all members
gtool_history_generic::historyaxisaddattr Interface Reference

Public Member Functions

subroutine historyaxisaddattrchar0 (axis, attrname, value)
 
subroutine historyaxisaddattrlogical0 (axis, attrname, value)
 
subroutine historyaxisaddattrint0 (axis, attrname, value)
 
subroutine historyaxisaddattrint1 (axis, attrname, value)
 
subroutine historyaxisaddattrreal0 (axis, attrname, value)
 
subroutine historyaxisaddattrreal1 (axis, attrname, value)
 
subroutine historyaxisaddattrdouble0 (axis, attrname, value)
 
subroutine historyaxisaddattrdouble1 (axis, attrname, value)
 

Detailed Description

Definition at line 1231 of file gtool_history_generic.f90.

Member Function/Subroutine Documentation

◆ historyaxisaddattrchar0()

subroutine gtool_history_generic::historyaxisaddattr::historyaxisaddattrchar0 ( type(gt_history_axis), intent(inout)  axis,
character(*), intent(in)  attrname,
character(*), intent(in)  value 
)

Definition at line 1234 of file gtool_history_generic.f90.

1237 use dc_types, only: dp
1238 type(GT_HISTORY_AXIS),intent(inout) :: axis
1239 character(*), intent(in):: attrname ! 属性の名前
1240 character(*), intent(in):: value
種別型パラメタを提供します。
Definition dc_types.f90:55
integer, parameter, public dp
倍精度実数型変数
Definition dc_types.f90:92

References dc_types::dp.

◆ historyaxisaddattrdouble0()

subroutine gtool_history_generic::historyaxisaddattr::historyaxisaddattrdouble0 ( type(gt_history_axis), intent(inout)  axis,
character(*), intent(in)  attrname,
real(dp), intent(in)  value 
)

Definition at line 1294 of file gtool_history_generic.f90.

1297 use dc_types, only: dp
1298 type(GT_HISTORY_AXIS),intent(inout) :: axis
1299 character(*), intent(in):: attrname ! 属性の名前
1300 real(DP), intent(in):: value

References dc_types::dp.

◆ historyaxisaddattrdouble1()

subroutine gtool_history_generic::historyaxisaddattr::historyaxisaddattrdouble1 ( type(gt_history_axis), intent(inout)  axis,
character(*), intent(in)  attrname,
real(dp), dimension(:), intent(in)  value 
)

Definition at line 1304 of file gtool_history_generic.f90.

1307 use dc_types, only: dp
1308 type(GT_HISTORY_AXIS),intent(inout) :: axis
1309 character(*), intent(in):: attrname ! 属性の名前
1310 real(DP), intent(in):: value(:)

References dc_types::dp.

◆ historyaxisaddattrint0()

subroutine gtool_history_generic::historyaxisaddattr::historyaxisaddattrint0 ( type(gt_history_axis), intent(inout)  axis,
character(*), intent(in)  attrname,
integer, intent(in)  value 
)

Definition at line 1254 of file gtool_history_generic.f90.

1257 use dc_types, only: dp
1258 type(GT_HISTORY_AXIS),intent(inout) :: axis
1259 character(*), intent(in):: attrname ! 属性の名前
1260 integer, intent(in):: value

References dc_types::dp.

◆ historyaxisaddattrint1()

subroutine gtool_history_generic::historyaxisaddattr::historyaxisaddattrint1 ( type(gt_history_axis), intent(inout)  axis,
character(*), intent(in)  attrname,
integer, dimension(:), intent(in)  value 
)

Definition at line 1264 of file gtool_history_generic.f90.

1267 use dc_types, only: dp
1268 type(GT_HISTORY_AXIS),intent(inout) :: axis
1269 character(*), intent(in):: attrname ! 属性の名前
1270 integer, intent(in):: value(:)

References dc_types::dp.

◆ historyaxisaddattrlogical0()

subroutine gtool_history_generic::historyaxisaddattr::historyaxisaddattrlogical0 ( type(gt_history_axis), intent(inout)  axis,
character(*), intent(in)  attrname,
logical, intent(in)  value 
)

Definition at line 1244 of file gtool_history_generic.f90.

1247 use dc_types, only: dp
1248 type(GT_HISTORY_AXIS),intent(inout) :: axis
1249 character(*), intent(in):: attrname ! 属性の名前
1250 logical, intent(in):: value

References dc_types::dp.

◆ historyaxisaddattrreal0()

subroutine gtool_history_generic::historyaxisaddattr::historyaxisaddattrreal0 ( type(gt_history_axis), intent(inout)  axis,
character(*), intent(in)  attrname,
real, intent(in)  value 
)

Definition at line 1274 of file gtool_history_generic.f90.

1277 use dc_types, only: dp
1278 type(GT_HISTORY_AXIS),intent(inout) :: axis
1279 character(*), intent(in):: attrname ! 属性の名前
1280 real, intent(in):: value

References dc_types::dp.

◆ historyaxisaddattrreal1()

subroutine gtool_history_generic::historyaxisaddattr::historyaxisaddattrreal1 ( type(gt_history_axis), intent(inout)  axis,
character(*), intent(in)  attrname,
real, dimension(:), intent(in)  value 
)

Definition at line 1284 of file gtool_history_generic.f90.

1287 use dc_types, only: dp
1288 type(GT_HISTORY_AXIS),intent(inout) :: axis
1289 character(*), intent(in):: attrname ! 属性の名前
1290 real, intent(in):: value(:)

References dc_types::dp.


The documentation for this interface was generated from the following file: