Home | History | Annotate | Download | only in dae

Lines Matching full:database

22  * The @c daeDatabase class defines the COLLADA runtime database interface.
83 * Inserts an already existing document into the database.
90 * Removes a document from the database.
91 * @param document Document to remove from the database
136 * Inserts a @c daeElement into the runtime database.
138 * @param element @c daeElement to insert in the database
144 * Removes a @c daeElement from the runtime database; not implemented in the reference STL implementation.
152 * Updates the database to reflect a change to the ID of a @c daeElement.
155 * @return Returns @c DAE_OK if the database was successfully updated, otherwise returns a negative value as defined in daeError.h.
156 * @note The database doesn't actually change the ID of the element, it
164 * Updates the database to reflect a change to the sid of a @c daeElement.
167 * @return Returns @c DAE_OK if the database was successfully updated, otherwise returns a negative value as defined in daeError.h.
168 * @note The database doesn't actually change the sid of the element, it
171 * Note - This function currently isn't implemented in the default database.
177 * Unloads all of the documents of the runtime database.
251 * Note - This function currently isn't implemented in the default database.
261 * Note - This function currently isn't implemented in the default database.
269 * Called by @c dae::setDatabase() when the database changes. It passes to this function the
273 * @param _topMeta Top meta object to use to create objects to fill the database.