Assimp  v4.1. (December 2018)
Assimp::MDL::IntSplitGroupData_MDL7 Struct Reference

Contains input data for GenerateOutputMeshes_3DGS_MDL7. More...

Public Member Functions

 IntSplitGroupData_MDL7 (IntSharedData_MDL7 &_shared, std::vector< aiMesh * > &_avOutList)
 Construction from a given shared data set. More...
 
 ~IntSplitGroupData_MDL7 ()
 Destruction: properly delete all allocated resources. More...
 

Public Attributes

std::vector< unsigned int > ** aiSplit
 Contains a list of all faces per material. More...
 
std::vector< aiMesh * > & avOutList
 List of meshes. More...
 
IntSharedData_MDL7shared
 Shared data for all groups of the model. More...
 

Detailed Description

Contains input data for GenerateOutputMeshes_3DGS_MDL7.

Constructor & Destructor Documentation

◆ IntSplitGroupData_MDL7()

Assimp::MDL::IntSplitGroupData_MDL7::IntSplitGroupData_MDL7 ( IntSharedData_MDL7 _shared,
std::vector< aiMesh * > &  _avOutList 
)
inline

Construction from a given shared data set.

◆ ~IntSplitGroupData_MDL7()

Assimp::MDL::IntSplitGroupData_MDL7::~IntSplitGroupData_MDL7 ( )
inline

Destruction: properly delete all allocated resources.

Member Data Documentation

◆ aiSplit

std::vector<unsigned int>** Assimp::MDL::IntSplitGroupData_MDL7::aiSplit

Contains a list of all faces per material.

◆ avOutList

std::vector<aiMesh*>& Assimp::MDL::IntSplitGroupData_MDL7::avOutList

List of meshes.

◆ shared

IntSharedData_MDL7& Assimp::MDL::IntSplitGroupData_MDL7::shared

Shared data for all groups of the model.


The documentation for this struct was generated from the following file: