feat(geometrySpreadsheet): read attributes from geometry

This commit is contained in:
parker
2025-08-10 02:01:28 +01:00
parent 898291e39e
commit add55e720f
7 changed files with 145 additions and 5 deletions

View File

@@ -59,6 +59,7 @@ public:
data_->push_back(value);
}
void reserve(std::size_t newCap)
{
data_->reserve(newCap);