// AID-GENERATED // ========================================================================= // This class was generated by AID - Abstract Interface Definition // DO NOT MODIFY, but use the org.freehep.aid.Aid utility to regenerate it. // ========================================================================= // Copyright 2000-2005, FreeHEP. package hep.graphics.heprep; /** * HepRepSelectFilter interface used in copying HepReps. * * @author Mark Donszelmann */ public interface HepRepSelectFilter { /** * Selects if the given instance will pass. * * @param instance to be checked. * @return true if instance passes. */ public boolean select(HepRepInstance instance); } // class or interface