<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 9pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'><FONT face="Geneva, Arial, Sans-serif">Hi, Gökhan,</FONT><BR>
&nbsp;<BR>
<FONT face="Geneva, Arial, Sans-serif">&nbsp; yes, of course you can. for example : </FONT><BR>
<FONT face="Geneva, Arial, Sans-serif">&nbsp; </FONT><BR>
<FONT face="Geneva, Arial, Sans-serif">&nbsp; vtkJPEGReader * reader = vtkJPEGReader::New();</FONT><BR>
<FONT face="Geneva, Arial, Sans-serif">&nbsp;&nbsp;&nbsp; reader-&gt;SetFileName("C:/VTKDATA/img.jpg");</FONT><BR>
<FONT face="Geneva, Arial, Sans-serif">&nbsp;&nbsp;&nbsp; reader-&gt;Update();</FONT><BR>
<FONT face="Geneva, Arial, Sans-serif">&nbsp; vtkImagePlaneWidget * planeWidget = vtkImagePlaneWidget::New();</FONT><BR>
<FONT face="Geneva, Arial, Sans-serif">&nbsp;&nbsp;&nbsp; ... ...</FONT><BR>
<FONT face="Geneva, Arial, Sans-serif">&nbsp;&nbsp;&nbsp; planeWidget-&gt;SetInput( (vtkDataSet *)reader-&gt;GetOutput() );</FONT><BR>
<FONT face="Geneva, Arial, Sans-serif">&nbsp;&nbsp;&nbsp; ... ...</FONT><BR>
<FONT face="Geneva, Arial, Sans-serif">&nbsp;&nbsp;&nbsp; planeWidget-&gt;On();</FONT><BR>
<FONT face="Geneva, Arial, Sans-serif"></FONT>&nbsp;<BR>
<FONT face="Geneva, Arial, Sans-serif">&nbsp; hope this could help you!</FONT><BR>
<FONT face="Geneva, Arial, Sans-serif">&nbsp; </FONT><BR>
<FONT face="Geneva, Arial, Sans-serif">&nbsp; Mark</FONT><BR><br /><hr />使用新一代 Windows Live Messenger 轻松交流和共享! <a href='http://im.live.cn/' target='_new'>立刻下载!</a></body>
</html>