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