contrib/brl/bmvl/brct/brct_corr_sptr.h
Go to the documentation of this file.
00001 #ifndef brct_corr_sptr_h_ 
00002 #define brct_corr_sptr_h_
00003 
00004 #include <vbl/vbl_smart_ptr.h>
00005 #include <brct/brct_corr.h>
00006 
00007 typedef vbl_smart_ptr<brct_corr> brct_corr_sptr;
00008 
00009 #endif