[vtkusers] correction of spacing

Mathieu Malaterre mathieu.malaterre at gmail.com
Tue Nov 25 08:20:03 EST 2008


On Mon, Nov 24, 2008 at 11:49 PM, Dominik Szczerba <dominik at itis.ethz.ch> wrote:
> you need something like:
>
> vtkImageData* image = reader->GetOutput();
> image->SetSpacing(spacing);
> // check with image->GetSpacing(spacing);

No. this will not work.

-- 
Mathieu



More information about the vtkusers mailing list