[Bruce] > yes, they are available in the tksurfer interface. Kevin: can you give > Stefan a pointer as to how to write out the decimation file. Or maybe > Thomas can help?
The ASCII version of the decimation file format looks like this: #!ascii <number of vertices> <0|1 for each vertex for whether it is used in the reduced form> So a 5 vertex file might look like this: #!ascii 5 0 0 1 1 0 Note that the order of the vertices corresponds to the vertex number you can get with tksurfer. -- Kevin Teich
