<div dir="ltr"><div dir="ltr"><div dir="ltr">Hi,<div><br></div><div>     I am using a rtk::ProjectionsReader as follows:</div><div><br></div><div><div><font face="monospace, monospace">typedef float OutputPixelType;</font></div><div><font face="monospace, monospace">const unsigned int Dimension = 3;</font></div><div><font face="monospace, monospace">typedef itk::Image< OutputPixelType, Dimension > OutputImageType;</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">rtk::ProjectionsReader<OutputImageType>::Pointer projReader;</font></div><div><font face="monospace, monospace">projReader = rtk::ProjectionsReader<OutputImageType>::New();</font></div><div><font face="monospace, monospace">projReader->SetFileNames(fileNames); // filenames is defined and set earlier</font></div></div><div><br></div><div>Now, according to this page <a href="http://www.openrtk.org/Doxygen/classrtk_1_1ProjectionsReader.html">http://www.openrtk.org/Doxygen/classrtk_1_1ProjectionsReader.html</a>,</div><div>this class has a GenerateData() method, which does the real work. In the GitHub rtk-master downloaded last week, this method does not seem to be present. There is only one method name beginning with Generate..., and it is GenerateOutputInformation(). What is the new method name for GenerateData(). If it cannot be called directly, how else is it to be invoked? Will calling of Update() internally call GenerateData()?</div><div><br></div><div>Thanks and regards</div><div>- Amarnath</div><div><br></div></div></div></div>