NTRT Simulator  Version: Master
 All Classes Namespaces Files Functions Variables Typedefs Friends Pages
tgConnectorInfo.h File Reference

Definition of class tgConnectorInfo. More...

#include "core/tgTaggable.h"
#include "LinearMath/btVector3.h"
#include "tgPair.h"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  tgConnectorInfo
 

Functions

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

Detailed Description

Definition of class tgConnectorInfo.

Author
Ryan Adams
Date
January 2014 $Id$

Definition in file tgConnectorInfo.h.

Function Documentation

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

Overload operator<<() to handle tgConnectorInfo

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

Definition at line 191 of file tgConnectorInfo.h.