[Insight-users] adding GUI to ITK and VTK

Joshua Cates cates at sci.utah.edu
Fri, 27 Feb 2004 11:33:57 -0700 (MST)


Hello,

I suggest taking a look at some of the InsightApplication examples for 
ideas. There are several fairly complex graphical interfaces that 
incorporate different GUI toolkits with ITK and VTK.  The SNAP application 
is a good example for reference.

Josh.


On Sat, 28 Feb 2004, #YEO SI YONG# wrote:

> hi,
>  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..  Can anyone
> give me some advices on this issue, especially on the following:
>  --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.
>  --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.
>  --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.
>  
> Thanks in advance
>  
> Regards
> jas
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
>