Interface DomainMapper.DomainMapperEntry<P>

  • Enclosing class:
    DomainMapper<T>

    public static interface DomainMapper.DomainMapperEntry<P>
    Maps a point in the source grid to corresponding points in the target grid.
    • Method Detail

      • getSourceGridIIndex

        int getSourceGridIIndex()
        Gets the i index of this point in the source grid
      • getSourceGridJIndex

        int getSourceGridJIndex()
        Gets the j index of this point in the source grid
      • getTargetIndices

        List<P> getTargetIndices()
        Gets the array of all target indices that correspond with this source grid point. The indices can be any type of object, as parameterised by P