<!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>VTK-Users,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I have created a new class in&nbsp;the Local 
directory called vtkImageColouration, and am trying to compile it with Java and 
Tcl wrapping. This class acts as another Image Filter.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>The class compiles correctly, but I get the 
following error whenever the wrapping is attempted:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Error: Unresolved external 
'vtkImageColouration::GetColorTransfer()' referenced from 
C:\VTK\LOCAL\VTKIMAGECOLOURATIONJAVA.OBJ<BR>Error: Unresolved external 
'vtkImageColouration::New()' referenced from 
C:\VTK\LOCAL\VTKIMAGECOLOURATIONJAVA.OBJ</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>The function signatures for these two 
are:</FONT></DIV>
<DIV><FONT face=Arial size=2>static vtkImageColouration *New();</FONT></DIV>
<DIV><FONT face=Arial size=2>vtkColorTransferFunction 
*GetColorTransfer();</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>The functions are not that complex, and I have 
tried looking at other code segments that have roughly the same signature with 
no success.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>If you need any more information please let me 
know. Any help that you could supply would be greatly appreciated. This is the 
first time I have tried creating a new VTK class, and I don't have very much 
experience with C++ either.</FONT></DIV><FONT face=Arial size=2>
<DIV><BR>Thanks,</DIV>
<DIV>Stephen</FONT></DIV></BODY></HTML>