v0.1.0
Fast, portable C library for geometry input/output
|
Detection of STL format from input stream. More...
Go to the source code of this file.
Enumerations | |
enum | |
GMIO_STL_FORMAT_TAG_BINARY Byte-mask to tag(identify) STL binary formats More... | |
enum | gmio_stl_format |
This enums defines the various STL formats. More... | |
Functions | |
enum gmio_stl_format | gmio_stl_format_probe (struct gmio_stream *stream) |
Returns the format of the STL data in stream . More... | |
enum gmio_stl_format | gmio_stl_format_probe_file (const char *filepath) |
Returns the format of the STL data in file at location filepath . More... | |
Detection of STL format from input stream.
Fougue © 2016 | Last Update: Fri Jun 24 2016 |