//@code objref mt //Print the names of all density mechanisms mt = new MechanismType(0) strdef mname for i=0, mt.count()-1 { mt.select(i) mt.selected(mname) print mname }