AGX Dynamics 2.42.1.1
Loading...
Searching...
No Matches
SimulationPausedPrinter.h
Go to the documentation of this file.
1/*
2Copyright 2007-2025. Algoryx Simulation AB.
3
4All AGX source code, intellectual property, documentation, sample code,
5tutorials, scene files and technical white papers, are copyrighted, proprietary
6and confidential material of Algoryx Simulation AB. You may not download, read,
7store, distribute, publish, copy or otherwise disseminate, use or expose this
8material unless having a written signed agreement with Algoryx Simulation AB, or having been
9advised so by Algoryx Simulation AB for a time limited evaluation, or having purchased a
10valid commercial license from Algoryx Simulation AB.
11
12Algoryx Simulation AB disclaims all responsibilities for loss or damage caused
13from using this software, unless otherwise stated in written agreements with
14Algoryx Simulation AB.
15*/
16
17#ifndef AGXOSG_SIMULATIONPAUSEDPRINTER_H
18#define AGXOSG_SIMULATIONPAUSEDPRINTER_H
19
20#include <agxOSG/export.h>
24
25
26namespace agxOSG
27{
33 {
34 public:
40
42 void updateHud();
43
45 virtual void update(float, float) override;
46
47 protected:
49
50 protected:
56 };
57
58}
59
60
61
62#endif
63
64
#define AGXOSG_EXPORT
Class that encapsulates rendering and simulation using OpenSceneGraph.
HudTextManager is a class that inherits from agxSDK::StepEventListener and makes it easier to manipul...
SimulationPausedPrinter is a class that inherits from agxSDK::GuiEventListener and prints the simulat...
void updateHud()
Updates the HUD given current simulation time.
virtual void update(float, float) override
Inherited from agxSDK::GuiEventListener.
SimulationPausedPrinter(agxOSG::HudTextManager *hudTextManager, agxOSG::ExampleApplication *app)
Creates a SimulationPausedReader given a hudTextManager and an ExampleApplication.
agx::observer_ptr< ExampleApplication > m_exampleApplication
HudTextManager::ReferencedTextRef m_text
Derive from this class to implement a listener for simulation GuiEvents.
The agxOSG namespace provides functionality for visualizing AGX simulations with OpenSceneGraph.
double Real
Definition: Real.h:41