Function Name: SRF 2D Parameters Equal

Definition

Determines whether two sets of 2D spatial reference frame (SRF) parameters are equal.

Returns

SE_TRUE -- if the SRF parameters are non-NULL, are in the same SRF, and are equal

SE_FALSE -- otherwise

Prototype


extern SE_BOOLEAN
SRM_SRF2DParametersEqual
(
constSRM_SRF_2D_PARAMETERS *srf1_ptr, (notes)
constSRM_SRF_2D_PARAMETERS *srf2_ptr (notes)
);

Parameters Notes

srf1_ptr

 pointer to the first set of SRF parameters to be compared.

srf2_ptr

 pointer to the second set of SRF parameters to be compared.

Prev: RGB to YIQ. Next: SRF 3D Parameters Equal. Up:Index.