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

Implementation of the b3d importer class. More...

Functions

template<typename T >
void DeleteAllBarePointers (std::vector< T > &x)
 
template<class T >
T ** unique_to_array (vector< std::unique_ptr< T > > &v)
 

Variables

static const aiImporterDesc desc
 

Detailed Description

Implementation of the b3d importer class.

Function Documentation

◆ DeleteAllBarePointers()

template<typename T >
void DeleteAllBarePointers ( std::vector< T > &  x)

◆ unique_to_array()

template<class T >
T** unique_to_array ( vector< std::unique_ptr< T > > &  v)

Variable Documentation

◆ desc

const aiImporterDesc desc
static
Initial value:
= {
"BlitzBasic 3D Importer",
"",
"",
"http://www.blitzbasic.com/",
0,
0,
0,
0,
"b3d"
}
aiImporterFlags_SupportBinaryFlavour
Indicates that there is a binary encoding of the file format; and that it is supported.
Definition: importerdesc.h:62