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() |
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.
| type(gt_history_attr), dimension(:), pointer gtool_history_types::gt_history_axis::attrs =>null() |
Definition at line 225 of file gtool_history_types.f90.
| integer gtool_history_types::gt_history_axis::length = 0 |
Definition at line 221 of file gtool_history_types.f90.
| character(string) gtool_history_types::gt_history_axis::longname = "" |
Definition at line 222 of file gtool_history_types.f90.
| character(token) gtool_history_types::gt_history_axis::name = "" |
Definition at line 220 of file gtool_history_types.f90.
| character(string) gtool_history_types::gt_history_axis::units = "" |
Definition at line 223 of file gtool_history_types.f90.
| character(token) gtool_history_types::gt_history_axis::xtype = "" |
Definition at line 224 of file gtool_history_types.f90.