1) Define the interface class that will be used to represent the next and current frames. The UNDEFINED_ macros are convenience macros that will define methods that throw exceptions (until they are implemented)
|
| | DtLandSurfaceStateComponent (DtStateData *storage) |
| |
| | UNDEFINED_RETURNVALUE_ACCESSOR_MUTATOR (double, snowAccumulation, SnowAccumulation) |
| |
| | UNDEFINED_RETURNVALUE_ACCESSOR_MUTATOR (double, rainAccumulation, RainAccumulation) |
| |
| | UNDEFINED_RETURNVALUE_ACCESSOR_MUTATOR (double, ambientAirPressure, AmbientAirPressure) |
| |
| | UNDEFINED_RETURNVALUE_ACCESSOR_MUTATOR (double, ambientAirTemperature, AmbientAirTemperature) |
| |
| | UNDEFINED_RETURNVALUE_ACCESSOR_MUTATOR (double, airPressureAltitude, AirPressureAltitude) |
| |
| | UNDEFINED_RETURNVALUE_ACCESSOR_MUTATOR (double, airTemperatureAltitude, AirTemperatureAltitude) |
| |
| | UNDEFINED_RETURNVALUE_ACCESSOR_MUTATOR (double, snowMinimumAltitude, SnowMinimumAltitude) |
| |
| | UNDEFINED_RETURNVALUE_ACCESSOR_MUTATOR (double, snowRoadAccumulation, SnowRoadAccumulation) |
| |
| | UNDEFINED_RETURNVALUE_ACCESSOR_MUTATOR (double, seaLevelWaterConcentration, SeaLevelWaterConcentration) |
| |
| | UNDEFINED_RETURNVALUE_ACCESSOR_MUTATOR (bool, lightningPresent, LightningPresent) |
| |
| | UNDEFINED_RETURNVALUE_ACCESSOR_MUTATOR (double, fogHeight, FogHeight) |
| |
| | UNDEFINED_RETURNVALUE_ACCESSOR_MUTATOR (DtVector, fogColor, FogColor) |
| |
| | UNDEFINED_RETURNVALUE_ACCESSOR_MUTATOR (int, priority, Priority) |
| |
| | UNDEFINED_RETURNVALUE_ACCESSOR_MUTATOR (int, blowingParticulateMatter, BlowingParticulateMatter) |
| |
| | UNDEFINED_RETURNVALUE_ACCESSOR_MUTATOR (double, precipitationIntensity, PrecipitationIntensity) |
| |
| | UNDEFINED_RETURNVALUE_ACCESSOR_MUTATOR (DtVrfWeatherPrecipitationType, precipitationType, PrecipitationType) |
| |
| void | setIsRemoteComponent (bool b) |
| |
| | DtFrameStateInterface (DtStateData *) |
| |
| virtual | ~DtFrameStateInterface () |
| |
| void | setIsWritable (bool b) |
| |
| bool | isWritable () const |
| |
| UInt64 | stateId () const |
| |
| UInt64 | legionGlobalId () const |
| |
| void | setLegionGlobalId (UInt64 d) |
| |
| virtual bool | isModified () const |
| |
| virtual void | clearModified () |
| |
| virtual void | markModified () |
| |
virtual
DtStateComponent::StateComponentType | type () const |
| |
virtual
DtStateComponent::StateComponentType | componentType () const =0 |
| |
| virtual const char * | stringType () const =0 |
| |
| void | setId (UInt64 id) |
| |
| virtual UInt64 | id () const |
| |
| virtual void | updateStateData (DtStateData *sd) |
| |
| virtual Legion::ReadStateInstance | readStateInstance () const |
| |
| virtual Legion::WriteStateInstance | writeStateInstance () |
| |
| void | emitComponentUpdated () |
| |
| bool | cleared () const |
| |
| bool | advancedFrame () const |
| |
| virtual void | frameAdvanced () |
| |
| virtual void | convertToRemote () |
| |
| virtual void | convertToLocal () |
| |
| virtual void | aboutToBeDeleted () |
| |