Class PfuncSurface.Trace

java.lang.Object
edu.duke.cs.osprey.kstar.pfunc.PfuncSurface.Trace
Enclosing class:
PfuncSurface

public class PfuncSurface.Trace extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final List<edu.duke.cs.osprey.kstar.pfunc.PfuncSurface.Trace.Point>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    step(long scores, long energies, double delta)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • points

      public final List<edu.duke.cs.osprey.kstar.pfunc.PfuncSurface.Trace.Point> points
  • Constructor Details

    • Trace

      public Trace()
  • Method Details

    • step

      public void step(long scores, long energies, double delta)