<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<basefont>Hi Jake,<br>
<br>
Thank you for your suggestion. Now this feature has been implemented
and added to the CVS.<br>
Please check out the latest IGSTK and try it.<br>
<br>
I have also modified the HelloWorld application to reflect the change.<br>
Two coordinate system names were set manually in this case, by default,
coordinate system will have a name made of class type and pointer
address.<br>
<br>
Patrick<br>
<br>
<br>
<img src="cid:part1.02090904.05070604@isis.georgetown.edu" border="0"
 height="449" width="883"><br>
<br>
<br>
<br>
Jake McIvor wrote:
<blockquote
 cite="mid:ba5a14540908191200ged88a0fm3a666fbce74610a8@mail.gmail.com"
 type="cite">
  <pre wrap="">Good Afternoon IGSTK Users,

I have found the Scene Graph Visualization utility incredibly useful.
I wanted to suggest an improvement and get people's feedback.

Currently, the coordinate system's name is set on the spatial object's
class name and pointer when the object is constructed, and updated
each time a call is made to RequestSetTransformAndParent.  A simple
improvement would be to add a public method to the
CoordinateSystemInterfaceMacros

void RequestSetCoordinateSystemName(const char* coordinateSystemName)
{
  m_CoordinateSystemDelegator->SetName(coordinateSystemName);
}

and remove the name update from the RequestSetTransformAndParent
method.  The end result is the option to manually set the coordinate
system names to make the Scene Graph easier to read.


Thoughts?


-Jake


--
Jake McIvor
MASc Candidate, Biomedical Engineering
University of British Columbia
_______________________________________________
Powered by <a class="moz-txt-link-abbreviated" href="http://www.kitware.com">www.kitware.com</a>

Visit other Kitware open-source projects at <a class="moz-txt-link-freetext" href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a>

Follow this link to subscribe/unsubscribe:
<a class="moz-txt-link-freetext" href="http://public.kitware.com/cgi-bin/mailman/listinfo/igstk-users">http://public.kitware.com/cgi-bin/mailman/listinfo/igstk-users</a>


  </pre>
</blockquote>
</body>
</html>