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  template< class BaseT >
12  struct StrategyBase
13  : public BaseT
14  {};
15  };
16 };
17 
18 #endif
GfxTL::NullTreeStrategy::CellData
Definition: NullTreeStrategy.h:8
GfxTL
Definition: AABox.h:8
GfxTL::NullTreeStrategy::StrategyBase
Definition: NullTreeStrategy.h:12
GfxTL::NullTreeStrategy
Definition: NullTreeStrategy.h:6