Uses of Interface
info.mrupp.isoak1.IVertexEdgeKernel

Uses of IVertexEdgeKernel in info.mrupp.isoak1
 

Methods in info.mrupp.isoak1 that return IVertexEdgeKernel
abstract  IVertexEdgeKernel VertexEdgeKernel.create(float[] params)
          Creates a new vertex/edge kernel with given parameters.
 

Methods in info.mrupp.isoak1 with parameters of type IVertexEdgeKernel
 void IsoaKernel1.setEdgeKernel(IVertexEdgeKernel e)
          Sets the edge kernel to be used.
 void IsoaKernel1.setVertexKernel(IVertexEdgeKernel k)
          Sets the vertex kernel to be used.