#include "testing/testing.h"
#include "BLI_fileops.hh"
#include "BLI_hash_mm2a.hh"
#include "ply_import.hh"
#include "ply_import_buffer.hh"
#include "ply_import_data.hh"
Go to the source code of this file.
|
| | blender::io::ply::TEST_F (PLYImportTest, PLYImportCube) |
| |
| | blender::io::ply::TEST_F (PLYImportTest, PLYImportWireframeCube) |
| |
| | blender::io::ply::TEST_F (PLYImportTest, PlyImportBinaryDataStartsWithLF) |
| |
| | blender::io::ply::TEST_F (PLYImportTest, PLYImportBunny) |
| |
| | blender::io::ply::TEST_F (PLYImportTest, PlyImportManySmallHoles) |
| |
| | blender::io::ply::TEST_F (PLYImportTest, PlyImportColorNotFull) |
| |
| | blender::io::ply::TEST_F (PLYImportTest, PlyImportCustomDataElements) |
| |
| | blender::io::ply::TEST_F (PLYImportTest, PlyImportDoubleXYZ) |
| |
| | blender::io::ply::TEST_F (PLYImportTest, PlyImportFaceIndicesNotFirstProp) |
| |
| | blender::io::ply::TEST_F (PLYImportTest, PlyImportFaceIndicesPrecededByList) |
| |
| | blender::io::ply::TEST_F (PLYImportTest, PlyImportFaceUVsColors) |
| |
| | blender::io::ply::TEST_F (PLYImportTest, PlyImportFacesFirst) |
| |
| | blender::io::ply::TEST_F (PLYImportTest, PlyImportFloatFormats) |
| |
| | blender::io::ply::TEST_F (PLYImportTest, PlyImportPositionNotFull) |
| |
| | blender::io::ply::TEST_F (PLYImportTest, PlyImportTristrips) |
| |
| | blender::io::ply::TEST_F (PLYImportTest, PlyImportTypeAliases) |
| |
| | blender::io::ply::TEST_F (PLYImportTest, PlyImportVertexCompOrder) |
| |