Assimp  v4.1. (December 2018)
Assimp::FBX::AnimationLayer Class Reference

Represents a FBX animation layer (i.e. More...

Inherits Assimp::FBX::Object.

Public Member Functions

 AnimationLayer (uint64_t id, const Element &element, const std::string &name, const Document &doc)
 
AnimationCurveNodeList Nodes (const char *const *target_prop_whitelist=NULL, size_t whitelist_size=0) const
 
const PropertyTable & Props () const
 
virtual ~AnimationLayer ()
 
- Public Member Functions inherited from Assimp::FBX::Object
uint64_t ID () const
 
const std::string & Name () const
 
 Object (uint64_t id, const Element &element, const std::string &name)
 
const ElementSourceElement () const
 
virtual ~Object ()
 

Additional Inherited Members

- Protected Attributes inherited from Assimp::FBX::Object
const Elementelement
 
const uint64_t id
 
const std::string name
 

Detailed Description

Represents a FBX animation layer (i.e.

a list of node animations)

Constructor & Destructor Documentation

◆ AnimationLayer()

Assimp::FBX::AnimationLayer::AnimationLayer ( uint64_t  id,
const Element element,
const std::string &  name,
const Document doc 
)

◆ ~AnimationLayer()

Assimp::FBX::AnimationLayer::~AnimationLayer ( )
virtual

Member Function Documentation

◆ Nodes()

AnimationCurveNodeList Assimp::FBX::AnimationLayer::Nodes ( const char *const *  target_prop_whitelist = NULL,
size_t  whitelist_size = 0 
) const

◆ Props()

const PropertyTable& Assimp::FBX::AnimationLayer::Props ( ) const
inline

The documentation for this class was generated from the following files: