v0.3.0
Fast, portable C library for geometry input/output
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Modules
Enumerations | Functions
stl_format.h File Reference

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...
 

Detailed Description

Detection of STL format from input stream.

Fougue © 2016