iv3d-users

Text archives Help


Re: [IV3D-USERS] Implementing a Reader Parallel to UVF


Chronological Thread 
  • From: "TF (mobile)" <tfogal@sci.utah.edu>
  • To: Mathieu Malaterre <mathieu.malaterre@gmail.com>
  • Cc: iv3d-users@sci.utah.edu
  • Subject: Re: [IV3D-USERS] Implementing a Reader Parallel to UVF
  • Date: Thu, 12 Jun 2014 16:45:37 +0100

it's out of date, sorry.

you probably want to derive from LinearIndexDataset (i might be slightly off
on that name), assuming your data are completely regular.

you do (probably) want to mixin FileBackedDataset, though (assuming your data
are backed by files).  See UVFDataset for an example.

-tom

On Jun 12, 2014 4:22 PM, Mathieu Malaterre <mathieu.malaterre@gmail.com>
wrote:
>
> Dear all,
>
>   I am starring at the documentation from:
>
> https://github.com/SCIInstitute/ImageVis3D/blob/master/doc/import.adoc#reader-skeleton
>
>
> The documentation states:
>
> "Derive the class from FileBackedDataset."
>
> However FileBackedDataset does not derives from Dataset, therefore it
> is impossible to implement a Dataset *::Create() function. Is the
> documentation outdated or am I missing something here ?
>
> Thanks.



Archive powered by MHonArc 2.6.18.

Top of page