|
Blender V4.3
|
#include "ply_import_buffer.hh"#include "BLI_fileops.h"#include <cstdio>#include <cstring>#include <stdexcept>Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::io |
| namespace | blender::io::ply |
Functions | |
| static bool | is_newline (char ch) |
|
inlinestatic |
Definition at line 13 of file ply_import_buffer.cc.
Referenced by blender::io::ply::PlyReadBuffer::read_line().