cgma
|
00001 #ifndef I_GEOM_ERROR_H 00002 #define I_GEOM_ERROR_H 00003 00004 #ifdef __cplusplus 00005 extern "C" { 00006 #endif 00007 00008 void CGM_iGeom_clearLastError(); 00009 00010 void CGM_iGeom_setLastError( int error_type, const char* description = 0 ); 00011 00012 int CGM_iGeom_getLastErrorType(); 00013 00014 void CGM_iGeom_getLastErrorDesc( char* description_buffer, 00015 int description_buffer_length ); 00016 00017 00018 00019 #ifdef __cplusplus 00020 } // extern "C" 00021 #endif 00022 00023 #endif