AGX Dynamics 2.42.1.1
Loading...
Searching...
No Matches
PlotSystemConstructor.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_PLOTSYSTEM_CONSTRUCTOR
18#define AGXOSG_PLOTSYSTEM_CONSTRUCTOR
19
20#include <agxOSG/export.h>
23#include <agxIO/ReaderWriter.h>
24#include <agxIO/FileSystem.h>
25#include <agx/String.h>
26
27namespace agxOSG
28{
29 // Class used to initialize a plotsystem from supplied xml
31 {
32 public:
33 static bool constructPlotsystemFromXML(const agx::String& bindingsFile, agxSDK::Simulation* simulation
35 , bool useWebplot
36#endif
37 );
38 };
39}
40
41
42#endif
#define AGX_USE_WEBPLOT()
#define AGXOSG_EXPORT
static bool constructPlotsystemFromXML(const agx::String &bindingsFile, agxSDK::Simulation *simulation)
Simulation is a class that bridges the collision space agxCollide::Space and the dynamic simulation s...
Definition: Simulation.h:131
The agxOSG namespace provides functionality for visualizing AGX simulations with OpenSceneGraph.