SilverLining 2.36
Enumerations
/home/fkane/sl/trunk/Public Headers/CloudTypes.h File Reference

Defines the enumerated values of cloud layer types that may be passed to CloudLayerFactory::Create. More...

This graph shows which files directly or indirectly include this file:

Enumerations

enum  CloudTypes {
  CIRROCUMULUS, CIRRUS_FIBRATUS, STRATUS,
  CUMULUS_MEDIOCRIS, CUMULUS_CONGESTUS, CUMULONIMBUS_CAPPILATUS,
  STRATOCUMULUS, NUM_CLOUD_TYPES
}

Detailed Description

Defines the enumerated values of cloud layer types that may be passed to CloudLayerFactory::Create.


Enumeration Type Documentation

enum CloudTypes

Cloud types suitable for passing into CloudLayerFactory::Create

Enumerator:
CIRROCUMULUS 

High planar cloud puffs

CIRRUS_FIBRATUS 

High, thicker and fibrous clouds that signal changing weather

STRATUS 

Low clouds represented as a slab

CUMULUS_MEDIOCRIS 

Low, puffy clouds on fair days

CUMULUS_CONGESTUS 

Large cumulus clouds that could turn into a thunderhead

CUMULONIMBUS_CAPPILATUS 

Big storm clouds.

STRATOCUMULUS 

Low, dense, puffy clouds with some sun breaks between them.

NUM_CLOUD_TYPES 

Total number of cloud types.