hep.graphics.heprep.corba.idl
Class HepRepPoint

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

public final class HepRepPoint
extends Object
implements IDLEntity

hep/graphics/heprep/corba/idl/HepRepPoint.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
           
 double x
           
 double y
           
 double z
           
 
Constructor Summary
HepRepPoint()
           
HepRepPoint(double _x, double _y, double _z, HepRepAttValue[] _attValues)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public double x

y

public double y

z

public double z

attValues

public HepRepAttValue[] attValues
Constructor Detail

HepRepPoint

public HepRepPoint()

HepRepPoint

public HepRepPoint(double _x,
                   double _y,
                   double _z,
                   HepRepAttValue[] _attValues)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.