NeXus  1
 All Classes Files Functions Variables
Public Member Functions
nxumodule::nxuwritedata Interface Reference
Collaboration diagram for nxumodule::nxuwritedata:
Collaboration graph

List of all members.

Public Member Functions

integer function nxuwritei4 (file_id, data_name, data, units)
integer function nxuwriter4 (file_id, data_name, data, units)
integer function nxuwriter8 (file_id, data_name, data, units)
integer function nxuwritechar (file_id, data_name, data, units)
integer function nxuwritei4array (file_id, data_name, data, units, data_start, data_size)
integer function nxuwriter4array (file_id, data_name, data, units, data_start, data_size)
integer function nxuwriter8array (file_id, data_name, data, units, data_start, data_size)
integer function nxuwrite2di4array (file_id, data_name, data, units, data_start, data_size)
integer function nxuwrite2dr4array (file_id, data_name, data, units, data_start, data_size)
integer function nxuwrite2dr8array (file_id, data_name, data, units, data_start, data_size)
integer function nxuwrite3di4array (file_id, data_name, data, units, data_start, data_size)
integer function nxuwrite3dr4array (file_id, data_name, data, units, data_start, data_size)
integer function nxuwrite3dr8array (file_id, data_name, data, units, data_start, data_size)

Detailed Description

Definition at line 45 of file NXUmodule.f90.


Member Function/Subroutine Documentation

integer function nxumodule::nxuwritedata::nxuwrite2di4array ( type(nxhandle), intent(inout)  file_id,
character(len=*), intent(in)  data_name,
integer(kind=nxi4), dimension(:,:), intent(in)  data,
character(len=*), intent(in), optional  units,
integer, dimension(:), intent(in), optional  data_start,
integer, dimension(:), intent(in), optional  data_size 
)

Definition at line 272 of file NXUmodule.f90.

integer function nxumodule::nxuwritedata::nxuwrite2dr4array ( type(nxhandle), intent(inout)  file_id,
character(len=*), intent(in)  data_name,
real(kind=nxr4), dimension(:,:), intent(in)  data,
character(len=*), intent(in), optional  units,
integer, dimension(:), intent(in), optional  data_start,
integer, dimension(:), intent(in), optional  data_size 
)

Definition at line 301 of file NXUmodule.f90.

integer function nxumodule::nxuwritedata::nxuwrite2dr8array ( type(nxhandle), intent(inout)  file_id,
character(len=*), intent(in)  data_name,
real(kind=nxr8), dimension(:,:), intent(in)  data,
character(len=*), intent(in), optional  units,
integer, dimension(:), intent(in), optional  data_start,
integer, dimension(:), intent(in), optional  data_size 
)

Definition at line 330 of file NXUmodule.f90.

integer function nxumodule::nxuwritedata::nxuwrite3di4array ( type(nxhandle), intent(inout)  file_id,
character(len=*), intent(in)  data_name,
integer(kind=nxi4), dimension(:,:,:), intent(in)  data,
character(len=*), intent(in), optional  units,
integer, dimension(:), intent(in), optional  data_start,
integer, dimension(:), intent(in), optional  data_size 
)

Definition at line 359 of file NXUmodule.f90.

integer function nxumodule::nxuwritedata::nxuwrite3dr4array ( type(nxhandle), intent(inout)  file_id,
character(len=*), intent(in)  data_name,
real(kind=nxr4), dimension(:,:,:), intent(in)  data,
character(len=*), intent(in), optional  units,
integer, dimension(:), intent(in), optional  data_start,
integer, dimension(:), intent(in), optional  data_size 
)

Definition at line 388 of file NXUmodule.f90.

integer function nxumodule::nxuwritedata::nxuwrite3dr8array ( type(nxhandle), intent(inout)  file_id,
character(len=*), intent(in)  data_name,
real(kind=nxr8), dimension(:,:,:), intent(in)  data,
character(len=*), intent(in), optional  units,
integer, dimension(:), intent(in), optional  data_start,
integer, dimension(:), intent(in), optional  data_size 
)

Definition at line 417 of file NXUmodule.f90.

integer function nxumodule::nxuwritedata::nxuwritechar ( type(nxhandle), intent(inout)  file_id,
character(len=*), intent(in)  data_name,
character(len=*), intent(in)  data,
character(len=*), intent(in), optional  units 
)

Definition at line 175 of file NXUmodule.f90.

integer function nxumodule::nxuwritedata::nxuwritei4 ( type(nxhandle), intent(inout)  file_id,
character(len=*), intent(in)  data_name,
integer(kind=nxi4), intent(in)  data,
character(len=*), intent(in), optional  units 
)

Definition at line 118 of file NXUmodule.f90.

integer function nxumodule::nxuwritedata::nxuwritei4array ( type(nxhandle), intent(inout)  file_id,
character(len=*), intent(in)  data_name,
integer(kind=nxi4), dimension(:), intent(in)  data,
character(len=*), intent(in), optional  units,
integer, dimension(:), intent(in), optional  data_start,
integer, dimension(:), intent(in), optional  data_size 
)

Definition at line 195 of file NXUmodule.f90.

integer function nxumodule::nxuwritedata::nxuwriter4 ( type(nxhandle), intent(inout)  file_id,
character(len=*), intent(in)  data_name,
real(kind=nxr4), intent(in)  data,
character(len=*), intent(in), optional  units 
)

Definition at line 137 of file NXUmodule.f90.

integer function nxumodule::nxuwritedata::nxuwriter4array ( type(nxhandle), intent(inout)  file_id,
character(len=*), intent(in)  data_name,
real(kind=nxr4), dimension(:), intent(in)  data,
character(len=*), intent(in), optional  units,
integer, dimension(:), intent(in), optional  data_start,
integer, dimension(:), intent(in), optional  data_size 
)

Definition at line 220 of file NXUmodule.f90.

integer function nxumodule::nxuwritedata::nxuwriter8 ( type(nxhandle), intent(inout)  file_id,
character(len=*), intent(in)  data_name,
real(kind=nxr8), intent(in)  data,
character(len=*), intent(in), optional  units 
)

Definition at line 156 of file NXUmodule.f90.

integer function nxumodule::nxuwritedata::nxuwriter8array ( type(nxhandle), intent(inout)  file_id,
character(len=*), intent(in)  data_name,
real(kind=nxr8), dimension(:), intent(in)  data,
character(len=*), intent(in), optional  units,
integer, dimension(:), intent(in), optional  data_start,
integer, dimension(:), intent(in), optional  data_size 
)

Definition at line 246 of file NXUmodule.f90.


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