<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1126" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Dear VTK-Users,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I have created a new class
vtkImageColouration, with only Tcl/Tk wrapping. Yet I can not access the
classes in the library via Tcl/Tk.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>The compilation seems to work fine, and the
libraries vtkLocal.lib and vtkLocalTCL.lib are created. I have added the
directory vtklocal to "wrapping/tcl" (pretty much copying
"wrapping/Tcl/vtkImaging"), and set up the LocalUserOptions.cmake in
"wrapping/tcl"</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>The problem is that whenever I try and create a new
vtkImageColouration, I am told this is an invalid command name. If I put
"package require vtkLocal" at the start of the code, I am told that the package
can not be found.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Can anyone please tell me how you get the Tcl/Tk to
see and use this new class?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thanks,<BR>Stephen</FONT></DIV></BODY></HTML>