igeo
Class IVecR.Sub

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

public static class IVecR.Sub
extends IParameterObject
implements IVecOp


Field Summary
 IVecOp v1
           
 IVecOp v2
           
 
Fields inherited from class igeo.IParameterObject
parent
 
Constructor Summary
IVecR.Sub(IVecOp v1, IVecOp v2)
           
 
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

v1

public IVecOp v1

v2

public IVecOp v2
Constructor Detail

IVecR.Sub

public IVecR.Sub(IVecOp v1,
                 IVecOp v2)
Method Detail

get

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