[vtkusers] Polydatawriter binaryformat
    Kevin Wright 
    krw at viz-solutions.com
       
    Thu Aug  1 12:29:10 EDT 2002
    
    
  
>Anyone knows where I can find the binary format of the polydatawriter.
The binary format is the same as the ASCII.  The file would look something 
like:
# vtk DataFile Version 2.0
<header>
BINARY
DATASET POLYDATA
POINTS 'n' float
<'n' floating point numbers written in binary>
POLYGONS 'i' 'j'
<'j' integers written in binary>
... and so on.
Hope that helps.
Kevin.
    
    
More information about the vtkusers
mailing list