1 #ifndef GfxTL__LEVELBUILDINFORMATIONTREESTRATEGY_HEADER__
2 #define GfxTL__LEVELBUILDINFORMATIONTREESTRATEGY_HEADER__
6 template<
class InheritedStrategyT >
9 typedef typename InheritedStrategyT::value_type
value_type;
11 :
public InheritedStrategyT::CellData
14 template<
class BaseT >
16 :
public InheritedStrategyT::template
StrategyBase< BaseT >
25 :
public BaseType::BuildInformation
40 template<
class BuildInformationT >
43 BaseType::InitRootBuildInformation(bi);
47 template<
class BuildInformationT >
49 const BuildInformationT& parentInfo,
unsigned int childIdx,
50 BuildInformationT* bi)
const
52 BaseType::InitBuildInformation(parent, parentInfo, childIdx,
54 bi->Level(parentInfo.Level() + 1);