TrinityCore
Loading...
Searching...
No Matches
MMAP::IntermediateValues Struct Reference

#include <IntermediateValues.h>

Public Member Functions

 IntermediateValues ()
 
 IntermediateValues (IntermediateValues const &)=delete
 
 IntermediateValues (IntermediateValues &&other) noexcept
 
 ~IntermediateValues ()
 
IntermediateValuesoperator= (IntermediateValues const &)=delete
 
IntermediateValuesoperator= (IntermediateValues &&other) noexcept
 
void writeIV (boost::filesystem::path const &outputDirectory, std::string_view fileNameSuffix, uint32 mapID, uint32 tileX, uint32 tileY)
 
void generateObjFile (boost::filesystem::path const &outputDirectory, std::string_view fileNameSuffix, uint32 mapID, uint32 tileX, uint32 tileY, MeshData const &meshData)
 

Static Public Member Functions

static void debugWrite (FILE *file, rcHeightfield const *mesh)
 
static void debugWrite (FILE *file, rcCompactHeightfield const *chf)
 
static void debugWrite (FILE *file, rcContourSet const *cs)
 
static void debugWrite (FILE *file, rcPolyMesh const *mesh)
 
static void debugWrite (FILE *file, rcPolyMeshDetail const *mesh)
 

Public Attributes

rcHeightfield * heightfield
 
rcCompactHeightfield * compactHeightfield
 
rcContourSet * contours
 
rcPolyMesh * polyMesh
 
rcPolyMeshDetail * polyMeshDetail
 

Detailed Description

Definition at line 28 of file IntermediateValues.h.

Constructor & Destructor Documentation

◆ IntermediateValues() [1/3]

MMAP::IntermediateValues::IntermediateValues ( )
inline

Definition at line 36 of file IntermediateValues.h.

◆ IntermediateValues() [2/3]

MMAP::IntermediateValues::IntermediateValues ( IntermediateValues const &  )
delete

◆ IntermediateValues() [3/3]

MMAP::IntermediateValues::IntermediateValues ( IntermediateValues &&  other)
inlinenoexcept

Definition at line 41 of file IntermediateValues.h.

◆ ~IntermediateValues()

MMAP::IntermediateValues::~IntermediateValues ( )

Definition at line 25 of file IntermediateValues.cpp.

Member Function Documentation

◆ debugWrite() [1/5]

void MMAP::IntermediateValues::debugWrite ( FILE *  file,
rcCompactHeightfield const *  chf 
)
static

Definition at line 99 of file IntermediateValues.cpp.

◆ debugWrite() [2/5]

void MMAP::IntermediateValues::debugWrite ( FILE *  file,
rcContourSet const *  cs 
)
static

Definition at line 138 of file IntermediateValues.cpp.

◆ debugWrite() [3/5]

void MMAP::IntermediateValues::debugWrite ( FILE *  file,
rcHeightfield const *  mesh 
)
static

Definition at line 61 of file IntermediateValues.cpp.

+ Here is the caller graph for this function:

◆ debugWrite() [4/5]

void MMAP::IntermediateValues::debugWrite ( FILE *  file,
rcPolyMesh const *  mesh 
)
static

Definition at line 159 of file IntermediateValues.cpp.

◆ debugWrite() [5/5]

void MMAP::IntermediateValues::debugWrite ( FILE *  file,
rcPolyMeshDetail const *  mesh 
)
static

Definition at line 178 of file IntermediateValues.cpp.

◆ generateObjFile()

void MMAP::IntermediateValues::generateObjFile ( boost::filesystem::path const &  outputDirectory,
std::string_view  fileNameSuffix,
uint32  mapID,
uint32  tileX,
uint32  tileY,
MeshData const &  meshData 
)

Definition at line 191 of file IntermediateValues.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ operator=() [1/2]

IntermediateValues & MMAP::IntermediateValues::operator= ( IntermediateValues &&  other)
inlinenoexcept

Definition at line 54 of file IntermediateValues.h.

◆ operator=() [2/2]

IntermediateValues & MMAP::IntermediateValues::operator= ( IntermediateValues const &  )
delete

◆ writeIV()

void MMAP::IntermediateValues::writeIV ( boost::filesystem::path const &  outputDirectory,
std::string_view  fileNameSuffix,
uint32  mapID,
uint32  tileX,
uint32  tileY 
)

Definition at line 34 of file IntermediateValues.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ compactHeightfield

rcCompactHeightfield* MMAP::IntermediateValues::compactHeightfield

Definition at line 31 of file IntermediateValues.h.

◆ contours

rcContourSet* MMAP::IntermediateValues::contours

Definition at line 32 of file IntermediateValues.h.

◆ heightfield

rcHeightfield* MMAP::IntermediateValues::heightfield

Definition at line 30 of file IntermediateValues.h.

◆ polyMesh

rcPolyMesh* MMAP::IntermediateValues::polyMesh

Definition at line 33 of file IntermediateValues.h.

◆ polyMeshDetail

rcPolyMeshDetail* MMAP::IntermediateValues::polyMeshDetail

Definition at line 34 of file IntermediateValues.h.


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