Assimp  v4.1. (December 2018)
utPLYImportExport.cpp File Reference

Classes

class  utPLYImportExport
 

Functions

 TEST_F (utPLYImportExport, exportTest_Success)
 
 TEST_F (utPLYImportExport, importBinaryPLY)
 
 TEST_F (utPLYImportExport, importerMultipleTest)
 
 TEST_F (utPLYImportExport, importPLYwithUV)
 
 TEST_F (utPLYImportExport, importTest_Success)
 
 TEST_F (utPLYImportExport, parseErrorTest)
 
 TEST_F (utPLYImportExport, pointcloudTest)
 
 TEST_F (utPLYImportExport, vertexColorTest)
 

Variables

static const char * test_file
 

Function Documentation

◆ TEST_F() [1/8]

TEST_F ( utPLYImportExport  ,
exportTest_Success   
)

◆ TEST_F() [2/8]

TEST_F ( utPLYImportExport  ,
importBinaryPLY   
)

◆ TEST_F() [3/8]

TEST_F ( utPLYImportExport  ,
importerMultipleTest   
)

◆ TEST_F() [4/8]

TEST_F ( utPLYImportExport  ,
importPLYwithUV   
)

◆ TEST_F() [5/8]

TEST_F ( utPLYImportExport  ,
importTest_Success   
)

◆ TEST_F() [6/8]

TEST_F ( utPLYImportExport  ,
parseErrorTest   
)

◆ TEST_F() [7/8]

TEST_F ( utPLYImportExport  ,
pointcloudTest   
)

◆ TEST_F() [8/8]

TEST_F ( utPLYImportExport  ,
vertexColorTest   
)

Variable Documentation

◆ test_file

const char* test_file
static
Initial value:
=
"ply\n"
"format ascii 1.0\n"
"element vertex 4\n"
"property float x\n"
"property float y\n"
"property float z\n"
"property uchar red\n"
"property uchar green\n"
"property uchar blue\n"
"property float nx\n"
"property float ny\n"
"property float nz\n"
"end_header\n"
"0.0 0.0 0.0 255 255 255 0.0 1.0 0.0\n"
"0.0 0.0 1.0 255 0 255 0.0 0.0 1.0\n"
"0.0 1.0 0.0 255 255 0 1.0 0.0 0.0\n"
"0.0 1.0 1.0 0 255 255 1.0 1.0 0.0\n"