tractconverter icon indicating copy to clipboard operation
tractconverter copied to clipboard

Support writing to ASCII VTK format

Open MarcCote opened this issue 12 years ago • 0 comments

Right now, we can only read from an ascii VTK file. Actually, when loading an ascii VTK, we first convert it into a binary. The reason is, it was easier to read from a binary when iterating through the streamlines.

This need some rethinking, but I guess we could support both ascii and binary VTK.

MarcCote avatar Sep 30 '13 13:09 MarcCote