contrib/gel/gmvl/gmvl_node_sptr.h
Go to the documentation of this file.
00001 // This is gel/gmvl/gmvl_node_sptr.h
00002 #ifndef gmvl_node_sptr_h_
00003 #define gmvl_node_sptr_h_
00004 //:
00005 // \file
00006 // \author crossge@crd.ge.com
00007 
00008 #include <gmvl/gmvl_node.h>
00009 #include <vbl/vbl_smart_ptr.h>
00010 
00011 typedef vbl_smart_ptr<gmvl_node> gmvl_node_sptr;
00012 
00013 #endif // gmvl_node_sptr_h_