fix: general optimization, lazy cooking, transform caching, fix geometry copying

This commit is contained in:
parker
2025-08-02 23:02:14 +01:00
parent 92bfc8ff26
commit 48ad8909cc
12 changed files with 104 additions and 62 deletions

View File

@@ -20,6 +20,7 @@ namespace enzo{
{
public:
Attribute(std::string name, ga::AttributeType type);
Attribute(const Attribute& other);
AttributeType getType();
std::string getName();
@@ -42,7 +43,7 @@ namespace enzo{
std::string name_;
void* data_;
// void* data_;
// data stores
std::shared_ptr<StoreContainer<int>> intStore_;