Constructor macro for honsed isodata-isomapp structures.
Syntax:
(make-honsed-isodata-isomap [:isoname <isoname>] [:localp <localp>] [:oldp <oldp>] [:newp <newp>] [:forth <forth>] [:back <back>] [:forth-image <forth-image>] [:back-image <back-image>] [:back-of-forth <back-of-forth>] [:forth-of-back <forth-of-back>] [:forth-injective <forth-injective>] [:back-injective <back-injective>] [:oldp-guard <oldp-guard>] [:newp-guard <newp-guard>] [:forth-guard <forth-guard>] [:back-guard <back-guard>] [:hints <hints>])
This is identical to make-isodata-isomap, except that we hons the structure we are creating.
This is an ordinary honsing
Macro:
(defmacro make-honsed-isodata-isomap (&rest args) (std::make-aggregate 'isodata-isomap args '((:isoname) (:localp) (:oldp) (:newp) (:forth) (:back) (:forth-image) (:back-image) (:back-of-forth) (:forth-of-back) (:forth-injective) (:back-injective) (:oldp-guard) (:newp-guard) (:forth-guard) (:back-guard) (:hints)) 'make-honsed-isodata-isomap t))