Assimp  v3.1.1 (June 2014)
Assimp::FBX::Scope Class Reference

FBX data entity that consists of a 'scope', a collection of not necessarily unique #Element instances. More...

Public Member Functions

const ElementMapElements () const
 
ElementCollection GetCollection (const std::string &index) const
 
const Elementoperator[] (const std::string &index) const
 
 Scope (Parser &parser, bool topLevel=false)
 
 ~Scope ()
 

Detailed Description

FBX data entity that consists of a 'scope', a collection of not necessarily unique #Element instances.

Example:

*    GlobalSettings:  {
*        Version: 1000
*        Properties70:
*        [...]
*    }
*  

Constructor & Destructor Documentation

Assimp::FBX::Scope::Scope ( Parser parser,
bool  topLevel = false 
)
Assimp::FBX::Scope::~Scope ( )

Member Function Documentation

const ElementMap& Assimp::FBX::Scope::Elements ( ) const
inline
ElementCollection Assimp::FBX::Scope::GetCollection ( const std::string &  index) const
inline
const Element* Assimp::FBX::Scope::operator[] ( const std::string &  index) const
inline

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