gtool5 Fortran 90/95 Library 1.0.0-rc5
日本語
Loading...
Searching...
No Matches
gtool_history_types::gt_history_axis Type Reference

More...

Collaboration diagram for gtool_history_types::gt_history_axis:
[legend]

Public Attributes

character(token) name = ""
integer length = 0
character(string) longname = ""
character(string) units = ""
character(token) xtype = ""
type(gt_history_attr), dimension(:), pointer attrs =>null()

Detailed Description

Structure for axis information

This type may be used as the argument axes of HistoryCreate to define features of axes of a history dataset. Initialize with HistoryAxisCreate, HistoryAxisCopy, or HistoryInquire. Query with HistoryAxisInquire. Add attributes with HistoryAxisAddAttr. Clear with HistoryAxisClear.

Definition at line 219 of file gtool_history_types.f90.

Member Data Documentation

◆ attrs

type(gt_history_attr), dimension(:), pointer gtool_history_types::gt_history_axis::attrs =>null()

Definition at line 225 of file gtool_history_types.f90.

225 type(GT_HISTORY_ATTR), pointer:: attrs(:) =>null() ! 属性情報群

◆ length

integer gtool_history_types::gt_history_axis::length = 0

Definition at line 221 of file gtool_history_types.f90.

221 integer :: length = 0 ! 次元長 (配列サイズ)

◆ longname

character(string) gtool_history_types::gt_history_axis::longname = ""

Definition at line 222 of file gtool_history_types.f90.

222 character(STRING):: longname = "" ! 次元変数の記述的名称

◆ name

character(token) gtool_history_types::gt_history_axis::name = ""

Definition at line 220 of file gtool_history_types.f90.

220 character(TOKEN) :: name = "" ! 次元変数名

◆ units

character(string) gtool_history_types::gt_history_axis::units = ""

Definition at line 223 of file gtool_history_types.f90.

223 character(STRING):: units = "" ! 次元変数の単位

◆ xtype

character(token) gtool_history_types::gt_history_axis::xtype = ""

Definition at line 224 of file gtool_history_types.f90.

224 character(TOKEN) :: xtype = "" ! 次元変数の型

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