hep.graphics.heprep.corba.idl
Interface HepRepOperations
- All Known Subinterfaces:
- HepRep
- All Known Implementing Classes:
- _HepRepStub
- public interface HepRepOperations
hep/graphics/heprep/corba/idl/HepRepOperations.java .
Generated by the IDL-to-Java compiler (portable), version "3.1"
from hep/graphics/heprep/HepRep.idl
Tuesday, June 10, 2003 10:19:16 AM PDT
- Source Code:
- HepRepOperations.java
Method Summary |
String |
checkForException()
|
HepRepInstanceTree |
getInstances(String instanceTreeName,
String instanceTreeVersion,
String[] typeNames)
|
HepRepInstanceTree |
getInstancesAfterAction(String instanceTreeName,
String instanceTreeVersion,
String[] typeNames,
HepRepAction[] actions,
boolean getPoints,
boolean getDrawAtts,
boolean getNonDrawAtts,
String[] invertAtts)
|
HepRepInstanceTree |
getInstanceTreeTop(String instanceTreeName,
String instanceTreeVersion)
|
String[] |
getLayerOrder()
|
HepRepTypeTree |
getTypeTree(String typeTreeName,
String typeTreeVersion)
|
getInstanceTreeTop
public HepRepInstanceTree getInstanceTreeTop(String instanceTreeName,
String instanceTreeVersion)
getTypeTree
public HepRepTypeTree getTypeTree(String typeTreeName,
String typeTreeVersion)
getInstances
public HepRepInstanceTree getInstances(String instanceTreeName,
String instanceTreeVersion,
String[] typeNames)
getInstancesAfterAction
public HepRepInstanceTree getInstancesAfterAction(String instanceTreeName,
String instanceTreeVersion,
String[] typeNames,
HepRepAction[] actions,
boolean getPoints,
boolean getDrawAtts,
boolean getNonDrawAtts,
String[] invertAtts)
getLayerOrder
public String[] getLayerOrder()
checkForException
public String checkForException()
Copyright © 2000-2004 FreeHEP, All Rights Reserved.