00001 // 00002 // C++ Interface: staroctree 00003 // 00004 // Description: 00005 // 00006 // 00007 // Author: Toti <root@totibox>, (C) 2005 00008 // 00009 // Copyright: See COPYING file that comes with this distribution 00010 // 00011 // 00012 00013 #ifndef _STAROCTREE_H_ 00014 #define _STAROCTREE_H_ 00015 00016 #include <celengine/star.h> 00017 #include <celengine/octree.h> 00018 00019 00020 typedef DynamicOctree <Star, float> DynamicStarOctree; 00021 typedef StaticOctree <Star, float> StarOctree; 00022 typedef OctreeProcessor<Star, float> StarHandler; 00023 00024 #endif // _STAROCTREE_H_
1.4.1