Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
WorldHeightMapInterfaceClass Class Referenceabstract

#include <MapObject.h>

Inherited by WorldHeightMap.

Public Member Functions

virtual Int getBorderSize ()=0
 
virtual Real getSeismicZVelocity (Int xIndex, Int yIndex) const =0
 
virtual void setSeismicZVelocity (Int xIndex, Int yIndex, Real value)=0
 
virtual Real getBilinearSampleSeismicZVelocity (Int x, Int y)=0
 

Detailed Description

Definition at line 41 of file MapObject.h.

Member Function Documentation

◆ getBilinearSampleSeismicZVelocity()

virtual Real WorldHeightMapInterfaceClass::getBilinearSampleSeismicZVelocity ( Int x,
Int y )
pure virtual

Implemented in WorldHeightMap.

◆ getBorderSize()

virtual Int WorldHeightMapInterfaceClass::getBorderSize ( )
pure virtual

Implemented in WorldHeightMap.

◆ getSeismicZVelocity()

virtual Real WorldHeightMapInterfaceClass::getSeismicZVelocity ( Int xIndex,
Int yIndex ) const
pure virtual

Implemented in WorldHeightMap.

◆ setSeismicZVelocity()

virtual void WorldHeightMapInterfaceClass::setSeismicZVelocity ( Int xIndex,
Int yIndex,
Real value )
pure virtual

Implemented in WorldHeightMap.


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