Uses of Class
hep.graphics.heprep.corba.idl.HepRepAttValue

Packages that use HepRepAttValue
hep.graphics.heprep.corba.idl   
 

Uses of HepRepAttValue in hep.graphics.heprep.corba.idl
 

Fields in hep.graphics.heprep.corba.idl declared as HepRepAttValue
 HepRepAttValue[] HepRepType.attValues
           
 HepRepAttValue[] HepRepPoint.attValues
           
 HepRepAttValue[] HepRepInstance.attValues
           
 HepRepAttValue[] HepRepAttValueListHolder.value
           
 HepRepAttValue HepRepAttValueHolder.value
           
 

Methods in hep.graphics.heprep.corba.idl that return HepRepAttValue
static HepRepAttValue[] HepRepAttValueListHelper.extract(Any a)
           
static HepRepAttValue HepRepAttValueHelper.extract(Any a)
           
static HepRepAttValue[] HepRepAttValueListHelper.read(InputStream istream)
           
static HepRepAttValue HepRepAttValueHelper.read(InputStream istream)
           
 

Methods in hep.graphics.heprep.corba.idl with parameters of type HepRepAttValue
static void HepRepAttValueHelper.insert(Any a, HepRepAttValue that)
           
static void HepRepAttValueListHelper.insert(Any a, HepRepAttValue[] that)
           
static void HepRepAttValueHelper.write(OutputStream ostream, HepRepAttValue value)
           
static void HepRepAttValueListHelper.write(OutputStream ostream, HepRepAttValue[] value)
           
 

Constructors in hep.graphics.heprep.corba.idl with parameters of type HepRepAttValue
HepRepAttValueHolder(HepRepAttValue initialValue)
           
HepRepAttValueListHolder(HepRepAttValue[] initialValue)
           
HepRepInstance(String _typeName, HepRepInstance[] _instances, HepRepPoint[] _points, HepRepAttValue[] _attValues)
           
HepRepPoint(double _x, double _y, double _z, HepRepAttValue[] _attValues)
           
HepRepType(String _name, String _desc, String _infoURL, HepRepType[] _types, HepRepAttDef[] _attDefs, HepRepAttValue[] _attValues)
           
 



Copyright © 2000-2007 FreeHEP. All Rights Reserved.