NTRT Simulator  v1.1
 All Classes Namespaces Files Functions Variables Typedefs Friends Pages
tgNode.h File Reference

Definition of class tgNode. More...

#include "tgUtil.h"
#include "core/tgTaggable.h"
#include "LinearMath/btVector3.h"
#include "LinearMath/btQuaternion.h"

Go to the source code of this file.

Classes

class  tgNode
 

Functions

std::ostream & operator<< (std::ostream &os, const tgNode &node)
 

Detailed Description

Definition of class tgNode.

Author
Ryan Adams
Date
March 2014 $Id$

Definition in file tgNode.h.

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const tgNode node 
)
inline

Overload operator<<() to handle a tgNode

Parameters
[in,out]osan ostream
[in]paira tgNode
Returns
os
Todo:
Inlining this does no good; stream operations are slow.

Definition at line 114 of file tgNode.h.