Interface DomainMapper.Scanline<P>

  • Enclosing class:
    DomainMapper<T>

    public static interface DomainMapper.Scanline<P>
    Holds all the DomainMapperEntries corresponding with a certain j index
    • Method Detail

      • getSourceGridJIndex

        int getSourceGridJIndex()
        Gets the j index of this scanline in the source grid
      • getPixelMapEntries

        List<DomainMapper.DomainMapperEntry<P>> getPixelMapEntries()
        Gets the list of DomainMapperEntries associated with the j index, in order of increasing i index