46  static bool IsASCII(std::string 
const &filename);
 
   58  static STLModel ReadASCII(
const char *buffer);
 
   70  static STLModel ReadBinary(
const char *buffer);
 
   81  static int cpyint(
const char *&p);
 
   94  static double cpydouble(
const char *&p);
 
 
Class for working with STL models.
Definition stl_model.hpp:17
 
A class for reading STL files.
Definition stl_reader.hpp:23
 
static STLModel ReadFile(std::string const &filename)
Read an STL file.
Definition stl_reader.cpp:15
 
Definition bond_entry.hpp:7