|
32 #include <cxmessages.h>
35 #include <cpl_error.h>
69 GiRange * self = cx_calloc(1, sizeof * self);
94 const cxchar *fctid = "giraffe_range_create";
100 cpl_error_set(fctid, CPL_ERROR_ILLEGAL_INPUT);
104 self = cx_calloc(1, sizeof * self);
155 cx_assert( self != NULL);
178 cx_assert( self != NULL);
201 cx_assert( self != NULL);
224 cx_assert( self != NULL);
|