|
WSF
|
Define data types used by the electromagnetic classes. More...
Enumerations | |
| enum | Polarization { cPOL_DEFAULT = 0 , cPOL_HORIZONTAL = 1 , cPOL_VERTICAL = 2 , cPOL_SLANT_45 = 3 , cPOL_SLANT_135 = 4 , cPOL_LEFT_CIRCULAR = 5 , cPOL_RIGHT_CIRCULAR = 6 , cPOL_COUNT = 7 } |
| Polarization of the electromagnetic wave. More... | |
| enum | InfraredBand { cIRBAND_DEFAULT = 0 , cIRBAND_SHORT = 1 , cIRBAND_MEDIUM = 2 , cIRBAND_LONG = 3 , cIRBAND_VERY_LONG = 4 , cIRBAND_COUNT = 5 } |
| Infrared band names. More... | |
| enum | OpticalBand { cOPT_DEFAULT = 0 , cOPT_IR_SHORT = 1 , cOPT_IR_MEDIUM = 2 , cOPT_IR_LONG = 3 , cOPT_IR_VERY_LONG = 4 , cOPT_IR_COUNT = 5 , cOPT_VISUAL = 6 , cOPT_COUNT = 7 } |
Define data types used by the electromagnetic classes.
Optical bands This includes all bands that are in the optical spectrum. The IR bands defined above are part of this and MUST have the same values Also, if this is modified then WsfOpticalEnvironment must also be modified.
Polarization of the electromagnetic wave.