InfiniTAM icon indicating copy to clipboard operation
InfiniTAM copied to clipboard

Metacoding deferrable struct registry

Open Algomorph opened this issue 4 years ago • 0 comments

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.

Algomorph avatar Jul 28 '20 19:07 Algomorph