contrib/brl/bbas/bsta/bsta_joint_histogram_sptr.h
Go to the documentation of this file.
00001 #ifndef bsta_joint_histogram_sptr_h_ 
00002 #define bsta_joint_histogram_sptr_h_
00003 
00004 #include <vbl/vbl_smart_ptr.h>
00005 
00006 class bsta_joint_histogram_base;
00007 typedef vbl_smart_ptr<bsta_joint_histogram_base> bsta_joint_histogram_base_sptr;
00008 //shorter notation
00009 typedef vbl_smart_ptr<bsta_joint_histogram_base> bsta_joint_histogram_sptr;
00010 
00011 #endif