Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
GrayMapData::CMapChanSurface Class Reference

#include <cMapChanSurface.h>

Public Member Functions

 CMapChanSurface ()
 
 ~CMapChanSurface ()
 
MAP_SURFACE_ID_tGetSurfPtr (MAP_PATCH_POINT_t px, MAP_PATCH_POINT_t py) const
 
MAP_SURFACE_ID_t GetSurf (MAP_PATCH_POINT_t px, MAP_PATCH_POINT_t py) const
 
void EmptySurf ()
 

Detailed Description

MAP_CHANNEL_Surface A grid of MAP_SURFACE_ID_t(s) for small textures on the surface. surface is usually just loaded for octants. sectors must ask parent octant for surf data. surface is typically saved in compressed bz2 file. 1025x1025

Constructor & Destructor Documentation

◆ CMapChanSurface()

GrayMapData::CMapChanSurface::CMapChanSurface ( )
inline

◆ ~CMapChanSurface()

GrayMapData::CMapChanSurface::~CMapChanSurface ( )
inline

Member Function Documentation

◆ EmptySurf()

void GrayMapData::CMapChanSurface::EmptySurf ( )
inline

◆ GetSurf()

MAP_SURFACE_ID_t GrayMapData::CMapChanSurface::GetSurf ( MAP_PATCH_POINT_t  px,
MAP_PATCH_POINT_t  py 
) const
inline

◆ GetSurfPtr()

MAP_SURFACE_ID_t* GrayMapData::CMapChanSurface::GetSurfPtr ( MAP_PATCH_POINT_t  px,
MAP_PATCH_POINT_t  py 
) const
inline

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