libigl v2.5.0
Loading...
Searching...
No Matches
is_stl.h
Go to the documentation of this file.
1#ifndef IGL_IS_STL_H
2#define IGL_IS_STL_H
3#include "igl_inline.h"
4#include <cstdio>
5namespace igl
6{
13 IGL_INLINE bool is_stl(FILE * stl_file, bool & is_ascii);
14 IGL_INLINE bool is_stl(FILE * stl_file);
15};
16#ifndef IGL_STATIC_LIBRARY
17# include "is_stl.cpp"
18#endif
19#endif
#define IGL_INLINE
Definition igl_inline.h:15
Definition AABB.h:17
bool is_stl(FILE *stl_file, bool &is_ascii)
Given a file pointer, determine if it contains an .stl file and then rewind it.