VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Macros | Typedefs
terrainInterface.h File Reference

Go to the source code of this file.

Classes

class  DtTerrainInterface
 DtTerrainInterface allows access to common terrain calls without having to know the terrain implementation. More...
struct  DtTerrainInterface::OceanLayer
 Global ocean layer info; used in conjunction with the polygon data. More...

Macros

#define DtRegisterTerrainImplementationFunctionName   "DtRegisterTerrainImplementation"
#define DtDeregisterTerrainImplementationFunctionName   "DtDeregisterTerrainImplementation"

Typedefs

typedef bool(* DtRegisterTerrainImplementationLibFcn )(DtTerrainInterface *)
 This function signature is used for terrain implementation shared libraries that register themselves on open.
typedef void(* DtDeregisterTerrainImplementationLibFcn )()
 This function signature is used for terrain implementation shared libraries that deregister themselves on application shutdown.

Detailed Description

Macro Definition Documentation

#define DtRegisterTerrainImplementationFunctionName   "DtRegisterTerrainImplementation"
#define DtDeregisterTerrainImplementationFunctionName   "DtDeregisterTerrainImplementation"

Typedef Documentation

typedef bool(* DtRegisterTerrainImplementationLibFcn)(DtTerrainInterface *)

This function signature is used for terrain implementation shared libraries that register themselves on open.

typedef void(* DtDeregisterTerrainImplementationLibFcn)()

This function signature is used for terrain implementation shared libraries that deregister themselves on application shutdown.


Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)