Main Page   Compound List   File List   Compound Members   File Members  

Sadie_Index.c File Reference

Indexes to application-wide data structures such as lists of images. More...

#include "logerr.h"
#include <unistd.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <inttypes.h>
#include "sadie.h"
#include "Sadie_Index.h"

Compounds

struct  Sad_doc
 Each document contains a SADIE image with its property hash table. More...

struct  Sad_docitem
 One node of the singly-linked list of documents hanging off a hash bucket. More...

struct  Sad_doclist
 A hash table implements the list of documents. More...

struct  Sad_property
struct  Sad_propertyitem
 One node of the singly-linked list of properties hanging off a hash bucket. More...


Functions

sad_doclistp_t make_doclist (int logsize)
 Create a new empty document list.


Detailed Description

Indexes to application-wide data structures such as lists of images.

SADIE represents images as structures that contain the pixel data and a limited range of other information. A simple in-memory database can however associate arbitrary metadata with the images, and track additional information not associated with a particular image.

Author:
University of Arizona Digital Image Analysis Lab
Date:
2004
Version:
$Id$

Generated on Tue Jun 22 14:32:09 2004 for trees by doxygen1.2.18