|
Assimp
v4.1. (December 2018)
|
FBX lexer. More...
Classes | |
| class | Assimp::FBX::Token |
| Represents a single token in a FBX file. More... | |
Namespaces | |
| Assimp | |
| MACHINE-GENERATED by scripts/ICFImporter/CppGenerator.py. | |
| Assimp::FBX | |
Macros | |
| #define | new_Token new Token |
Typedefs | |
| typedef std::vector< TokenPtr > | Assimp::FBX::TokenList |
Enumerations | |
| enum | Assimp::FBX::TokenType { Assimp::FBX::TokenType_OPEN_BRACKET = 0, Assimp::FBX::TokenType_CLOSE_BRACKET, Assimp::FBX::TokenType_DATA, Assimp::FBX::TokenType_BINARY_DATA, Assimp::FBX::TokenType_COMMA, Assimp::FBX::TokenType_KEY } |
| Rough classification for text FBX tokens used for constructing the basic scope hierarchy. More... | |
Functions | |
| void | Assimp::FBX::Tokenize (TokenList &output_tokens, const char *input) |
| Main FBX tokenizer function. More... | |
| void | Assimp::FBX::TokenizeBinary (TokenList &output_tokens, const char *input, size_t length) |
| Tokenizer function for binary FBX files. More... | |
Variables | |
| const typedef Token * | Assimp::FBX::TokenPtr |
FBX lexer.
| #define new_Token new Token |