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.
Definition of class tgNodes.
- Author
- Ryan Adams
- Date
- January 2014 $Id$
Definition in file tgNodes.h.
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.
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const tgNodes & |
n |
|
) |
| |
|
inline |