add blocks_agent templates & remove block.get_slow

This commit is contained in:
MihailRis
2024-12-16 11:26:57 +03:00
parent 5bf56d1f64
commit 6157f8193d
9 changed files with 158 additions and 104 deletions
+4
View File
@@ -152,4 +152,8 @@ public:
size_t getVolume() const {
return areaMap.area();
}
const ContentIndices& getContentIndices() const {
return *indices;
}
};