<!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.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV style="FONT: 10pt arial"><FONT face=Arial size=2>Hello 
vtkusers,</FONT></DIV>
<DIV style="FONT: 10pt arial">&nbsp;</DIV>
<DIV style="FONT: 10pt arial">&nbsp;</DIV>
<DIV style="FONT: 10pt arial">&nbsp;I want to&nbsp;recompute polydata in 
vtkQtRenderInteractor based on mouse information, so I try&nbsp;to write a 
subclass which inherits both vtkQtRenderInteractor and my own C++ class (which 
includes the data&nbsp;for re-rendering).</DIV>
<DIV style="FONT: 10pt arial">&nbsp;</DIV>
<DIV style="FONT: 10pt arial">But if I add&nbsp;my C++&nbsp;header file into the 
subclass, it always generates an compiling error:</DIV>
<DIV style="FONT: 10pt arial">&nbsp;</DIV>
<DIV style="FONT: 10pt arial">use -Wno-deprecated.<BR>In file included from 
/usr/lib/qt-3.1/include/qdict.h:42,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
from 
/usr/lib/qt-3.1/include/qstylesheet.h:45,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
from 
/usr/lib/qt-3.1/include/qtextedit.h:43,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
from simulator2.cpp:21:<BR>/usr/lib/qt-3.1/include/qgdict.h: In member function 
`QString<BR>&nbsp;&nbsp; QGDictIterator::getKeyString() 
const':<BR>/usr/lib/qt-3.1/include/qgdict.h:203: parse error before numeric 
constant<BR>&nbsp;</DIV>
<DIV style="FONT: 10pt arial">&nbsp;</DIV>
<DIV style="FONT: 10pt arial">Thanks for any suggestions!</DIV>
<DIV style="FONT: 10pt arial">&nbsp;</DIV>
<DIV style="FONT: 10pt arial">Hualiang Zhong</DIV>
<DIV style="FONT: 10pt arial">&nbsp;</DIV></BODY></HTML>