tractconverter
tractconverter copied to clipboard
Support writing to ASCII VTK format
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.