contrib/brl/bbas/bsta/bsta_gauss_sf3.h
Go to the documentation of this file.
00001 // This is brl/bbas/bsta/bsta_gauss_sf3.h
00002 #ifndef bsta_gauss_sf3_h_
00003 #define bsta_gauss_sf3_h_
00004 //:
00005 // \file
00006 // \brief A Gaussian with uniform variance in 3D with type float
00007 // \author Matt Leotta (mleotta@lems.brown.edu)
00008 // \date January 26, 2006
00009 
00010 #include "bsta_gaussian_sphere.h"
00011 
00012 typedef bsta_gaussian_sphere<float,3> bsta_gauss_sf3;
00013 
00014 
00015 #endif // bsta_gauss_sf3_h_