cameras.h

Go to the documentation of this file.
00001 /**<!-------------------------------------------------------------------->
00002    @file   cameras.h
00003    @author Travis Fischer (fisch0920@gmail.com)
00004    @author Matthew Jacobs (jacobs.mh@gmail.com)
00005    @date   Fall 2008
00006    
00007    @brief
00008       Convenience header which includes all public camera headers
00009    <!-------------------------------------------------------------------->**/
00010 
00011 #ifndef CAMERAS_H_
00012 #define CAMERAS_H_
00013 
00014 // generic Camera interface
00015 #include <cameras/Camera.h>
00016 
00017 // concrete Camera implementations
00018 #include <cameras/PinholeCamera.h>
00019 #include <cameras/ThinLensCamera.h>
00020 
00021 #endif // CAMERAS_H_
00022 

Generated on 28 Feb 2009 for Milton by doxygen 1.5.6