dsooctree.h
上传用户:center1979
上传日期:2022-07-26
资源大小:50633k
文件大小:0k
源码类别:

OpenGL

开发平台:

Visual C++

  1. //
  2. // C++ Interface: dsooctree
  3. //
  4. // Description:
  5. //
  6. //
  7. // Author: Toti <root@totibox>, (C) 2005
  8. //
  9. // Copyright: See COPYING file that comes with this distribution
  10. //
  11. //
  12. #ifndef _DSOOCTREE_H_
  13. #define _DSOOCTREE_H_
  14. #include <celengine/deepskyobj.h>
  15. #include <celengine/octree.h>
  16. typedef DynamicOctree  <DeepSkyObject*, double> DynamicDSOOctree;
  17. typedef StaticOctree   <DeepSkyObject*, double> DSOOctree;
  18. typedef OctreeProcessor<DeepSkyObject*, double> DSOHandler;
  19. #endif  // _DSOOCTREE_H_