Uploaded image for project: 'UIMA'
  1. UIMA
  2. UIMA-2307

BasicArrayFS has two unimplemented Functions: copyToArray, copyFromArray.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.4.0C
    • C++ Framework
    • None
    • Ubuntu 11.10

    Description

      When trying to use any non-atomic type in an ArrayFS, two functions are vital to copy from / to the FS:

      void copyToArray (size_t uiStart, size_t uiEnd, T *destArray, size_t uiDestOffset) const
      void copyFromArray (T const *sourceArray, size_t uiStart, size_t uiEnd, size_t uiOffset)

      As far as I can tell, these need FSHeap::get8BitArray etc to be public.

      These raise a NotYetImplementedError. Will attach a patch if I find out how to.

      Attachments

        Activity

          People

            bhavani Bhavani Iyer
            blodow Nico Blodow
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: