Hand-written parsing of STL ASCII format. More...

Go to the source code of this file.
Classes | |
| class | STLAsciiParseManual |
| A lexer for parsing STL ASCII files. More... | |
Namespaces | |
| namespace | Foam |
| Namespace for OpenFOAM. | |
| namespace | Foam::Detail |
| Implementation details for various OpenFOAM classes. | |
Macros | |
| #define | INBUFLEN 16384 |
Functions | |
| static std::string | perrorEOF (std::string expected) |
| static std::string | perrorParse (std::string expected, std::string found) |
Hand-written parsing of STL ASCII format.
Original source file STLAsciiParseManual.C
Definition in file STLAsciiParseManual.C.
| #define INBUFLEN 16384 |
Definition at line 151 of file STLAsciiParseManual.C.
Referenced by STLAsciiParseManual::execute().
|
inlinestatic |
Definition at line 31 of file STLAsciiParseManual.C.
Referenced by STLAsciiParseManual::execute().

|
inlinestatic |
Definition at line 37 of file STLAsciiParseManual.C.
References found.
Referenced by STLAsciiParseManual::execute().
