Assimp
v4.1. (December 2018)
|
Represents a delay-parsed FBX objects. More...
Public Member Functions | |
bool | FailedToConstruct () const |
const Object * | Get (bool dieOnError=false) |
template<typename T > | |
const T * | Get (bool dieOnError=false) |
const Document & | GetDocument () const |
const Element & | GetElement () const |
uint64_t | ID () const |
bool | IsBeingConstructed () const |
LazyObject (uint64_t id, const Element &element, const Document &doc) | |
~LazyObject () | |
Represents a delay-parsed FBX objects.
Many objects in the scene are not needed by assimp, so it makes no sense to parse them upfront.
Assimp::FBX::LazyObject::~LazyObject | ( | ) |
|
inline |
const Object * Assimp::FBX::LazyObject::Get | ( | bool | dieOnError = false | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |