Blender V4.3
io_ply_exporter_test.cc File Reference
#include "testing/testing.h"
#include "tests/blendfile_loading_base_test.h"
#include "BLI_fileops.h"
#include "BLI_string.h"
#include "BKE_appdir.hh"
#include "BKE_blender_version.h"
#include "DEG_depsgraph.hh"
#include "IO_ply.hh"
#include "intern/ply_data.hh"
#include "ply_export_data.hh"
#include "ply_export_header.hh"
#include "ply_export_load_plydata.hh"
#include "ply_file_buffer_ascii.hh"
#include "ply_file_buffer_binary.hh"
#include <fstream>

Go to the source code of this file.

Classes

class  blender::io::ply::PLYExportTest
 
class  blender::io::ply::PLYExportPLYDataTest
 

Namespaces

namespace  blender
 
namespace  blender::io
 
namespace  blender::io::ply
 

Functions

static std::unique_ptr< PlyDatablender::io::ply::load_cube (PLYExportParams &params)
 
static std::string blender::io::ply::read_temp_file_in_string (const std::string &file_path)
 
static char blender::io::ply::read (std::ifstream &file)
 
static std::vector< char > blender::io::ply::read_temp_file_in_vectorchar (const std::string &file_path)
 
 blender::io::ply::TEST_F (PLYExportTest, WriteHeaderAscii)
 
 blender::io::ply::TEST_F (PLYExportTest, WriteHeaderBinary)
 
 blender::io::ply::TEST_F (PLYExportTest, WriteVerticesAscii)
 
 blender::io::ply::TEST_F (PLYExportTest, WriteVerticesBinary)
 
 blender::io::ply::TEST_F (PLYExportTest, WriteFacesAscii)
 
 blender::io::ply::TEST_F (PLYExportTest, WriteFacesBinary)
 
 blender::io::ply::TEST_F (PLYExportTest, WriteVertexNormalsAscii)
 
 blender::io::ply::TEST_F (PLYExportTest, WriteVertexNormalsBinary)
 
 blender::io::ply::TEST_F (PLYExportPLYDataTest, CubeLoadPLYData)
 
 blender::io::ply::TEST_F (PLYExportPLYDataTest, CubeLoadPLYDataUV)
 
 blender::io::ply::TEST_F (PLYExportPLYDataTest, CubeLooseEdgesLoadPLYData)
 
 blender::io::ply::TEST_F (PLYExportPLYDataTest, CubeLooseEdgesLoadPLYDataUV)
 
 blender::io::ply::TEST_F (PLYExportPLYDataTest, CubesVertexAttrs)
 
 blender::io::ply::TEST_F (PLYExportPLYDataTest, SuzanneLoadPLYDataUV)
 

Variables

const char *const blender::io::ply::temp_file_path = "output\xc4\x84\xd0\x96.ply"