pe_verttran_p |
Tests whether an object is of type vertical transformation
int pe_verttran_p (struct pe_struct_t *p);
p | The pointer to an object |
Tests whether the argument is an object of type vertical transformation
Returns 1 if the argument points to an object of type vertical transformation; otherwise, returns 0
test = pe_verttran_p(wgs2egm);