57 sprintf(str,
"%.6lf", value);
59 sprintf(str,
"%.16lf", value);
68 for (
unsigned int i = 0; i < strlen(str); ++i) {
73 }
else if (dot && str[i] !=
'0') {
77 if (end > 0 && end < (
int)strlen(str)) {
92 m_ofile << (gc < 10 ?
" " : (gc < 100 ?
" " :
"")) << gc <<
"\n"
104 sprintf(str,
"%0X", value);
120 m_ofile << (gc < 10 ?
" " : (gc < 100 ?
" " :
"")) << gc <<
"\n"
125 m_ofile << (gc < 10 ?
" " : (gc < 100 ?
" " :
"")) << gc <<
"\n"
134 for (i = 0; i < strlen(str); i++) {
void dxfReal(int gc, double value) const
void dxfInt(int gc, int value) const
void dxfString(int gc, const char *value) const
void dxfHex(int gc, int value) const
static void strReplace(char *str, char src, char dest)
DL_Codes::version version