00001 #ifndef PMatrix_sptr_h_ 00002 #define PMatrix_sptr_h_ 00003 00004 class PMatrix; 00005 00006 #include <vbl/vbl_smart_ptr.h> 00007 00008 typedef vbl_smart_ptr<PMatrix> PMatrix_sptr; 00009 00010 #endif // PMatrix_sptr_h_