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