Visualizer for rotorWashes Each rotary wing entity is configured with a visualizer for each soil type that might result in a rotor wash effect. Each visualizer listens to the.
- See Also
- DtEntityListener for
-
DtRotorWashInfo messages. When a DtRotorWashInfo message indicating the the entity is over the the soil type that matches that visualizer's soil type then it activates a visual effect. It creates
-
DtRotorWashModel so that it can be added to the DtSceneObject. It also create a
-
DtRotorWashObject which is used to communicate this visual effect to the
-
DtRotorWashManager, The DtUniqueID of the rotor wing DtSceneObject and the DtRotorWashModel are provided to the DtRotorWashManager using the DtRotorWashObject.
|
| | DtEntityRotorWashVisualizer (DtBaseConnection &simulation, DtStateListener &listener, DtSceneObjectAgent *sceneObject, DtModelSetId modelSet) |
| |
| virtual | ~DtEntityRotorWashVisualizer () |
| |
| | DtEntityRotorWashVisualizer ()=delete |
| |
| | DtEntityRotorWashVisualizer (const DtEntityRotorWashVisualizer &)=delete |
| |
| DtEntityRotorWashVisualizer & | operator= (const DtEntityRotorWashVisualizer &)=delete |
| |
| virtual void | initialize () override |
| |
| virtual void | setRotorWashEnabled (bool b) |
| |
| virtual void | setRotorDiameter (double diameter) |
| |
| virtual void | setRotorWindSpeed (double speed) |
| |
virtual const
DtStateVisualizer::TypeInfo & | typeInfo () const |
| |
| | DtEntityStateVisualizer (DtBaseConnection &simulation, DtStateListener &listener, DtSceneObjectAgent *sceneObject, DtModelSetId modelSet) |
| |
| virtual | ~DtEntityStateVisualizer () |
| |
| virtual void | setState (int stateNumber, int stateValue) |
| |
| DtEntityStateListener & | entityStateListener () |
| |
| | DtStateVisualizer (DtBaseConnection &connection, DtStateListener &listener, DtSceneObjectAgent *sceneObjectAgent, DtModelSetId modelSet) |
| |
| virtual | ~DtStateVisualizer () |
| |
| virtual DtModelSetId | modelSet () |
| |
| virtual void | setSceneObjectAgent (DtSceneObjectAgent *sceneObject) |
| |
| void | setModelDefinition (const std::string &definition) |
| |
| const std::string & | modelDefinition () const |
| |
| virtual void | implementVisibility (bool visible) |
| |
| virtual void | slot_setSelected (bool b) |
| |
| void | setName (const std::string &) |
| |
| const std::string & | name () const |
| |
| virtual void | setPickable (bool) |
| |
| virtual bool | pickable () const |
| |
| virtual DtUniqueID | sceneObjectID () const |
| |
| int | visualizerType () const |
| |
| virtual void | setVisualizerDefinition (const DtVisualizerDefinition &) |
| |
| DtStateListener & | listener () |
| |
| const DtStateListener & | listener () const |
| |
| DtBaseConnection & | simulation () |
| |
| void | setDistribute (bool b) |
| |
| bool | distribute () const |
| |
| virtual bool | setVisualizerIsVisible (bool vis, DtVisualizerShowHideContext::VisualizerShowHideContext context) |
| |