OpenCMISS-Iron FORTRAN API Documentation
opencmiss_iron::cmfe_basis_typeget Interface Reference

Returns the type of a basis. More...

Private Member Functions

subroutine cmfe_basis_typegetnumber (userNumber, basisType, err)
 Returns the type of a basis identified by a user number. More...
 
subroutine cmfe_basis_typegetobj (basis, basisType, err)
 Returns the type of a basis identified by an object. More...
 

Detailed Description

Returns the type of a basis.

Definition at line 782 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_basis_typeget::cmfe_basis_typegetnumber ( integer(intg), intent(in)  userNumber,
integer(intg), intent(out)  basisType,
integer(intg), intent(out)  err 
)
private

Returns the type of a basis identified by a user number.

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

Definition at line 11957 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_basis_typeget::cmfe_basis_typegetobj ( type(cmfe_basistype), intent(in)  basis,
integer(intg), intent(out)  basisType,
integer(intg), intent(out)  err 
)
private

Returns the type of a basis identified by an object.

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

Definition at line 11992 of file opencmiss_iron.f90.