1 #ifndef bsta_joint_histogram_3d_sptr_h_
2 #define bsta_joint_histogram_3d_sptr_h_
3 
4 #include <vbl/vbl_smart_ptr.h>
5 //shorter notation
6 class bsta_joint_histogram_3d_base;
7 typedef vbl_smart_ptr<bsta_joint_histogram_3d_base> bsta_joint_histogram_3d_base_sptr;
8 //shorter notation
9 typedef vbl_smart_ptr<bsta_joint_histogram_3d_base> bsta_joint_histogram_3d_sptr;
10 #endif
11