#include <IO.hpp>
|  | 
| static bool | read (std::string input_file, TriangleMesh *mesh) | 
|  | 
| static bool | read (std::string input_file, Model *model) | 
|  | 
| static bool | write (Model &model, std::string output_file, bool binary=true) | 
|  | 
| static bool | write (TriangleMesh &mesh, std::string output_file, bool binary=true) | 
|  | 
◆ read() [1/2]
  
  | 
        
          | bool Slic3r::IO::STL::read | ( | std::string | input_file, |  
          |  |  | TriangleMesh * | mesh |  
          |  | ) |  |  |  | static | 
 
 
◆ read() [2/2]
  
  | 
        
          | bool Slic3r::IO::STL::read | ( | std::string | input_file, |  
          |  |  | Model * | model |  
          |  | ) |  |  |  | static | 
 
 
◆ write() [1/2]
  
  | 
        
          | bool Slic3r::IO::STL::write | ( | Model & | model, |  
          |  |  | std::string | output_file, |  
          |  |  | bool | binary = true |  
          |  | ) |  |  |  | static | 
 
 
◆ write() [2/2]
  
  | 
        
          | bool Slic3r::IO::STL::write | ( | TriangleMesh & | mesh, |  
          |  |  | std::string | output_file, |  
          |  |  | bool | binary = true |  
          |  | ) |  |  |  | static | 
 
 
The documentation for this class was generated from the following files: