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

Finishes the creation of a new basis. More...

Private Member Functions

subroutine cmfe_basis_createfinishnumber (userNumber, err)
 Finishes the creation of a new basis identified by a user number. More...
 
subroutine cmfe_basis_createfinishobj (basis, err)
 Finishes the creation of a new basis identified by an object. More...
 

Detailed Description

Finishes the creation of a new basis.

See also
OpenCMISS::Iron::cmfe_Basis_CreateStart

Definition at line 684 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_basis_createfinish::cmfe_basis_createfinishnumber ( integer(intg), intent(in)  userNumber,
integer(intg), intent(out)  err 
)
private

Finishes the creation of a new basis identified by a user number.

Parameters
[in]usernumberThe user number of the basis to finish the creation of.
[out]errThe error code

Definition at line 10903 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_basis_createfinish::cmfe_basis_createfinishobj ( type(cmfe_basistype), intent(inout)  basis,
integer(intg), intent(out)  err 
)
private

Finishes the creation of a new basis identified by an object.

Parameters
[in,out]basisThe basis to finish the creation of
[out]errThe error code

Definition at line 10941 of file opencmiss_iron.f90.