![]() |
TrinityCore
|
#include <TileAssembler.h>
Public Member Functions | |
| TileAssembler (std::string const &srcDirName, std::string const &destDirName, uint32 threads) | |
| bool | convertWorld2 () |
| bool | convertMap (MapSpawns &data) const |
| bool | calculateTransformedBound (ModelSpawn &spawn) const |
| void | exportGameobjectModels () |
| bool | convertRawFile (const std::string &pModelFilename) const |
Static Public Member Functions | |
| static bool | readMapSpawns (FILE *dirf, MapSpawns *data) |
Private Attributes | |
| boost::filesystem::path | iSrcDir |
| boost::filesystem::path | iDestDir |
| uint32 | iThreads |
| std::set< std::string > | spawnedModelFiles |
Definition at line 93 of file TileAssembler.h.
| VMAP::TileAssembler::TileAssembler | ( | std::string const & | srcDirName, |
| std::string const & | destDirName, | ||
| uint32 | threads | ||
| ) |
Definition at line 55 of file TileAssembler.cpp.
| bool VMAP::TileAssembler::calculateTransformedBound | ( | ModelSpawn & | spawn | ) | const |
Definition at line 335 of file TileAssembler.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| bool VMAP::TileAssembler::convertMap | ( | MapSpawns & | data | ) | const |
Definition at line 169 of file TileAssembler.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| bool VMAP::TileAssembler::convertRawFile | ( | const std::string & | pModelFilename | ) | const |
Definition at line 372 of file TileAssembler.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| bool VMAP::TileAssembler::convertWorld2 | ( | ) |
Definition at line 60 of file TileAssembler.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void VMAP::TileAssembler::exportGameobjectModels | ( | ) |
Definition at line 405 of file TileAssembler.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 314 of file TileAssembler.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 97 of file TileAssembler.h.
|
private |
Definition at line 96 of file TileAssembler.h.
|
private |
Definition at line 98 of file TileAssembler.h.
|
private |
Definition at line 99 of file TileAssembler.h.