InfiniTAM icon indicating copy to clipboard operation
InfiniTAM copied to clipboard

Employ an interface VoxelVolumeIndex w/

Open Algomorph opened this issue 5 years ago • 0 comments

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?

Algomorph avatar Oct 28 '19 21:10 Algomorph