Classes
contrib/oul/ouml/image_database.h File Reference

An image database. More...

#include <vcl_sys/types.h>
#include <vcl_cstring.h>
#include <vcl_map.h>
#include <vcl_utility.h>
#include <vil1/vil1_memory_image.h>

Go to the source code of this file.

Classes

class  ImageDatabase
struct  ImageDatabase::ltstr

Detailed Description

An image database.

Basically maintains a list of labels and associated images. And allows for saving and loading a database. Ideally, this would form an inheritance hierarchy or be a templated class, but I'm looking for simplicity at the moment.

The images inserted into the database WILL be deleted on destruction of the database. So only insert things you don't want to persist.

Author:
Brendan McCane
Date:
17 July 2001

Copyright (c) 2001 Brendan McCane University of Otago, Dunedin, New Zealand Reproduction rights limited as described in the COPYRIGHT file.

Definition in file image_database.h.