TrueReality  v0.1.1912
trCore/Nodes/Node.h File Reference
#include <trCore/Export.h>
#include <trBase/Base.h>
#include <trBase/SmrtPtr.h>
#include <trUtil/RefStr.h>
#include <vector>
Include dependency graph for trCore/Nodes/Node.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  trCore::Nodes::Node
 Class for wrapping the osg node Internally it contains an OSG Group, that can be accessed by user if additional functionality is required. More...
 

Namespaces

 trBase
 
 osg
 
 trCore::Nodes
 

Typedefs

using trCore::Nodes::NodePath = std::vector< trBase::SmrtPtr< Node > >
 A vector of Nodes pointers which is used to describe the path from a root node to a descendant. More...