Public Member Functions | |
integer function | nxureadi4 (file_id, data_name, data, units) |
integer function | nxureadr4 (file_id, data_name, data, units) |
integer function | nxureadr8 (file_id, data_name, data, units) |
integer function | nxureadchar (file_id, data_name, data, units) |
integer function | nxureadi4array (file_id, data_name, data, units, data_start, data_size) |
integer function | nxureadr4array (file_id, data_name, data, units, data_start, data_size) |
integer function | nxureadr8array (file_id, data_name, data, units, data_start, data_size) |
integer function | nxuread2di4array (file_id, data_name, data, units, data_start, data_size) |
integer function | nxuread2dr4array (file_id, data_name, data, units, data_start, data_size) |
integer function | nxuread2dr8array (file_id, data_name, data, units, data_start, data_size) |
integer function | nxuread3di4array (file_id, data_name, data, units, data_start, data_size) |
integer function | nxuread3dr4array (file_id, data_name, data, units, data_start, data_size) |
integer function | nxuread3dr8array (file_id, data_name, data, units, data_start, data_size) |
Definition at line 53 of file NXUmodule.f90.
integer function nxumodule::nxureaddata::nxuread2di4array | ( | type(nxhandle), intent(inout) | file_id, |
character(len=*), intent(in) | data_name, | ||
integer(kind=nxi4), dimension(:,:), pointer | data, | ||
character(len=*), intent(out), optional | units, | ||
integer, dimension(:), intent(in), optional | data_start, | ||
integer, dimension(:), intent(in), optional | data_size | ||
) |
Definition at line 628 of file NXUmodule.f90.
integer function nxumodule::nxureaddata::nxuread2dr4array | ( | type(nxhandle), intent(inout) | file_id, |
character(len=*), intent(in) | data_name, | ||
real(kind=nxr4), dimension(:,:), pointer | data, | ||
character(len=*), intent(out), optional | units, | ||
integer, dimension(:), intent(in), optional | data_start, | ||
integer, dimension(:), intent(in), optional | data_size | ||
) |
Definition at line 665 of file NXUmodule.f90.
integer function nxumodule::nxureaddata::nxuread2dr8array | ( | type(nxhandle), intent(inout) | file_id, |
character(len=*), intent(in) | data_name, | ||
real(kind=nxr8), dimension(:,:), pointer | data, | ||
character(len=*), intent(out), optional | units, | ||
integer, dimension(:), intent(in), optional | data_start, | ||
integer, dimension(:), intent(in), optional | data_size | ||
) |
Definition at line 702 of file NXUmodule.f90.
integer function nxumodule::nxureaddata::nxuread3di4array | ( | type(nxhandle), intent(inout) | file_id, |
character(len=*), intent(in) | data_name, | ||
integer(kind=nxi4), dimension(:,:,:), pointer | data, | ||
character(len=*), intent(out), optional | units, | ||
integer, dimension(:), intent(in), optional | data_start, | ||
integer, dimension(:), intent(in), optional | data_size | ||
) |
Definition at line 739 of file NXUmodule.f90.
integer function nxumodule::nxureaddata::nxuread3dr4array | ( | type(nxhandle), intent(inout) | file_id, |
character(len=*), intent(in) | data_name, | ||
real(kind=nxr4), dimension(:,:,:), pointer | data, | ||
character(len=*), intent(out), optional | units, | ||
integer, dimension(:), intent(in), optional | data_start, | ||
integer, dimension(:), intent(in), optional | data_size | ||
) |
Definition at line 776 of file NXUmodule.f90.
integer function nxumodule::nxureaddata::nxuread3dr8array | ( | type(nxhandle), intent(inout) | file_id, |
character(len=*), intent(in) | data_name, | ||
real(kind=nxr8), dimension(:,:,:), pointer | data, | ||
character(len=*), intent(out), optional | units, | ||
integer, dimension(:), intent(in), optional | data_start, | ||
integer, dimension(:), intent(in), optional | data_size | ||
) |
Definition at line 813 of file NXUmodule.f90.
integer function nxumodule::nxureaddata::nxureadchar | ( | type(nxhandle), intent(inout) | file_id, |
character(len=*), intent(in) | data_name, | ||
character(len=*), intent(out) | data, | ||
character(len=*), intent(out), optional | units | ||
) |
Definition at line 528 of file NXUmodule.f90.
integer function nxumodule::nxureaddata::nxureadi4 | ( | type(nxhandle), intent(inout) | file_id, |
character(len=*), intent(in) | data_name, | ||
integer(kind=nxi4), intent(out) | data, | ||
character(len=*), intent(out), optional | units | ||
) |
Definition at line 450 of file NXUmodule.f90.
integer function nxumodule::nxureaddata::nxureadi4array | ( | type(nxhandle), intent(inout) | file_id, |
character(len=*), intent(in) | data_name, | ||
integer(kind=nxi4), dimension(:), pointer | data, | ||
character(len=*), intent(out), optional | units, | ||
integer, dimension(:), intent(in), optional | data_start, | ||
integer, dimension(:), intent(in), optional | data_size | ||
) |
Definition at line 550 of file NXUmodule.f90.
integer function nxumodule::nxureaddata::nxureadr4 | ( | type(nxhandle), intent(inout) | file_id, |
character(len=*), intent(in) | data_name, | ||
real(kind=nxr4), intent(out) | data, | ||
character(len=*), intent(out), optional | units | ||
) |
Definition at line 476 of file NXUmodule.f90.
integer function nxumodule::nxureaddata::nxureadr4array | ( | type(nxhandle), intent(inout) | file_id, |
character(len=*), intent(in) | data_name, | ||
real(kind=nxr4), dimension(:), pointer | data, | ||
character(len=*), intent(out), optional | units, | ||
integer, dimension(:), intent(in), optional | data_start, | ||
integer, dimension(:), intent(in), optional | data_size | ||
) |
Definition at line 576 of file NXUmodule.f90.
integer function nxumodule::nxureaddata::nxureadr8 | ( | type(nxhandle), intent(inout) | file_id, |
character(len=*), intent(in) | data_name, | ||
real(kind=nxr8), intent(out) | data, | ||
character(len=*), intent(out), optional | units | ||
) |
Definition at line 502 of file NXUmodule.f90.
integer function nxumodule::nxureaddata::nxureadr8array | ( | type(nxhandle), intent(inout) | file_id, |
character(len=*), intent(in) | data_name, | ||
real(kind=nxr8), dimension(:), pointer | data, | ||
character(len=*), intent(out), optional | units, | ||
integer, dimension(:), intent(in), optional | data_start, | ||
integer, dimension(:), intent(in), optional | data_size | ||
) |
Definition at line 602 of file NXUmodule.f90.