1 // This is brl/bseg/brec/brec_part_gaussian_sptr.h
2 #ifndef brec_part_gaussian_sptr_h_
3 #define brec_part_gaussian_sptr_h_
4 //:
5 // \file
6 // \brief Smart pointer to a brec_part_gaussian
7 // \author Ozge Can Ozcanli, (ozge@lems.brown.edu)
8 // \date October 16, 2008
9 
10 #include <vbl/vbl_smart_ptr.h>
11 
12 class brec_part_gaussian;
13 typedef vbl_smart_ptr<brec_part_gaussian> brec_part_gaussian_sptr;
14 
15 #endif // brec_part_gaussian_sptr_h_
16