TrinityCore
MMAP::IntermediateValues Struct Reference

#include <IntermediateValues.h>

Public Member Functions

 IntermediateValues ()
 
 ~IntermediateValues ()
 
void writeIV (uint32 mapID, uint32 tileX, uint32 tileY)
 
void debugWrite (FILE *file, rcHeightfield const *mesh)
 
void debugWrite (FILE *file, rcCompactHeightfield const *chf)
 
void debugWrite (FILE *file, rcContourSet const *cs)
 
void debugWrite (FILE *file, rcPolyMesh const *mesh)
 
void debugWrite (FILE *file, rcPolyMeshDetail const *mesh)
 
void generateObjFile (uint32 mapID, uint32 tileX, uint32 tileY, MeshData &meshData)
 

Public Attributes

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

Detailed Description

Definition at line 27 of file IntermediateValues.h.

Constructor & Destructor Documentation

◆ IntermediateValues()

MMAP::IntermediateValues::IntermediateValues ( )
inline

Definition at line 35 of file IntermediateValues.h.

◆ ~IntermediateValues()

MMAP::IntermediateValues::~IntermediateValues ( )

Definition at line 23 of file IntermediateValues.cpp.

Member Function Documentation

◆ debugWrite() [1/5]

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

Definition at line 100 of file IntermediateValues.cpp.

◆ debugWrite() [2/5]

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

Definition at line 139 of file IntermediateValues.cpp.

◆ debugWrite() [3/5]

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

Definition at line 62 of file IntermediateValues.cpp.

+ Here is the caller graph for this function:

◆ debugWrite() [4/5]

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

Definition at line 160 of file IntermediateValues.cpp.

◆ debugWrite() [5/5]

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

Definition at line 179 of file IntermediateValues.cpp.

◆ generateObjFile()

void MMAP::IntermediateValues::generateObjFile ( uint32  mapID,
uint32  tileX,
uint32  tileY,
MeshData meshData 
)

Definition at line 192 of file IntermediateValues.cpp.

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

◆ writeIV()

void MMAP::IntermediateValues::writeIV ( uint32  mapID,
uint32  tileX,
uint32  tileY 
)

Definition at line 32 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 30 of file IntermediateValues.h.

◆ contours

rcContourSet* MMAP::IntermediateValues::contours

Definition at line 31 of file IntermediateValues.h.

◆ heightfield

rcHeightfield* MMAP::IntermediateValues::heightfield

Definition at line 29 of file IntermediateValues.h.

◆ polyMesh

rcPolyMesh* MMAP::IntermediateValues::polyMesh

Definition at line 32 of file IntermediateValues.h.

◆ polyMeshDetail

rcPolyMeshDetail* MMAP::IntermediateValues::polyMeshDetail

Definition at line 33 of file IntermediateValues.h.


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