[Insight-users] adding GUI to ITK and VTK

#YEO SI YONG# PS7706009Z at ntu.edu.sg
Sat, 28 Feb 2004 02:22:38 +0800


hi,
=20
i've to build a windows application that includes some ITK and VTK =
features, and i'm new to c++ and especially GUI programming. i've =
already build some ITK applications such as reading and writing volume =
files, segmenting them, and viewing them in VTK, however these =
applications have no user interaction at all (The application created =
uptill now have all the file names and functions predefined). The =
objective is to create a windows application (prefably with MFC) such =
that the user can choose the directory, choose the images, choose the =
segmentation tools, interact with the volume model, etc..=20
Can anyone give me some advices on this issue, especially on the =
following:
=20
--Should i create the applications (such as reading/writing the files, =
creating volumes, segmentation tools, meshing, viewing with VTK) =
separately and test them first, or join all the codes together as i =
file.
=20
--Should i create these applications first (without any GUI) and add the =
GUI after i created all the required applications, or build these =
applications together with GUI.
=20
--What are the microsoft foundation classes that i should take note of =
for the: selection of directories, selecting files, scroll bar for =
varying image intensites, and for the other functions which are typical =
of a 3D modeling/visualisation application etc.=20
=20
Thanks in advance
=20
Regards
jas