Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

SgMemCheck.cpp

Go to the documentation of this file.
00001 //----------------------------------------------------------------------------
00002 /** @file SgMemCheck.cpp
00003     See SgMemCheck.h */
00004 //----------------------------------------------------------------------------
00005 
00006 #include "SgSystem.h"
00007 #include "SgMemCheck.h"
00008 
00009 #include "SgNode.h"
00010 
00011 //----------------------------------------------------------------------------
00012 
00013 void SgMemCheck()
00014 {
00015     SgNode::MemCheck();
00016 }
00017 
00018 //----------------------------------------------------------------------------
00019 


Sun Mar 13 2011 Doxygen 1.7.1