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