<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.2800.1126" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>Hi, now I am working with the STF(simple text format) vector files. What I 
am going to do is read the vector data from stf files and then use vector 
algorithm to represent it.</DIV>
<DIV>&nbsp;</DIV>
<DIV>the question is:the stf vector data files only contain the vector data, 
like this:</DIV>
<DIV>&nbsp;</DIV>
<DIV>NAME fibres<BR>RANK 3<BR>DIMENSIONS 229 159 150<BR>BOUNDS -203 26 87 246 
-149 1<BR>VECTOR 3<BR>INTERLACED<BR>DATA<BR>0.000 0.000 0.000<BR>0.000 0.000 
0.000<BR>0.000 0.000 0.000<BR>0.000 0.000 0.000<BR>0.000 0.000 0.000</DIV>
<DIV>&nbsp;</DIV>
<DIV>But for creating a structured grid, from the example of the VTK book, it is 
said that I have to create points first, which is the dataset of vtkPoints and 
specify the geometry. </DIV>
<DIV>&nbsp;</DIV>
<DIV>How can I generate points from vector data of stf files?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks in advanced that if anyone who can help me.</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>-----------------------------<BR>Songbo Chen</DIV>
<DIV>&nbsp;</DIV>
<DIV><A 
href="mailto:bobbydog102@hotmail.com">bobbydog102@hotmail.com</A></DIV></BODY></HTML>