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

Classes

class  SortByPTypeProcessTest
 

Functions

 TEST_F (SortByPTypeProcessTest, SortByPTypeStep)
 

Variables

static unsigned int num [10][4]
 
static unsigned int result [10]
 

Function Documentation

◆ TEST_F()

TEST_F ( SortByPTypeProcessTest  ,
SortByPTypeStep   
)

Variable Documentation

◆ num

unsigned int num[10][4]
static
Initial value:
= {
{0,0,0,1000},
{0,0,1000,0},
{0,1000,0,0},
{1000,0,0,0},
{500,500,0,0},
{500,0,500,0},
{0,330,330,340},
{250,250,250,250},
{100,100,100,700},
{0,100,0,900},
}

◆ result

unsigned int result[10]
static
Initial value:
= {
}
@ aiPrimitiveType_LINE
A line primitive.
Definition: include/assimp/mesh.h:373
@ aiPrimitiveType_TRIANGLE
A triangular primitive.
Definition: include/assimp/mesh.h:379
@ aiPrimitiveType_POLYGON
A higher-level polygon with more than 3 edges.
Definition: include/assimp/mesh.h:388
@ aiPrimitiveType_POINT
A point primitive.
Definition: include/assimp/mesh.h:366