Uses of Interface
hep.graphics.heprep.HepRep

Packages that use HepRep
hep.graphics.heprep HepRep (see documentation). 
 

Uses of HepRep in hep.graphics.heprep
 

Methods in hep.graphics.heprep that return HepRep
 HepRep HepRepProvider.convert(Object object)
          Returns a HepRep converted from object.
 HepRep HepRepConverter.convert(Object object)
          Deprecated. use hep.graphics.heprep.HepRepProvider instead.
 HepRep HepRep.copy()
          Returns a deep copy of the heprep, with all its attached trees, where instances are filtered using a HepRepSelectFilter.
 HepRep HepRep.copy(HepRepSelectFilter filter)
          Returns a deep copy of the heprep, with all its attached trees, where instances are filtered using a HepRepSelectFilter.
abstract  HepRep HepRepFactory.createHepRep()
          Creates a HepRep.
 HepRep HasHepRep.getHepRep()
          Returns the associated HepRep to this object.
 HepRep HepRepReader.next()
          Reads the next HepRep from the Reader.
 HepRep HepRepReader.read(String name)
          Reads a HepRep by name (random access only).
 

Methods in hep.graphics.heprep with parameters of type HepRep
 void HepRepViewer.display(HepRep heprep)
          Display a heprep
 void HepRepWriter.write(HepRep heprep, String name)
          Writes a HepRep.
 



Copyright © 2000-2007 FreeHEP. All Rights Reserved.