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

Definition of class tgPair. More...

#include "core/tgTaggable.h"
#include "LinearMath/btVector3.h"
#include <string>
#include <iostream>

Go to the source code of this file.

Classes

class  tgPair
 

Functions

std::ostream & operator<< (std::ostream &os, const tgPair &pair)
 

Detailed Description

Definition of class tgPair.

Date
March 2014 $Id$

Definition in file tgPair.h.

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const tgPair pair 
)
inline

Overload operator<<() to handle a tgPair

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

Definition at line 130 of file tgPair.h.

Here is the call graph for this function: