2 dimension-cache.hh -- declare Dimension_cache
4 source file of the GNU LilyPond music typesetter
6 (c) 1998--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
10 #ifndef DIMENSION_CACHE_HH
11 #define DIMENSION_CACHE_HH
13 #include "interval.hh"
15 #include "lily-proto.hh"
17 #include "dimension-cache-callback.hh"
18 #include "lily-guile.hh"
22 Adminstration of offset dimension info.
24 struct Dimension_cache
36 The offset wrt. to the center of #parent_#
40 SCM offset_callbacks_;
45 What to call to find extent. Nil means empty.
49 Dimension_cache (Dimension_cache const&);
55 #endif /* DIMENSION_CACHE_HH */