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

Implementation of class tgStructureInfo. More...

#include "tgStructureInfo.h"
#include "tgConnectorInfo.h"
#include "tgRigidAutoCompound.h"
#include "tgStructure.h"
#include "core/tgWorld.h"
#include "core/tgModel.h"
#include <stdexcept>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const tgStructureInfo &obj)
 

Detailed Description

Implementation of class tgStructureInfo.

Author
Ryan Adams
Date
January 2014 $Id$

Definition in file tgStructureInfo.cpp.

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const tgStructureInfo obj 
)

Overload operator<<() to handle tgStructureInfo

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

Definition at line 397 of file tgStructureInfo.cpp.