<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7651.59">
<TITLE>RE: [IGSTK-Users] Data Acquisition from NDI Aurora Tracking System into IGSTK</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Hi Nirav,<BR>
<BR>
The GUI is described in the fl FLUID file. FLUID is FLTK's GUI builder which generates the header and implementation files (<A HREF="http://www.fltk.org/doc-1.1/fluid.html">http://www.fltk.org/doc-1.1/fluid.html</A>). If you are using Cmake to do the configuration this should happen auto-magically for you (you won't need to explicitly use FLUID).<BR>
            <BR>
                      Ziv<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: igstk-users-bounces@public.kitware.com on behalf of Nirav Karani<BR>
Sent: Fri 2/3/2012 1:33 AM<BR>
To: igstk-users@public.kitware.com<BR>
Subject: Re: [IGSTK-Users] Data Acquisition from NDI Aurora Tracking System into IGSTK<BR>
<BR>
Hello Ziv,<BR>
<BR>
Thank you so much for the help. I have modified the code to get rid of<BR>
all errors but one: I don't seem to be having the DataAcquisitionGUI<BR>
files (header and source). Could you please tell me where I can find<BR>
them?<BR>
<BR>
Thanks in advance,<BR>
Nirav.<BR>
<BR>
<BR>
<BR>
On Wed, Feb 1, 2012 at 7:10 PM, Ziv Yaniv <zyaniv@childrensnational.org> wrote:<BR>
> Dear Nirav,<BR>
><BR>
> If you are trying to compile the "NDI Tracking Data Acquisition" program<BR>
> from the source downloaded from my web page you need to use the old version<BR>
> of IGSTK, bullet number 5 on the "how to compile" instructions. The program<BR>
> is really old and the API of IGSTK has changed since then.<BR>
><BR>
> You can either use the old version of IGSTK, provided from the web page, or<BR>
> you will have to modify the program to use the current IGSTK API.<BR>
><BR>
>             hope this helps<BR>
>                           Ziv<BR>
><BR>
><BR>
><BR>
> On 2/1/2012 6:42 AM, Nirav Karani wrote:<BR>
>><BR>
>> Hello!<BR>
>><BR>
>> I want to import the tracking data from the NDI Aurora system into<BR>
>> IGSTK and show the same in VTK. I tried to understand the igstk<BR>
>> classes such as Tracker, TrackerTool, etc. but I don't know exactly<BR>
>> what files to run.<BR>
>><BR>
>> I stumbled upon the following link by one of the leading developers of<BR>
>> IGSTK - <A HREF="http://isiswiki.georgetown.edu/zivy/">http://isiswiki.georgetown.edu/zivy/</A><BR>
>> Some codes are available for download on this page, one of which is<BR>
>> for 'NDI Tracking Data Acquisition'. I copied my<BR>
>> auroraConfiguration.xml file into the downloaded folder and generated<BR>
>> the solution using cmake. While building the code, the following<BR>
>> errors came up:<BR>
>> DataAcquisition.cxx(75) : error C2039: 'AttachSROMFileNameToPort' : is<BR>
>> not a member of 'igstk::AuroraTracker'<BR>
>> DataAcquisition.cxx(80) : error C2039: 'SetValidityTime' : is not a<BR>
>> member of 'igstk::Tracker'<BR>
>> DataAcquisition.cxx(224) : error C2039: 'GetToolTransform' : is not a<BR>
>> member of 'igstk::Tracker'<BR>
>> DataAcquisitionSettings.cxx(8) : error C2039: 'NumberOfPorts' : is not<BR>
>> a member of 'igstk::AuroraTracker'<BR>
>><BR>
>> I'm stuck with this for the past 2 days and could really use some help!<BR>
>><BR>
>> Thanks,<BR>
>> Neerav.<BR>
>> _______________________________________________<BR>
>> Powered by www.kitware.com<BR>
>><BR>
>> Visit other Kitware open-source projects at<BR>
>> <A HREF="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</A><BR>
>><BR>
>> Follow this link to subscribe/unsubscribe:<BR>
>> <A HREF="http://public.kitware.com/cgi-bin/mailman/listinfo/igstk-users">http://public.kitware.com/cgi-bin/mailman/listinfo/igstk-users</A><BR>
>><BR>
>><BR>
>> -----<BR>
>> No virus found in this message.<BR>
>> Checked by AVG - www.avg.com<BR>
>> Version: 2012.0.1901 / Virus Database: 2109/4778 - Release Date: 01/31/12<BR>
><BR>
><BR>
><BR>
> --<BR>
> Ziv Yaniv, PhD.,<BR>
> Principal Investigator,<BR>
> The Sheikh Zayed Institute for Pediatric Surgical Innovation<BR>
> Children's National Medical Center<BR>
> 6th Floor Main Hospital, Room M7740<BR>
> 111 Michigan Ave., N.W<BR>
> Washington, D.C 20010<BR>
><BR>
> Phone: 202-476-1288<BR>
> email: zyaniv@childrensnational.org<BR>
> web: <A HREF="http://isiswiki.georgetown.edu/zivy/">http://isiswiki.georgetown.edu/zivy/</A><BR>
><BR>
_______________________________________________<BR>
Powered by www.kitware.com<BR>
<BR>
Visit other Kitware open-source projects at <A HREF="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</A><BR>
<BR>
Follow this link to subscribe/unsubscribe:<BR>
<A HREF="http://public.kitware.com/cgi-bin/mailman/listinfo/igstk-users">http://public.kitware.com/cgi-bin/mailman/listinfo/igstk-users</A><BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>