Interface WeightedLut

All Known Implementing Classes:
WeightedLut.CppProxy

public interface WeightedLut
  • Nested Class Summary

    Nested Classes
    Modifier and Type Interface Description
    static class  WeightedLut.CppProxy  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getFile()  
    float getWeight()  
    void reload()  
    void setFile​(java.lang.String fileName)  
    void setWeight​(float value)  
  • Method Details

    • setWeight

      void setWeight​(float value)
    • getWeight

      float getWeight()
    • setFile

      void setFile​(@NonNull java.lang.String fileName)
    • getFile

      @NonNull java.lang.String getFile()
    • reload

      void reload()