Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

OSGBrick.inl

Go to the documentation of this file.
00001 
00002 OSG_BEGIN_NAMESPACE
00003 
00004 inline
00005 BrickSet::BrickSet(void) : 
00006     m_pBricks(0), 
00007     m_nNumBricks(0), 
00008     m_nOrientation(UNDEF) 
00009 {
00010 }
00011 
00012 inline
00013 Brick *Brick::getNext(void) 
00014 {
00015     return next;
00016 }
00017 
00018 
00019 OSG_END_NAMESPACE

Generated on Thu Aug 25 04:01:26 2005 for OpenSG by  doxygen 1.4.3