]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/spaceable-grob.hh
release commit
[lilypond.git] / lily / include / spaceable-grob.hh
index 57ed529deae763dc5b7f7b7bb82c45206ff02940..aaedd8a68903f6348c28d72e2cad0e56329f0011 100644 (file)
@@ -1,11 +1,10 @@
-/*   
+/*
   spaceable-grob.hh -- declare Spaceable_grob
-  
+
   source file of the GNU LilyPond music typesetter
-  
-  (c) 2000--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
- */
+
+  (c) 2000--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
+*/
 
 #ifndef SPACEABLE_GROB_HH
 #define SPACEABLE_GROB_HH
 struct Spaceable_grob
 {
   /// set a minimum distance
-  static void add_rod (Grob*me, Grob * to, Real distance);
-  static void add_spring (Grob*me,Grob * to, Real dist, Real strength, bool);
+  static void add_rod (Grob *me, Grob *to, Real distance);
+  static void add_spring (Grob *me, Grob *to, Real dist, Real strength);
+  static void get_spring (Grob *me, Grob *other, Real *dist, Real *inv_strength);
 
-  static void remove_interface (Grob*);
-  static SCM get_minimum_distances (Grob*);
-  static SCM get_ideal_distances (Grob*);
+  static bool has_interface (Grob *);
+  static void remove_interface (Grob *);
+  static SCM get_minimum_distances (Grob *);
+  static SCM get_ideal_distances (Grob *);
 };
 
 #endif /* SPACEABLE_GROB_HH */