NTRT Simulator
 All Classes Files Functions Variables Typedefs Friends Pages
tgNodes.h File Reference

Definition of class tgNodes. More...

#include "LinearMath/btVector3.h"
#include <iostream>
#include <vector>
#include <map>
#include <set>
#include <stdexcept>
#include <sstream>
#include "tgNode.h"
#include "core/tgTaggables.h"

Go to the source code of this file.

Classes

class  tgNodes
 

Functions

std::ostream & operator<< (std::ostream &os, const tgNodes &n)
 

Detailed Description

Definition of class tgNodes.

Date
January 19, 2014 $Id$

Definition in file tgNodes.h.

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const tgNodes n 
)
inline

Overload operator<<() to handle tgNodes

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

Definition at line 244 of file tgNodes.h.