|
SRM Reference Manual
Functions SRM SRFParametersEqual |
|---|
| extern SRM_Boolean | ||||
| SRM_SRFParametersEqual | ||||
| ( | ||||
| const | SRM_SRF_Parameters | * | srf1_ptr, | (notes) |
| const | SRM_SRF_Parameters | * | srf2_ptr | (notes) |
| ); | ||||
Determines whether two sets of spatial reference frame (SRF) parameters are equal.
| SRM_TRUE | if the SRF parameters are non-NULL, are in the same SRF, and are equal. |
| SRM_FALSE | otherwise. |
pointer to the first set of SRF parameters to be compared.
pointer to the second set of SRF parameters to be compared.
Prev: SRM_SRFParameters3DEqual.
Next: SRM_SetErrorFilePtr.
Up:Index.
|