1 #ifndef GfxTL__LEVELBUILDINFORMATIONTREESTRATEGY_HEADER__
2 #define GfxTL__LEVELBUILDINFORMATIONTREESTRATEGY_HEADER__
6 template <
class InheritedStrategyT>
9 typedef typename InheritedStrategyT::value_type
value_type;
11 struct CellData :
public InheritedStrategyT::CellData
15 template <
class BaseT>
42 template <
class BuildInformationT>
46 BaseType::InitRootBuildInformation(bi);
50 template <
class BuildInformationT>
53 const BuildInformationT& parentInfo,
54 unsigned int childIdx,
55 BuildInformationT* bi)
const
57 BaseType::InitBuildInformation(parent, parentInfo, childIdx, bi);
58 bi->Level(parentInfo.Level() + 1);