Creates an empty array.
Destroys the array and all the attributes.
Copies the contents of the given table into this table.
Returns the number of elements in the array.
For each attribute calls the user callback. If the callback returns 0 the function returns.
Finds one attribute in the array. * Returns the attribute if found, NULL otherwise. * See also \ref imDataType.
Removes all the attributes in the array
Inserts one attribute into the array. * The attribute data is a simple array of data_type elements of count length. \n * Data is duplicated if not NULL, else data is initialized with zeros. * When NULL is specified use the Get method to retrieve a pointer to the data * so you can initialize it with other values. * See also \ref imDataType.
\brief Attributes Array Class * * \par * Same as \ref imAttribTable, but uses an array of fixed size. * \ingroup util