OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Public Attributes | List of all members
OpenSim.Region.CoreModules.World.Terrain.FileLoaders.LLRAW.HeightmapLookupValue Struct Reference
Inheritance diagram for OpenSim.Region.CoreModules.World.Terrain.FileLoaders.LLRAW.HeightmapLookupValue:
Inheritance graph
[legend]
Collaboration diagram for OpenSim.Region.CoreModules.World.Terrain.FileLoaders.LLRAW.HeightmapLookupValue:
Collaboration graph
[legend]

Public Member Functions

 HeightmapLookupValue (ushort index, float value)
 
int CompareTo (HeightmapLookupValue val)
 

Public Attributes

ushort Index
 
float Value
 

Detailed Description

Definition at line 38 of file LLRAW.cs.

Constructor & Destructor Documentation

OpenSim.Region.CoreModules.World.Terrain.FileLoaders.LLRAW.HeightmapLookupValue.HeightmapLookupValue ( ushort  index,
float  value 
)
inline

Definition at line 43 of file LLRAW.cs.

Member Function Documentation

int OpenSim.Region.CoreModules.World.Terrain.FileLoaders.LLRAW.HeightmapLookupValue.CompareTo ( HeightmapLookupValue  val)
inline

Definition at line 49 of file LLRAW.cs.

Member Data Documentation

ushort OpenSim.Region.CoreModules.World.Terrain.FileLoaders.LLRAW.HeightmapLookupValue.Index

Definition at line 40 of file LLRAW.cs.

float OpenSim.Region.CoreModules.World.Terrain.FileLoaders.LLRAW.HeightmapLookupValue.Value

Definition at line 41 of file LLRAW.cs.


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