[IGSTK-Developers] Some help with small code changes
Luis Ibanez
luis.ibanez at kitware.com
Fri Nov 18 11:29:26 EST 2005
Hi Kevin,
Thanks for pointing out those bug.
The issue was entered in the bug tracker
as Bug # 2502:
http://public.kitware.com/Bug/bug.php?op=show&bugid=2502&pos=0
The fixes have been committed to CVS.
Please update your cvs checkout and let us know if
you find any other problems.
Thanks
Luis
-----------------
Kevin Gary wrote:
> Hi,
>
> To facilitate with the LTSA demo I showed at the IGSTK meetings last week,
> we had to do 3 small code tweaks. A couple of these are actually minor
> bugs.
> Can somebody help us out?
>
> Thanks,
> KG
> ---
>
> 1. igstkStateMachine.txx line 293, insert a line to output the class
> name of
> the class holding the state machine:
>
> << m_This->GetNameOfClass() << " "
>
> 2. igstkMacros.h - add ExportStateMachineDescriptionToLTS right under
> ExportStateMachineDescription:
>
> void ExportStateMachineDescriptionToLTS( OutputStreamType & ostr1,
> bool skipLoops=false ) const \
> { m_StateMachine.ExportDescriptionToLTS( ostr1, skipLoops ); }
>
> 3. Modify igstkStateMachineExportTest.cxx to export the LTS file. It is
> currently
> exporting using the same macro reference as the export to .dot file,
> so if you
> look in your .lts files in Testing/Temporary you see they are really
> dot files
>
> line 98:
> instance->ExportStateMachineDescriptionToLTS( ltsOutputFile, skipLoops );
>
>
> _______________________________________________
> IGSTK-Developers mailing list
> IGSTK-Developers at public.kitware.com
> http://public.kitware.com/cgi-bin/mailman/listinfo/igstk-developers
More information about the IGSTK-Developers
mailing list