Blender V5.0
ply_import_buffer.cc File Reference
#include "ply_import_buffer.hh"
#include "BLI_fileops.h"
#include <algorithm>
#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()

bool is_newline ( char ch)
inlinestatic

Definition at line 14 of file ply_import_buffer.cc.

Referenced by blender::io::ply::PlyReadBuffer::read_line().