<div>hi,<BR>thanks for your answer! <BR>what i want to do:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; i draw a 8 bits bitmap with windows drawing tool.its total number is 13.in the bitmap ,i draw a rectangle. what i want to do is read this bitmap,and reconstruct a cuboid.</div>  <div>the code :<BR>#include "vtkConeSource.h"<BR>#include "vtkPolyDataMapper.h"<BR>#include"vtkImageMapper.h"<BR>#include "vtkRenderWindow.h"<BR>#include "vtkCamera.h"<BR>#include "vtkActor.h"<BR>#include "vtkActor2D.h"<BR>#include "vtkRenderer.h"<BR>#include"vtkBMPReader.h"<BR>int main()<BR>{vtkBMPReader *cone=vtkBMPReader::New();<BR>&nbsp;&nbsp;&nbsp; cone-&gt;Allow8BitBMPOn();<BR>&nbsp;cone-&gt;SetFilePrefix("E:\\bmp1\\yu");<BR>&nbsp;cone-&gt;SetFilePattern("%s%02d.bmp");<BR>&nbsp;&nbsp;&nbsp; cone-&gt;SetDataExtent(0,379,0,260,1,29);<BR>&nbsp;cone-&gt;SetDataSpacing(1,1,3);<BR>&nbsp;cone-&gt;Update();<BR>&nbsp;vtkImageMapper&nbsp;&nbsp; *coneMapper&nbsp; =&nbsp;&nbsp;
 vtkImageMapper::New();&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; coneMapper-&gt;SetInput(cone-&gt;GetOutput());&nbsp;&nbsp; </div>  <div>vtkActor2D&nbsp;&nbsp; *coneActor&nbsp; =&nbsp;&nbsp; vtkActor2D::New();&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; coneActor-&gt;SetMapper(coneMapper);&nbsp;&nbsp; <BR>&nbsp; vtkRenderer *ren1= vtkRenderer::New();<BR>&nbsp; ren1-&gt;AddActor2D( coneActor );<BR>&nbsp; ren1-&gt;SetBackground( 1, 1, 1 );<BR>&nbsp; vtkRenderWindow *renWin = vtkRenderWindow::New();<BR>&nbsp; renWin-&gt;AddRenderer( ren1 );<BR>&nbsp; renWin-&gt;SetSize( 300, 300 );<BR>int i;<BR>&nbsp; for (i = 0; i &lt; 360; ++i)<BR>&nbsp;&nbsp;&nbsp; {<BR>&nbsp;&nbsp;&nbsp; renWin-&gt;Render();<BR>&nbsp;&nbsp; ren1-&gt;GetActiveCamera()-&gt;Azimuth( 0.01 );<BR>&nbsp;&nbsp;&nbsp; }<BR>&nbsp; cone-&gt;Delete();<BR>&nbsp;
 coneMapper-&gt;Delete();<BR>&nbsp; coneActor-&gt;Delete();<BR>&nbsp; ren1-&gt;Delete();<BR>&nbsp; renWin-&gt;Delete();<BR>&nbsp;return 0;<BR>}</div>  <div>problem:<BR>&nbsp;&nbsp;&nbsp; first i use vtkPolyDataMapper and vtkActor&nbsp; to mapper and actor the piictures. and it had some errors! the code can compile but not results. and now i use vtkImageMapper and vtkActor2D . the result is just a 2D picture. not a cuboid.i think it is maybe the problem that vtkImageMapper and vtkActor2D is a class which to deal with 2D, and i don`t konw which class i can use and how to use to get the result:a cuboid.can you tell what is wrong,and how can i do to get the reuslt.<BR>maybe you will ask me what is this doing for. i just to do a test. because i get a borderline after the image segmentation,and want to reconstruct. so it is similar with this test.</div>  <div>it is very kind of you for your answer.<BR>liu</div><p>&#32;
                <hr size=1><a href="http://music.yahoo.com.cn/?source=mail_mailbox_footer" target=blank> 
Mp3疯狂搜-新歌热歌高速下 
</a>