shapes.h

Go to the documentation of this file.
00001 /**<!-------------------------------------------------------------------->
00002    @file   shapes.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 supported Shape headers
00009    <!-------------------------------------------------------------------->**/
00010 
00011 #ifndef MILTON_SHAPES_H_
00012 #define MILTON_SHAPES_H_
00013 
00014 #include "shapes/Blob.h"
00015 #include "shapes/Cone.h"
00016 #include "shapes/Cube.h"
00017 #include "shapes/Cylinder.h"
00018 #include "shapes/InstancedShape.h"
00019 #include "shapes/Mesh.h"
00020 #include "shapes/Plane.h"
00021 #include "shapes/PointShape.h"
00022 #include "shapes/ShapeSet.h"
00023 #include "shapes/Sphere.h"
00024 #include "shapes/Triangle.h"
00025 
00026 // MetaObjects
00027 #include "shapes/MetaBall.h"
00028 
00029 #endif // MILTON_SHAPES_H_
00030 

Generated on 28 Feb 2009 for Milton by doxygen 1.5.6