libigl v2.5.0
|
#include "igl_inline.h"
#include <cstdint>
#include <streambuf>
#include <istream>
#include <string>
#include <vector>
#include "read_file_binary.cpp"
Go to the source code of this file.
Namespaces | |
namespace | igl |
Functions | |
void | igl::read_file_binary (FILE *fp, std::vector< uint8_t > &fileBufferBytes) |
Read contents of file into a buffer of uint8_t bytes. | |