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 
00007 #include "SgSystem.h"
00008 #include "SgMemCheck.h"
00009 
00010 #include "SgNode.h"
00011 
00012 //----------------------------------------------------------------------------
00013 
00014 void SgMemCheck()
00015 {
00016     SgNode::MemCheck();
00017 }
00018 
00019 //----------------------------------------------------------------------------
00020 


17 Jun 2010 Doxygen 1.4.7