|
Blender V5.0
|
#include <system_error>#include "BLI_fileops.hh"#include "BLI_math_vector_types.hh"#include "BLI_memory_utils.hh"#include "DNA_mesh_types.h"#include "fast_float.h"#include "stl_data.hh"#include "stl_import_ascii_reader.hh"#include "stl_import_mesh.hh"#include "CLG_log.h"Go to the source code of this file.
Classes | |
| class | blender::io::stl::StringBuffer |
Namespaces | |
| namespace | blender |
| namespace | blender::io |
| namespace | blender::io::stl |
Functions | |
| static void | blender::io::stl::parse_float3 (StringBuffer &buf, float3 &out) |
| Mesh * | blender::io::stl::read_stl_ascii (const char *filepath, const bool use_custom_normals) |
Variables | |
| static CLG_LogRef | LOG = {"io.stl"} |
|
static |
Definition at line 30 of file stl_import_ascii_reader.cc.