Loading...
Searching...
No Matches
gtool_history_types::gt_history_axis Type Reference
Collaboration diagram for gtool_history_types::gt_history_axis:

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

Definition at line 190 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 212 of file gtool_history_types.f90.

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

◆ length

integer gtool_history_types::gt_history_axis::length = 0

Definition at line 208 of file gtool_history_types.f90.

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

◆ longname

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

Definition at line 209 of file gtool_history_types.f90.

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

◆ name

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

Definition at line 207 of file gtool_history_types.f90.

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

◆ units

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

Definition at line 210 of file gtool_history_types.f90.

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

◆ xtype

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

Definition at line 211 of file gtool_history_types.f90.

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

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