hep.graphics.heprep.corba.idl
Class HepRepInstance

java.lang.Object
  extended by hep.graphics.heprep.corba.idl.HepRepInstance
All Implemented Interfaces:
Serializable, IDLEntity

public final class HepRepInstance
extends Object
implements IDLEntity

hep/graphics/heprep/corba/idl/HepRepInstance.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from /Users/duns/svn/freehep/heprep/freehep-heprep/target/checkout/src/main/idl/HepRep.idl Thursday, October 18, 2007 11:31:22 PM CEST

See Also:
Serialized Form

Field Summary
 HepRepAttValue[] attValues
           
 HepRepInstance[] instances
           
 HepRepPoint[] points
           
 String typeName
           
 
Constructor Summary
HepRepInstance()
           
HepRepInstance(String _typeName, HepRepInstance[] _instances, HepRepPoint[] _points, HepRepAttValue[] _attValues)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

typeName

public String typeName

instances

public HepRepInstance[] instances

points

public HepRepPoint[] points

attValues

public HepRepAttValue[] attValues
Constructor Detail

HepRepInstance

public HepRepInstance()

HepRepInstance

public HepRepInstance(String _typeName,
                      HepRepInstance[] _instances,
                      HepRepPoint[] _points,
                      HepRepAttValue[] _attValues)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.