|
Assimp
v4.1. (December 2018)
|
FBX data entity that consists of a 'scope', a collection of not necessarily unique #Element instances. More...
Public Member Functions | |
| const ElementMap & | Elements () const |
| const Element * | FindElementCaseInsensitive (const std::string &elementName) const |
| ElementCollection | GetCollection (const std::string &index) const |
| const Element * | operator[] (const std::string &index) const |
| Scope (Parser &parser, bool topLevel=false) | |
| ~Scope () | |
FBX data entity that consists of a 'scope', a collection of not necessarily unique #Element instances.
Example:
* GlobalSettings: {
* Version: 1000
* Properties70:
* [...]
* }
* | Assimp::FBX::Scope::Scope | ( | Parser & | parser, |
| bool | topLevel = false |
||
| ) |
| Assimp::FBX::Scope::~Scope | ( | ) |
|
inline |
|
inline |
|
inline |
|
inline |