OpenCMISS-Iron Internal API Documentation
lists::list_item_set Interface Reference

Sets an item in the list. More...

Private Member Functions

subroutine list_item_set_intg1 (LIST, LIST_ITEM, ITEM, ERR, ERROR,)
 Sets an item in an integer list of data dimension 1. More...
 
subroutine list_item_set_intg2 (LIST, LIST_ITEM, ITEM, ERR, ERROR,)
 Set an item in an integer list of data dimension > 1. More...
 
subroutine list_item_set_sp1 (LIST, LIST_ITEM, ITEM, ERR, ERROR,)
 Sets an item in a single precision real list of data dimension 1. More...
 
subroutine list_item_set_sp2 (LIST, LIST_ITEM, ITEM, ERR, ERROR,)
 Sets an item in a single precision real list of data dimension > 1. More...
 
subroutine list_item_set_dp1 (LIST, LIST_ITEM, ITEM, ERR, ERROR,)
 Sets an item in a double precision real list of data dimension 1. More...
 
subroutine list_item_set_dp2 (LIST, LIST_ITEM, ITEM, ERR, ERROR,)
 Sets an item in a double precision real list of data dimension > 1. More...
 

Detailed Description

Sets an item in the list.

See also
LISTS.

Definition at line 157 of file lists.f90.

Member Function/Subroutine Documentation

subroutine lists::list_item_set::list_item_set_dp1 ( type(list_type), intent(in), pointer  LIST,
integer(intg), intent(in)  LIST_ITEM,
real(dp), intent(in)  ITEM,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets an item in a double precision real list of data dimension 1.

Parameters
[in]listA pointer to the list
[in]list_itemThe index of the item to set.
[in]itemThe item to set
[out]errThe error code
[out]errorThe error string

Definition at line 1473 of file lists.f90.

subroutine lists::list_item_set::list_item_set_dp2 ( type(list_type), intent(in), pointer  LIST,
integer(intg), intent(in)  LIST_ITEM,
real(dp), dimension(:), intent(in)  ITEM,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets an item in a double precision real list of data dimension > 1.

Parameters
[in]listA pointer to the list
[in]list_itemThe index of the item to set.
[in]itemThe item to set
[out]errThe error code
[out]errorThe error string

Definition at line 1529 of file lists.f90.

subroutine lists::list_item_set::list_item_set_intg1 ( type(list_type), intent(in), pointer  LIST,
integer(intg), intent(in)  LIST_ITEM,
integer(intg), intent(in)  ITEM,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets an item in an integer list of data dimension 1.

Parameters
[in]listA pointer to the list
[in]list_itemThe index of the item to set
[in]itemThe item to set
[out]errThe error code
[out]errorThe error string

Definition at line 1247 of file lists.f90.

subroutine lists::list_item_set::list_item_set_intg2 ( type(list_type), intent(in), pointer  LIST,
integer(intg), intent(in)  LIST_ITEM,
integer(intg), dimension(:), intent(in)  ITEM,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Set an item in an integer list of data dimension > 1.

Parameters
[in]listA pointer to the list
[in]list_itemThe index of the item to set
[in]itemThe item to set
[out]errThe error code
[out]errorThe error string

Definition at line 1303 of file lists.f90.

subroutine lists::list_item_set::list_item_set_sp1 ( type(list_type), intent(in), pointer  LIST,
integer(intg), intent(in)  LIST_ITEM,
real(sp), intent(in)  ITEM,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets an item in a single precision real list of data dimension 1.

Parameters
[in]listA pointer to the list
[in]list_itemThe index of the item to set
[in]itemThe item to set
[out]errThe error code
[out]errorThe error string

Definition at line 1361 of file lists.f90.

subroutine lists::list_item_set::list_item_set_sp2 ( type(list_type), intent(in), pointer  LIST,
integer(intg), intent(in)  LIST_ITEM,
real(sp), dimension(:), intent(in)  ITEM,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets an item in a single precision real list of data dimension > 1.

Parameters
[in]listA pointer to the list
[in]list_itemThe index of the item to set
[in]itemThe item to set
[out]errThe error code
[out]errorThe error string

Definition at line 1416 of file lists.f90.