<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>
<BR>
<FONT face="Geneva, Arial, Sans-serif"> yes, of course you can. for example : </FONT><BR>
<FONT face="Geneva, Arial, Sans-serif"> </FONT><BR>
<FONT face="Geneva, Arial, Sans-serif"> vtkJPEGReader * reader = vtkJPEGReader::New();</FONT><BR>
<FONT face="Geneva, Arial, Sans-serif"> reader->SetFileName("C:/VTKDATA/img.jpg");</FONT><BR>
<FONT face="Geneva, Arial, Sans-serif"> reader->Update();</FONT><BR>
<FONT face="Geneva, Arial, Sans-serif"> vtkImagePlaneWidget * planeWidget = vtkImagePlaneWidget::New();</FONT><BR>
<FONT face="Geneva, Arial, Sans-serif"> ... ...</FONT><BR>
<FONT face="Geneva, Arial, Sans-serif"> planeWidget->SetInput( (vtkDataSet *)reader->GetOutput() );</FONT><BR>
<FONT face="Geneva, Arial, Sans-serif"> ... ...</FONT><BR>
<FONT face="Geneva, Arial, Sans-serif"> planeWidget->On();</FONT><BR>
<FONT face="Geneva, Arial, Sans-serif"></FONT> <BR>
<FONT face="Geneva, Arial, Sans-serif"> hope this could help you!</FONT><BR>
<FONT face="Geneva, Arial, Sans-serif"> </FONT><BR>
<FONT face="Geneva, Arial, Sans-serif"> Mark</FONT><BR><br /><hr />使用新一代 Windows Live Messenger 轻松交流和共享! <a href='http://im.live.cn/' target='_new'>立刻下载!</a></body>
</html>