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

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

Private Member Functions

subroutine cmfe_dataprojection_resultdistancegetnumber (regionUserNumber, dataProjectionUserNumber, dataPointUserNumber, ProjectionDistance, err)
 Returns the projection distance for a data point in a set of data points identified by user number. More...
 
subroutine cmfe_dataprojection_resultdistancegetobj (dataProjection, dataPointUserNumber, ProjectionDistance, err)
 Returns the projection distance for a data point in a set of data points identified by an object. More...
 

Detailed Description

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

Definition at line 1955 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_dataprojection_resultdistanceget::cmfe_dataprojection_resultdistancegetnumber ( integer(intg), intent(in)  regionUserNumber,
integer(intg), intent(in)  dataProjectionUserNumber,
integer(intg), intent(in)  dataPointUserNumber,
real(dp), intent(out)  ProjectionDistance,
integer(intg), intent(out)  err 
)
private

Returns the projection distance 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]projectiondistanceOn return, the projection distance for the data point.
[out]errThe error code.

Definition at line 21100 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_dataprojection_resultdistanceget::cmfe_dataprojection_resultdistancegetobj ( type(cmfe_dataprojectiontype), intent(in)  dataProjection,
integer(intg), intent(in)  dataPointUserNumber,
real(dp), intent(out)  ProjectionDistance,
integer(intg), intent(out)  err 
)
private

Returns the projection distance 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]projectiondistanceOn return, the projection distance for the data point.
[out]errThe error code.

Definition at line 21154 of file opencmiss_iron.f90.