CiftiLib
A C++ library for CIFTI-2 and CIFTI-1 files
|
#include "CiftiFile.h"
#include <iostream>
#include <vector>
Functions | |
int | main (int argc, char **argv) |
This program reads a Cifti file from argv[1], and writes it out to argv[2] using 8-bit unsigned integer and data scaling. It uses a single CiftiFile object to do this, for simplicity - to see how to do something similar with two objects, which is more relevant for how you would do processing on cifti files, see rewrite.cxx.