igeo
Class IVec4R.EqW

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

public static class IVec4R.EqW
extends IParameterObject
implements IBoolOp


Field Summary
 IDoubleOp tolerance
           
 IVec4Op v1
           
 IVec4Op v2
           
 
Fields inherited from class igeo.IParameterObject
parent
 
Constructor Summary
IVec4R.EqW(IVec4Op v1, IVec4Op v2)
           
IVec4R.EqW(IVec4Op v1, IVec4Op 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 IVec4Op v1

v2

public IVec4Op v2

tolerance

public IDoubleOp tolerance
Constructor Detail

IVec4R.EqW

public IVec4R.EqW(IVec4Op v1,
                  IVec4Op v2)

IVec4R.EqW

public IVec4R.EqW(IVec4Op v1,
                  IVec4Op 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