Uses of Interface
hep.graphics.heprep.HepRepInstanceTree

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

Uses of HepRepInstanceTree in hep.graphics.heprep
 

Methods in hep.graphics.heprep that return HepRepInstanceTree
 HepRepInstanceTree HepRepInstanceTree.copy(HepRepTypeTree typeTree)
          Returns a deep copy of this instancetree.
 HepRepInstanceTree HepRepInstanceTree.copy(HepRepTypeTree typeTree, HepRepSelectFilter filter)
          Returns a deep copy of this instancetree.
abstract  HepRepInstanceTree HepRepFactory.createHepRepInstanceTree(String name, String version, HepRepTreeID typeTree)
          Creates a HepRepInstanceTree.
 HepRepInstanceTree HepRep.getInstances(String name, String version, String[] typeNames)
          Returns a named and versioned instancetree for a list of typenames.
 HepRepInstanceTree HepRep.getInstancesAfterAction(String name, String version, String[] typeNames, HepRepAction[] actions, boolean getPoints, boolean getDrawAtts, boolean getNonDrawAtts, String[] invertAtts)
          Returns a named and versioned instancetree for a list of typenames after executing some action and for specific filters.
 HepRepInstanceTree HepRep.getInstanceTreeTop(String name, String version)
          Returns a named and versioned instancetree.
 

Methods in hep.graphics.heprep with parameters of type HepRepInstanceTree
 void HepRep.addInstanceTree(HepRepInstanceTree instanceTree)
          Adds an instancetree to this heprep.
 HepRepInstance HepRepInstance.copy(HepRepTypeTree typeTree, HepRepInstanceTree parent)
          Returns a deep copy of this instance.
 HepRepInstance HepRepInstance.copy(HepRepTypeTree typeTree, HepRepInstanceTree parent, HepRepSelectFilter filter)
          Returns a deep copy of this instance.
abstract  HepRepInstance HepRepFactory.createHepRepInstance(HepRepInstanceTree parent, HepRepType type)
          Creates a HepRepInstance.
 void HepRepInstanceTree.overlay(HepRepInstanceTree instanceTree)
          Overlays the instance tree on the current tree.
 void HepRep.overlayInstanceTree(HepRepInstanceTree instanceTree)
          Overlays an instancetree to this heprep, overriding attributes and adding children.
 void HepRep.removeInstanceTree(HepRepInstanceTree instanceTree)
          Remove an instanectree from this heprep.
 void HepRepWriter.write(HepRepInstanceTree instanceTree)
          Writes a HepRepInstanceTree.
 



Copyright © 2000-2007 FreeHEP. All Rights Reserved.