19 Attribute(std::string name, ga::AttributeType type);
20 AttributeType getType();
21 std::string getName();
38 ga::AttributeType type_;
46 std::shared_ptr<std::vector<int>> intStore_;
47 std::shared_ptr<std::vector<float>> floatStore_;
48 std::shared_ptr<std::vector<enzo::bt::Vector3>> vector3Store_;