|
Geogram Version 1.9.7
A programming library of geometric algorithms
|
Public Member Functions | |
| std::string | to_string () const |
Public Attributes | |
| int | type |
| std::string | str_val |
| int | int_val |
| double | double_val |
| bool | boolean_val |
Definition at line 130 of file mesh_CSG_compiler.h.
| bool GEO::CSGCompiler::Token::boolean_val |
Definition at line 137 of file mesh_CSG_compiler.h.
| double GEO::CSGCompiler::Token::double_val |
Definition at line 136 of file mesh_CSG_compiler.h.
| int GEO::CSGCompiler::Token::int_val |
Definition at line 135 of file mesh_CSG_compiler.h.
| std::string GEO::CSGCompiler::Token::str_val |
Definition at line 134 of file mesh_CSG_compiler.h.
| int GEO::CSGCompiler::Token::type |
Definition at line 133 of file mesh_CSG_compiler.h.