igeo
Class IVecR.EqX

java.lang.Object
  extended by igeo.IParameterObject
      extended by igeo.IVecR.EqX
All Implemented Interfaces:
IBoolOp, IParameter, ISubobject
Enclosing class:
IVecR

public static class IVecR.EqX
extends IParameterObject
implements IBoolOp


Field Summary
 IDoubleOp tolerance
           
 IVecOp v1
           
 IVecOp v2
           
 
Fields inherited from class igeo.IParameterObject
parent
 
Constructor Summary
IVecR.EqX(IVecOp v1, IVecOp v2)
           
IVecR.EqX(IVecOp v1, IVecOp v2, IDoubleOp reso)
           
 
Method Summary
 IBool get()
           
 boolean x()
           
 
Methods inherited from class igeo.IParameterObject
createObject, parent, parent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

v1

public IVecOp v1

v2

public IVecOp v2

tolerance

public IDoubleOp tolerance
Constructor Detail

IVecR.EqX

public IVecR.EqX(IVecOp v1,
                 IVecOp v2)

IVecR.EqX

public IVecR.EqX(IVecOp v1,
                 IVecOp v2,
                 IDoubleOp reso)
Method Detail

x

public boolean x()
Specified by:
x in interface IBoolOp

get

public IBool get()
Specified by:
get in interface IBoolOp
Specified by:
get in interface IParameter