00001 //---------------------------------------------------------------------------- 00002 /** @file GoUctRootFilter.cpp 00003 See GoUctRootFilter.h */ 00004 //---------------------------------------------------------------------------- 00005 00006 #include "SgSystem.h" 00007 #include "GoUctRootFilter.h" 00008 00009 using namespace std; 00010 00011 //---------------------------------------------------------------------------- 00012 00013 GoUctRootFilter::~GoUctRootFilter() 00014 { 00015 } 00016 00017 //----------------------------------------------------------------------------