Go to the documentation of this file.
96 #ifndef __CCP4_Parser__
97 #define __CCP4_Parser__
115 #define CCP4_PARSER_MAXLINELENGTH 200
116 #define CCP4_PARSER_MAXFILENAMELENGTH 200
188 const char *nulldelim);
192 const double min_exponent);
233 char *
strtoupper (
char *str1,
const char *str2);
235 char *
strtolower (
char *str1,
const char *str2);
237 int strmatch (
const char *str1,
const char *str2);
239 int charmatch(
const char character,
const char *charlist);
241 int doublefromstr(
const char *str,
const double max_exp,
const double min_exp,
242 double *valuePtr,
double *intvaluePtr,
int *intdigitsPtr,
243 double *frcvaluePtr,
int *frcdigitsPtr,
244 double *expvaluePtr,
int *expdigitsPtr);
263 const char *
symop_to_mat4(
const char *symchs_begin,
const char *symchs_end,
float *rot);
272 char *
rotandtrn_to_symop(
char *symchs_begin,
char *symchs_end,
const ccp4_symop symop);
285 char *
mat4_to_symop(
char *symchs_begin,
char *symchs_end,
const float rsm[4][4]);