RLLib
0.1
|
Namespace containing functions that locate entities segments in scene files. More...
Functions | |
std::vector< EntityLocation > | names (ByteStream &data) |
Locates entities by looking for strings that are probably their names. More... | |
std::vector< EntityLocation > | values (ByteStream &data) |
Locates entities by looking for patterns of values around their names. More... | |
Namespace containing functions that locate entities segments in scene files.
std::vector<EntityLocation> rl::locator::names | ( | ByteStream & | data | ) |
Locates entities by looking for strings that are probably their names.
This is the default algorithm and also the fastest.
data | The scene data |
std::vector<EntityLocation> rl::locator::values | ( | ByteStream & | data | ) |
Locates entities by looking for patterns of values around their names.
data | The scene data |