![]() |
Prusa Slicer 2.6.0
|
#include <stdlib.h>#include <string.h>#include <boost/log/trivial.hpp>#include <boost/nowide/cstdio.hpp>#include <boost/predef/other/endian.h>#include "stl.h"
Include dependency graph for stl_io.cpp:Go to the source code of this file.
Macros | |
| #define | VERSION "unknown" |
| #define | SEEK_SET 0 |
Functions | |
| void | stl_stats_out (stl_file *stl, FILE *file, char *input_file) |
| bool | stl_write_ascii (stl_file *stl, const char *file, const char *label) |
| bool | stl_print_neighbors (stl_file *stl, char *file) |
| bool | stl_write_binary (stl_file *stl, const char *file, const char *label) |
| void | stl_write_vertex (stl_file *stl, int facet, int vertex) |
| void | stl_write_facet (stl_file *stl, char *label, int facet) |
| void | stl_write_neighbor (stl_file *stl, int facet) |
| bool | stl_write_quad_object (stl_file *stl, char *file) |
| bool | stl_write_dxf (stl_file *stl, const char *file, char *label) |
| #define SEEK_SET 0 |
| #define VERSION "unknown" |
| bool stl_print_neighbors | ( | stl_file * | stl, |
| char * | file | ||
| ) |
References error, stl_file::neighbors_start, stl_stats::number_of_facets, and stl_file::stats.
References stl_stats::backwards_edges, binary, stl_stats::connected_facets_1_edge, stl_stats::connected_facets_2_edge, stl_stats::connected_facets_3_edge, stl_stats::degenerate_facets, stl_stats::edges_fixed, stl_stats::facets_added, stl_stats::facets_removed, stl_stats::facets_reversed, stl_stats::facets_w_1_bad_edge, stl_stats::facets_w_2_bad_edge, stl_stats::facets_w_3_bad_edge, stl_stats::header, stl_stats::max, stl_stats::min, stl_stats::normals_fixed, stl_stats::number_of_facets, stl_stats::number_of_parts, stl_stats::original_num_facets, stl_file::stats, stl_stats::type, VERSION, and stl_stats::volume.
References error, stl_file::facet_start, stl_stats::number_of_facets, and stl_file::stats.
References error, stl_file::facet_start, LABEL_SIZE, stl_stats::number_of_facets, SEEK_SET, SIZEOF_STL_FACET, and stl_file::stats.
References error, stl_file::facet_start, stl_stats::number_of_facets, and stl_file::stats.
References stl_write_vertex().
Referenced by stl_verify_neighbors().
Here is the call graph for this function:
Here is the caller graph for this function:References stl_file::neighbors_start.
| bool stl_write_quad_object | ( | stl_file * | stl, |
| char * | file | ||
| ) |
References error, stl_file::facet_start, stl_file::neighbors_start, stl_stats::number_of_facets, and stl_file::stats.
References stl_file::facet_start.
Referenced by stl_write_facet().
Here is the caller graph for this function: