NullTreeStrategy.h
Go to the documentation of this file.
1 #ifndef GfxTL__NULLTREESTRATEGY_HEADER__
2 #define GfxTL__NULLTREESTRATEGY_HEADER__
3 
4 namespace GfxTL
5 {
7  {
8  struct CellData
9  {
10  };
11 
12  template <class BaseT>
13  struct StrategyBase : public BaseT
14  {
15  };
16  };
17 }; // namespace GfxTL
18 
19 #endif
GfxTL::NullTreeStrategy::CellData
Definition: NullTreeStrategy.h:8
GfxTL
Definition: AABox.h:9
GfxTL::NullTreeStrategy::StrategyBase
Definition: NullTreeStrategy.h:13
GfxTL::NullTreeStrategy
Definition: NullTreeStrategy.h:6