![]() |
Prusa Slicer 2.6.0
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <math.h>#include <assert.h>#include <boost/log/trivial.hpp>#include <boost/nowide/cstdio.hpp>#include <boost/predef/other/endian.h>#include "stl.h"#include "libslic3r/LocalesUtils.hpp"
Include dependency graph for stlinit.cpp:Go to the source code of this file.
Functions | |
| static FILE * | stl_open_count_facets (stl_file *stl, const char *file) |
| static bool | stl_read (stl_file *stl, FILE *fp, int first_facet, bool first) |
| bool | stl_open (stl_file *stl, const char *file) |
| void | stl_allocate (stl_file *stl) |
| void | stl_reallocate (stl_file *stl) |
| void | stl_facet_stats (stl_file *stl, stl_facet facet, bool &first) |
References stl_file::facet_start, stl_file::neighbors_start, stl_stats::number_of_facets, and stl_file::stats.
Referenced by stl_open().
Here is the caller graph for this function:References cwiseAbs(), stl_stats::max, stl_stats::min, stl_stats::shortest_edge, stl_file::stats, and stl_facet::vertex.
Referenced by stl_read().
Here is the call graph for this function:
Here is the caller graph for this function:References stl_file::clear(), stl_allocate(), stl_open_count_facets(), and stl_read().
Referenced by Slic3r::TriangleMesh::ReadSTLFile().
Here is the call graph for this function:
Here is the caller graph for this function:References ascii, ASCII_LINES_PER_FACET, binary, error, stl_stats::header, HEADER_SIZE, LABEL_SIZE, stl_stats::number_of_facets, stl_stats::original_num_facets, SEEK_SET, SIZEOF_STL_FACET, stl_file::stats, STL_MIN_FILE_SIZE, and stl_stats::type.
Referenced by stl_open().
Here is the caller graph for this function:
|
static |
References binary, stl_stats::bounding_diameter, error, stl_file::facet_start, HEADER_SIZE, stl_stats::max, stl_stats::min, stl_facet::normal, stl_stats::number_of_facets, SEEK_SET, stl_stats::size, SIZEOF_STL_FACET, stl_file::stats, stl_facet_stats(), stl_stats::type, and stl_facet::vertex.
Referenced by stl_open().
Here is the call graph for this function:
Here is the caller graph for this function:References stl_file::facet_start, stl_file::neighbors_start, stl_stats::number_of_facets, and stl_file::stats.