[vtkusers] [?? Probable Spam] Re: vtk structure

Peter F Bradshaw pfb at exadios.com
Thu Jun 19 10:44:57 EDT 2008


Hi;

On Thu, 19 Jun 2008, Mar Ávila wrote:

> Hi;
>
> I have several images:
>
> vtkJPEGReader *Imagen = vtkJPEGReader::New();
>   Imagen->SetFilePrefix("MR00");
>   Imagen->SetFilePattern("%s%i.jpg");
>   Imagen->SetFileDimensionality(3);
>   Imagen->SetDataExtent(0, 512, 0, 512, 40,55 );
>   Imagen->SetDataOrigin(0,0,0);
>   Imagen->SetDataScalarTypeToUnsignedChar();
>   Imagen->SetDataSpacing(1, 1,2);
>   Imagen->Update();
>
> I want to get the dates of images for use to late, for interpolate.
> How do I used vtkJPEGReader::GetOutput()??

I may ave misunderstood you. Do you want to get the date, that is some
sort of time stamp, on the data?

>
> Sorry about my English. Thank you!!
>

Cheers

-- 
Peter F Bradshaw: http://www.exadios.com (public keys avaliable there).
Personal site: http://personal.exadios.com
"I love truth, and the way the government still uses it occasionally to
 keep us guessing." - Sam Kekovich.



More information about the vtkusers mailing list