TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
rcHeightPatch Struct Reference

Public Member Functions

 rcHeightPatch ()
 
 ~rcHeightPatch ()
 

Public Attributes

unsigned short * data
 
int xmin
 
int ymin
 
int width
 
int height
 

Constructor & Destructor Documentation

rcHeightPatch::rcHeightPatch ( )
inline
34 : data(0), xmin(0), ymin(0), width(0), height(0) {}
int xmin
Definition: RecastMeshDetail.cpp:37
int height
Definition: RecastMeshDetail.cpp:37
int width
Definition: RecastMeshDetail.cpp:37
unsigned short * data
Definition: RecastMeshDetail.cpp:36
int ymin
Definition: RecastMeshDetail.cpp:37
rcHeightPatch::~rcHeightPatch ( )
inline
35 { rcFree(data); }
void rcFree(void *ptr)
Definition: RecastAlloc.cpp:55
unsigned short * data
Definition: RecastMeshDetail.cpp:36

+ Here is the call graph for this function:

Member Data Documentation

unsigned short* rcHeightPatch::data
int rcHeightPatch::height
int rcHeightPatch::width
int rcHeightPatch::xmin
int rcHeightPatch::ymin

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