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

Returns the projection xi for a data point identified by a given user number. More...

Private Member Functions

subroutine cmfe_dataprojection_resultxigetnumber (regionUserNumber, dataProjectionUserNumber, dataPointUserNumber, ProjectionXi, err)
 Returns the projection xi for a data point in a set of data points identified by user number. More...
 
subroutine cmfe_dataprojection_resultxigetobj (dataProjection, dataPointUserNumber, ProjectionXi, err)
 Returns the projection xi for a data point in a set of data points identified by an object. More...
 

Detailed Description

Returns the projection xi for a data point identified by a given user number.

Definition at line 1985 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_dataprojection_resultxiget::cmfe_dataprojection_resultxigetnumber ( integer(intg), intent(in)  regionUserNumber,
integer(intg), intent(in)  dataProjectionUserNumber,
integer(intg), intent(in)  dataPointUserNumber,
real(dp), dimension(:), intent(out)  ProjectionXi,
integer(intg), intent(out)  err 
)
private

Returns the projection xi for a data point in a set of data points identified by user number.

Parameters
[in]regionusernumberThe user number of the region containing the data points to get attributes for.
[in]dataprojectionusernumberThe user number of the data projection containing the data points to get attributes for.
[in]datapointusernumberThe user number of the data points to get attributes for.
[out]projectionxiOn return, the projection xi for the data point.
[out]errThe error code.

Definition at line 21520 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_dataprojection_resultxiget::cmfe_dataprojection_resultxigetobj ( type(cmfe_dataprojectiontype), intent(in)  dataProjection,
integer(intg), intent(in)  dataPointUserNumber,
real(dp), dimension(:), intent(out)  ProjectionXi,
integer(intg), intent(out)  err 
)
private

Returns the projection xi for a data point in a set of data points identified by an object.

Parameters
[in]dataprojectionThe data projection to get attributes for.
[in]datapointusernumberThe user number of the data points to get attributes for.
[out]projectionxiOn return, the projection xi for the data point.
[out]errThe error code.

Definition at line 21573 of file opencmiss_iron.f90.