|
Blender V4.3
|
#include <stl_export_writer.hh>
Public Member Functions | |
| FileWriter (const char *filepath, bool ascii) | |
| ~FileWriter () | |
| void | write_triangle (const PackedTriangle &data) |
Definition at line 17 of file stl_export_writer.hh.
| blender::io::stl::FileWriter::FileWriter | ( | const char * | filepath, |
| bool | ascii ) |
Definition at line 24 of file stl_export_writer.cc.
References blender::io::stl::BINARY_HEADER_SIZE, and BLI_fopen().
| blender::io::stl::FileWriter::~FileWriter | ( | ) |
Definition at line 44 of file stl_export_writer.cc.
References blender::io::stl::BINARY_HEADER_SIZE.
| void blender::io::stl::FileWriter::write_triangle | ( | const PackedTriangle & | data | ) |
Definition at line 59 of file stl_export_writer.cc.