NTRT Simulator
 All Classes 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"

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.

Date
January 21, 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 186 of file tgConnectorInfo.h.