Data Structures for C-curves
One "indexing" relation
Note that The relation can thus be indexed via an efficient database access method. Insertion requires:
for i in 1 .. m
{
pointId = Ci(vobj)
insert (i, pointId, obj) into Curves
}
insert vobj into data file
|