Assimp  v4.1. (December 2018)
Assimp::Blender::CustomDataTypeDescription Struct Reference

describes the size of data and the read function to be used for single CustomerData.type More...

Public Member Functions

 CustomDataTypeDescription (PRead read, PCreate create, PDestroy destroy)
 

Public Attributes

PCreate Create
 function to allocate n type elements More...
 
PDestroy Destroy
 
PRead Read
 function to read one CustomData type element More...
 

Detailed Description

describes the size of data and the read function to be used for single CustomerData.type

Constructor & Destructor Documentation

◆ CustomDataTypeDescription()

Assimp::Blender::CustomDataTypeDescription::CustomDataTypeDescription ( PRead  read,
PCreate  create,
PDestroy  destroy 
)
inline

Member Data Documentation

◆ Create

PCreate Assimp::Blender::CustomDataTypeDescription::Create

function to allocate n type elements

◆ Destroy

PDestroy Assimp::Blender::CustomDataTypeDescription::Destroy

◆ Read

PRead Assimp::Blender::CustomDataTypeDescription::Read

function to read one CustomData type element


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