igeo
Class IVecR.FromZ

java.lang.Object
  extended by igeo.IParameterObject
      extended by igeo.IVecR.FromZ
All Implemented Interfaces:
IParameter, ISubobject, IVal, IVecOp
Enclosing class:
IVecR

public static class IVecR.FromZ
extends IParameterObject
implements IVecOp


Field Summary
 IVecOp v
           
 IDoubleOp z
           
 
Fields inherited from class igeo.IParameterObject
parent
 
Constructor Summary
IVecR.FromZ(IVecOp v, IDoubleOp z)
           
 
Method Summary
 IVec get()
           
 
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

z

public IDoubleOp z

v

public IVecOp v
Constructor Detail

IVecR.FromZ

public IVecR.FromZ(IVecOp v,
                   IDoubleOp z)
Method Detail

get

public IVec get()
Specified by:
get in interface IParameter
Specified by:
get in interface IVecOp