SLProject 4.0.000
SLNode.h File Reference
#include <SLDrawBits.h>
#include <SLEnums.h>
#include <SLEventHandler.h>
#include <SLMesh.h>
#include <SLQuat4.h>
#include <deque>
Include dependency graph for SLNode.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  SLNodeStats
 Struct for scene graph statistics. More...
 
class  SLNode
 SLNode represents a node in a hierarchical scene graph. More...
 

Typedefs

typedef deque< SLNode * > SLVNode
 SLVNode typedef for a vector of SLNodes. More...
 

Typedef Documentation

◆ SLVNode

typedef deque<SLNode*> SLVNode

SLVNode typedef for a vector of SLNodes.