[vtkusers] vtkImageFFT&vtkImageRFFT

Stefan Huber Huber.Ste at gmx.at
Mon Mar 31 07:26:37 EDT 2008


Hi,
i want to use vtkImageFFT to get the FFT of a polydata Object. How can i get the output of this FFT into a file with points and polys (like off format)?

is this rigth?

fft->SetInput(poly);
fft->SetDimension(3);
fft->Update();
//here i have to give the polyObject to a writer but i dont know how
fft-> ???

can somebody help me please?

thank you
stefan
-- 
Psst! Geheimtipp: Online Games kostenlos spielen bei den GMX Free Games! 
http://games.entertainment.gmx.net/de/entertainment/games/free



More information about the vtkusers mailing list