Notes:
NOTE: This is older code, kept available for archival purposes,
and will not be updated. It is recommended to use CiftiLib
instead, as it contains a newer version of this code, and a
CiftiFile object that is a fully-featured CIFTI file reader/writer.
Original release notes:
Bugfix release of code for parsing/manipulating/writing CIFTI-2 XML
(does not include NIfTI-2 reading/writing). It also works with
CIFTI-1 XML.
NOTE: If you plan to support CIFTI-1, take note of the reversed
dimensions it requires in the NIfTI-2 header. This dimension
reversal is not applicable to CIFTI-2.
Changes:
v2.0.1
-Fixed handling of NULL roi in CiftiBrainModelsMap::addSurfaceModel
|