InfiniTAM
InfiniTAM copied to clipboard
Employ an interface VoxelVolumeIndex w/
int GetAllocatedBlockCount() int GetVoxelBlockSize() unsigned int GetMaxVoxelCount() MemoryDeviceType GetMemoryType()
templated GetIndexData??
- [ ] Add interface
- [ ] Make VBH & PVA implement it, overriding the virtual functions
- [ ] ?? C++20 concept implementation instead of inheritance for compilers that support it?