<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
Hello,<br>
thanks to Luis help, I am now producing more and more itk code,
adapting my matlab work... etc... this is great... BUT... I could not
find a way to setup properly the code completion under Xcode, for
instance, I type :<br>
<br>
&nbsp;&nbsp;&nbsp; typedef itk::AnalyzeImageFileWriter&lt; ImageType &gt; WriterType;<br>
&nbsp;&nbsp;&nbsp; WriterType::Pointer writer = WriterType::New();<br>
<br>
&nbsp;&nbsp;&nbsp; writer<b>-&gt;</b>SetInputImage(reader-&gt;GetOutput());<br>
<br>
and I would like Xcode to list all the methods and attributes of the
AnalyzeImageFileWriter class when I type the '<b>-&gt;</b>' .<br>
This is very annoying, I remember coding under visual C++ and it was
just amazingly useful.<br>
Any help would be (much) appreciated,<br>
thanks,<br>
Antonin<br>
<br>
PS: please let me know if I need to be more specific.<br>
<pre class="moz-signature" cols="72">-- 
Antonin Perrot-Audet
Electrical Engineering &amp; Computer Sciences, INSA Lyon
M2 GEGP Signal &amp; Image Processing, INSA Lyon, UCBL, Centrale Lyon
</pre>
<pre class="moz-signature" cols="72">-- 
Antonin Perrot-Audet
Electrical Engineering &amp; Computer Sciences, INSA Lyon
M2 GEGP Signal &amp; Image Processing, INSA Lyon, UCBL, Centrale Lyon
</pre>
</body>
</html>