v0.1.0
Fast, portable C library for geometry input/output
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Modules
text_format.h
Go to the documentation of this file.
1 /****************************************************************************
2 ** gmio
3 ** Copyright Fougue (24 Jun. 2016)
4 ** contact@fougue.pro
5 **
6 ** This software is a reusable library whose purpose is to provide complete
7 ** I/O support for various CAD file formats (eg. STL)
8 **
9 ** This software is governed by the CeCILL-B license under French law and
10 ** abiding by the rules of distribution of free software. You can use,
11 ** modify and/ or redistribute the software under the terms of the CeCILL-B
12 ** license as circulated by CEA, CNRS and INRIA at the following URL
13 ** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html".
14 ****************************************************************************/
15 
23 #ifndef GMIO_TEXT_FORMAT_H
24 #define GMIO_TEXT_FORMAT_H
25 
26 #include "global.h"
27 
30 {
43 };
44 
45 #endif /* GMIO_TEXT_FORMAT_H */
46 
Scientific notation, lowercase (ex: 3.9265e+2)
Definition: text_format.h:36
Decimal floating point, lowercase (ex: 392.65)
Definition: text_format.h:32
Fundamental global declarations, included by almost all other header/source files.
Decimal floating point, uppercase (ex: 392.65)
Definition: text_format.h:34
Use the shortest representation: decimal or scientific lowercase.
Definition: text_format.h:40
Use the shortest representation: decimal or scientific uppercase.
Definition: text_format.h:42
Scientific notation, uppercase (ex: 3.9265E+2)
Definition: text_format.h:38
gmio_float_text_format
This enum defines the various formats to textually represent a float.
Definition: text_format.h:29
Fougue © 2016