NTRT Simulator  Version: Master
 All Classes Namespaces 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"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  tgNodes
 

Functions

std::ostream & operator<< (std::ostream &os, const tgNodes &n)
 
std::string asYamlItems (const tgNodes &nodes, int indentLevel=0)
 

Detailed Description

Definition of class tgNodes.

Author
Ryan Adams
Date
January 2014 $Id$

Definition in file tgNodes.h.

Function Documentation

std::string asYamlItems ( const tgNodes nodes,
int  indentLevel = 0 
)
inline

Represent nodes as a YAML list (prepended by '-', multi-line) Note: this function has no dependencies on external libraries

Definition at line 276 of file tgNodes.h.

Here is the call graph for this function:

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 259 of file tgNodes.h.