Blender V4.3
ply_import_buffer.cc File Reference
#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)
 

Function Documentation

◆ is_newline()

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().