CiftiLib
A C++ library for CIFTI-2 and CIFTI-1 files
|
CiftiLib is a library for the CIFTI file format, as documented here: http://www.nitrc.org/projects/cifti/
It builds with either QT, or libxml++ and libboost-filesystem.
To use it, include CiftiFile.h, and use the CiftiFile class to read and write cifti files.
Reading example:
Writing example:
See rewrite.cxx for a program that does a row-by-row copy that works on cifti of any dimensionality.
See xmlinfo.cxx for a program that prints XML summary information of all dimensions of a cifti file.