27 typedef Eigen::Map<Eigen::Matrix<T, Eigen::Dynamic, 1>>
MapResult;
28 typedef Eigen::Map<const Eigen::Matrix<T, Eigen::Dynamic, 1>>
ConstMapResult;
41 std::map<std::string, const wmtk::utils::Hashable*>
child_hashables()
const override;
42 std::map<std::string, std::size_t>
child_hashes()
const override;
45 const std::string& name,
54 void reserve(
const int64_t size);
68 const std::vector<AttributeHandle>& attributes);
79 void pop_scope(
bool apply_updates =
true);
147 return *m_attributes.at(handle.
index());
158 return attribute(handle).default_value();
Internal handle representation used by TypedAttributeManager.
int64_t index() const noexcept
int64_t dimension() const
The number of values for each index.
Contains all attributes of type T for a single mesh.
int64_t reserved_size() const
void remove_attribute(const AttributeHandle &attribute)
Remove a single attribute.
void reserve(const int64_t size)
Eigen::Map< Eigen::Matrix< T, Eigen::Dynamic, 1 > > MapResult
void change_to_parent_scope() const
TypedAttributeManager()=default
size_t attribute_count() const
void clear_dead_attributes()
Clears and compactifies the attribute list. This invalidates all existing handles.
void pop_scope(bool apply_updates=true)
std::map< std::string, std::size_t > child_hashes() const override
AttributeHandle register_attribute(const std::string &name, int64_t dimension, bool replace=false, T default_value=T(0))
TypedAttributeManager(TypedAttributeManager &&o)=default
std::vector< AttributeHandle > active_attributes() const
TypedAttributeManager & operator=(TypedAttributeManager &&o)=default
CachingAttribute< T > & attribute(const AttributeHandle &handle)
void rollback_current_scope()
Eigen::Map< const Eigen::Matrix< T, Eigen::Dynamic, 1 > > ConstMapResult
int64_t dimension(const AttributeHandle &handle) const
void change_to_child_scope() const
void set(const AttributeHandle &handle, std::vector< T > val)
TypedAttributeManager & operator=(const TypedAttributeManager &o)=delete
void guarantee_at_least(int64_t size)
bool validate() const
Validate that handles and attributes are in sync.
std::map< std::string, AttributeHandle > m_handles
std::string get_name(const AttributeHandle &handle) const
void reserve_more(int64_t size)
AttributeHandle attribute_handle(const std::string &name) const
bool validate_handle(const AttributeHandle &handle) const
TypedAttributeManager(const TypedAttributeManager &o)=delete
bool is_active(const AttributeHandle &handle) const
std::vector< std::unique_ptr< CachingAttribute< T > > > m_attributes
void set_name(const AttributeHandle &handle, const std::string &name)
void serialize(const int dim, MeshWriter &writer) const
const T & default_value(const AttributeHandle &handle) const
bool operator==(const TypedAttributeManager< T > &other) const
std::map< std::string, const wmtk::utils::Hashable * > child_hashables() const override
void remove_attributes(const std::vector< AttributeHandle > &attributes)
Remove all passed in attributes.
bool has_attribute(const std::string &name) const
void assert_capacity_valid(int64_t cap) const
size_t attribute_size(const AttributeHandle &handle) const