AGX Dynamics
2.42.1.1
Loading...
Searching...
No Matches
SimulationTimePrinter.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_SIMULATIONTIMEPRINTER_H
18
#define AGXOSG_SIMULATIONTIMEPRINTER_H
19
20
#include <
agxOSG/export.h
>
21
#include <
agxOSG/HudTextManager.h
>
22
#include <
agxSDK/GuiEventListener.h
>
23
24
25
namespace
agxOSG
26
{
31
class
AGXOSG_EXPORT
SimulationTimePrinter
:
public
agxSDK::GuiEventListener
32
{
33
public
:
34
SimulationTimePrinter
(
agxOSG::HudTextManager
* hudTextManager);
35
37
void
updateHud
();
38
40
virtual
void
update
(
float
,
float
)
override
;
41
42
protected
:
43
virtual
~SimulationTimePrinter
();
44
45
protected
:
46
HudTextManagerObserver
m_hudTextManager
;
47
HudTextManager::ReferencedTextRef
m_text
;
48
agx::Real
m_time
;
49
};
50
51
}
52
53
54
55
#endif
56
57
HudTextManager.h
export.h
AGXOSG_EXPORT
#define AGXOSG_EXPORT
GuiEventListener.h
agxOSG::HudTextManager
HudTextManager is a class that inherits from agxSDK::StepEventListener and makes it easier to manipul...
Definition:
HudTextManager.h:39
agxOSG::SimulationTimePrinter
SimulationTimePrinter is a class that inherits from agxSDK::GuiEventListener and prints the simulatio...
Definition:
SimulationTimePrinter.h:32
agxOSG::SimulationTimePrinter::SimulationTimePrinter
SimulationTimePrinter(agxOSG::HudTextManager *hudTextManager)
agxOSG::SimulationTimePrinter::m_hudTextManager
HudTextManagerObserver m_hudTextManager
Definition:
SimulationTimePrinter.h:46
agxOSG::SimulationTimePrinter::m_time
agx::Real m_time
Definition:
SimulationTimePrinter.h:48
agxOSG::SimulationTimePrinter::~SimulationTimePrinter
virtual ~SimulationTimePrinter()
agxOSG::SimulationTimePrinter::updateHud
void updateHud()
Updates the HUD given current simulation time.
agxOSG::SimulationTimePrinter::update
virtual void update(float, float) override
Inherited from agxSDK::GuiEventListener.
agxOSG::SimulationTimePrinter::m_text
HudTextManager::ReferencedTextRef m_text
Definition:
SimulationTimePrinter.h:47
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
SimulationTimePrinter.h
Generated by
1.9.6