igeo
Class IVec4R.EqX

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

public static class IVec4R.EqX
extends IParameterObject
implements IBoolOp


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

v2

public IVecOp v2

resolution

public IDoubleOp resolution
Constructor Detail

IVec4R.EqX

public IVec4R.EqX(IVec4Op v1,
                  IVecOp v2)

IVec4R.EqX

public IVec4R.EqX(IVec4Op 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