NullTreeStrategy.h
Go to the documentation of this file.
1#ifndef GfxTL__NULLTREESTRATEGY_HEADER__
2#define GfxTL__NULLTREESTRATEGY_HEADER__
3
4namespace 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
Definition AABox.h:10