OpenCMISS-Iron Internal API Documentation
opencmiss_iron::cmfe_basis_typeset Interface Reference

Sets/changes the type of a basis. More...

Private Member Functions

subroutine cmfe_basis_typesetnumber (userNumber, basisType, err)
 Sets/changes the type of a basis identified by a user number. More...
 
subroutine cmfe_basis_typesetobj (basis, basisType, err)
 Sets/changes the type of a basis identified by an object. More...
 

Detailed Description

Sets/changes the type of a basis.

Definition at line 788 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_basis_typeset::cmfe_basis_typesetnumber ( integer(intg), intent(in)  userNumber,
integer(intg), intent(in)  basisType,
integer(intg), intent(out)  err 
)
private

Sets/changes the type of a basis identified by a user number.

Parameters
[in]usernumberThe user number of the basis to set the type for.
[in]basistypeThe type of the specified basis to set.
See also
OPENCMISS::Basis::BasisTypes
Parameters
[out]errThe error code.

Definition at line 12018 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_basis_typeset::cmfe_basis_typesetobj ( type(cmfe_basistype), intent(inout)  basis,
integer(intg), intent(in)  basisType,
integer(intg), intent(out)  err 
)
private

Sets/changes the type of a basis identified by an object.

Parameters
[in,out]basisThe basis to set the type for.
[in]basistypeThe type of the specified basis to set.
See also
OPENCMISS::Basis::BasisTypes
Parameters
[out]errThe error code.

Definition at line 12053 of file opencmiss_iron.f90.