contrib/brl/bbas/bsol/bsol_intrinsic_curve_3d_sptr.h
Go to the documentation of this file.
00001 //*****************************************************************************
00002 // File name: bsol_intrinsic_curve_3d_sptr.h
00003 // Description: A smart pointer on a bsol_intrinsic_curve_3d
00004 //-----------------------------------------------------------------------------
00005 // Language: C++
00006 //
00007 // Version |Date      | Author                   |Comment
00008 // --------+----------+--------------------------+-----------------------------
00009 // 1.0     |2004/03/17| MingChing Chang          |Creation
00010 //*****************************************************************************
00011 #ifndef BSOL_INTRINSIC_CURVE_3D_REF_H
00012 #define BSOL_INTRINSIC_CURVE_3D_REF_H
00013 
00014 class bsol_intrinsic_curve_3d;
00015 
00016 //*****************************************************************************
00017 // External declarations for values
00018 //*****************************************************************************
00019 #include <vbl/vbl_smart_ptr.h>
00020 
00021 typedef vbl_smart_ptr<bsol_intrinsic_curve_3d> bsol_intrinsic_curve_3d_sptr;
00022 
00023 #endif // #ifndef BSOL_INTRINSIC_CURVE_3D_REF_H