AGX Dynamics 2.42.1.1
Loading...
Searching...
No Matches
pyutils.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#ifndef AGXOSG_PYUTILS_H
17#define AGXOSG_PYUTILS_H
18
19#include <agxOSG/export.h>
20
21namespace osg
22{
23 class Group;
24 class Geometry;
25}
26
27namespace agxModel
28{
29 class FractureGenerator;
30}
31
32namespace osg
33{
34 AGXOSG_EXPORT void Group_reference(osg::Group* node);
35 AGXOSG_EXPORT void Group_unreference(osg::Group* node);
36
37 AGXOSG_EXPORT void Geometry_reference(osg::Geometry* node);
38 AGXOSG_EXPORT void Geometry_unreference(osg::Geometry* node);
39}
40
41namespace agxOSG
42{
43 class Text;
44 class Transform;
45 class GeometryNode;
46
49
52
55}
56
57#endif /* _AGXOSG_UTILS_H_ */
#define AGXOSG_EXPORT
A node that can be associated with a collision geometry so that the transformation of this node is up...
Definition: GeometryNode.h:42
Contain classes for higher level modeling primitives, such as Tree, Terrain etc.
Definition: Space.h:63
The agxOSG namespace provides functionality for visualizing AGX simulations with OpenSceneGraph.
AGXOSG_EXPORT void Text_unreference(agxOSG::Text *node)
AGXOSG_EXPORT void Transform_reference(agxOSG::Transform *node)
AGXOSG_EXPORT void GeometryNode_reference(agxOSG::GeometryNode *node)
AGXOSG_EXPORT void Transform_unreference(agxOSG::Transform *node)
AGXOSG_EXPORT void Text_reference(agxOSG::Text *node)
AGXOSG_EXPORT void GeometryNode_unreference(agxOSG::GeometryNode *node)