Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members

rsdl_fwd.h

Go to the documentation of this file.
00001 // This is rpl/rsdl/rsdl_fwd.h
00002 #ifndef rsdl_fwd_h_
00003 #define rsdl_fwd_h_
00004 
00005 #include <vbl/vbl_smart_ptr.h>
00006 
00007 class rsdl_point;
00008 class rsdl_kd_tree;
00009 typedef vbl_smart_ptr<rsdl_kd_tree> rsdl_kd_tree_sptr;
00010 
00011 template  < class COORD_T, class VALUE_T >
00012 class rsdl_bins_2d;
00013 
00014 template< unsigned N, typename CoordType, typename ValueType >
00015 class rsdl_bins;
00016 
00017 #endif // rsdl_fwd_h_

Generated on Thu Jan 10 14:49:34 2008 for contrib/rpl/rsdl by  doxygen 1.4.4