Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
SilverLining::AllocatorYou may extend the Allocator class to hook your own memory management scheme into SilverLining
SilverLining::AtmosphereThis class is the main interface to SilverLining
SilverLining::AtmosphericConditionsA class to set the current simulation conditions for the sky
SilverLining::CloudLayerA collection of clouds of uniform classification organized into a "deck" of similar altitudes
SilverLining::CloudLayerFactoryA class factory for CloudLayer objects
SilverLining::ColorA RGBA color, where each component is represented as a float from 0-1
SilverLining::FrustumA simple class that just collects six planes together and calls it a frustum
SilverLining::LightningListenerExtend this class in order to receive notifications of lightning strike events from cumulonimbus cloud layers
SilverLining::LocalTimeA class to represent the simulated local time, time zone, and daylight savings time observation
SilverLining::LocationAn object representing a geographic location
SilverLining::Matrix3A simple 3x3 matrix class and its operations
SilverLining::Matrix4An implementation of a 4x4 matrix and some simple operations on it
SilverLining::MemObjectThis base class for all SilverLining objects intercepts the new and delete operators, routing them through SilverLining::Allocator()
SilverLining::MillisecondTimerExposes an interface to allow applications to control millisecond-level time
SilverLining::PlaneA geometric plane, modelled as a normal vector and a distance to the plane
SilverLining::RandomNumberGeneratorExtend this class in order to use your own random number generator with SilverLining
SilverLining::ResourceLoaderThis class is used whenever SilverLining needs to load textures, data files, or shaders from mass storage; you may extend this class to override our default use of POSIX filesystem calls with your own resource management if you wish
SilverLining::Vector3A 3D double-precision Vector class and its operations
SilverLining::Vector3fA 3D single-precision vector class, and its operations
SilverLining::Vector4A simple double-precision 4D vector class with no operations defined
SilverLining::VertexA single vertex containing a position, RGBA color, and 3D texture coordinates
SilverLining::WindVolumeDefines an area of a given wind velocity and direction bounded by two altitudes

Generated on 22 Mar 2012 for SilverLining by  doxygen 1.6.1