InfiniTAM
InfiniTAM copied to clipboard
Metacoding deferrable struct registry
Metacoding deferrable structs / templated methods should somehow be registered in a static array somehow -- this will allow to avoid adding every new deferrable in several places and simplify maintenance.
It would make sense to aggregate information about the deferrables in their parent or root serializable struct somehow, and have the root account for them when its ToPTree(...)
function is called.