Public Member Functions | |
| ItemArrayProperty () | |
| template<class AbstractFamily> | |
| void | resize (AbstractFamily *item_family, const Integer nb_element_per_item, const DataType default_value) |
| Integer | dim1Size () const |
| Integer | dim2Size () const |
| template<class AbstractItem> | |
| ArrayView< DataType > | operator[] (AbstractItem item) |
| template<class AbstractItem> | |
| ConstArrayView< DataType > | operator[] (AbstractItem item) const |
| void | updateSupport (Int32ConstArrayView new_to_old_ids) |
| void | copy (const ItemArrayProperty< DataType > &item_property_from) |
Private Attributes | |
| UniqueArray2< DataType > | m_data |
Definition at line 106 of file ItemProperty.h.
|
inline |
Constructor of the class
Definition at line 111 of file ItemProperty.h.
|
inline |
Definition at line 165 of file ItemProperty.h.
|
inline |
Definition at line 138 of file ItemProperty.h.
|
inline |
Definition at line 139 of file ItemProperty.h.
|
inline |
Definition at line 142 of file ItemProperty.h.
|
inline |
Definition at line 145 of file ItemProperty.h.
|
inline |
Definition at line 116 of file ItemProperty.h.
|
inline |
Definition at line 147 of file ItemProperty.h.
|
private |
Definition at line 172 of file ItemProperty.h.