AABBDrawable.h

Go to the documentation of this file.
00001 
00005 /* Copyright © 2010 James Legg.
00006     This program is free software: you can redistribute it and/or modify
00007     it under the terms of the GNU General Public License as published by
00008     the Free Software Foundation, either version 3 of the License, or
00009     (at your option) any later version.
00010 */
00011 #ifndef LIBTRACK_AABB_DRAWABLE_H
00012 #define LIBTRACK_AABB_DRAWABLE_H
00013 
00014 #include "Drawable.h"
00015 #include "AxisAlignedBoundingBox.h"
00016 
00017 namespace Track
00018 {
00019 
00023 class AABBDrawable
00024     :   virtual public Drawable
00025     ,   virtual public AABBBounded
00026 {
00027     public:
00030         virtual void conditional_draw(const OcclusionTester & occlusion_tester) const;
00031 };
00032 
00033 } // namespace Track
00034 
00035 #endif // LIBTRACK_AABB_DRAWABLE_H

Get Racer at SourceForge.net. Fast, secure and Free Open Source software downloads

Generated at Mon Sep 6 00:41:11 2010 by Doxygen version 1.4.7 for Racer version svn335.