|
CiftiLib
A C++ library for CIFTI-2 and CIFTI-1 files
|
Public Member Functions | |
| void | open (const AString &filename, const BinaryFile::OpenMode &opmode) |
| void | close () |
| void | seek (const int64_t &position) |
| int64_t | pos () |
| int64_t | size () |
| void | read (void *dataOut, const int64_t &count, int64_t *numRead) |
| void | write (const void *dataIn, const int64_t &count) |
Public Member Functions inherited from cifti::BinaryFile::ImplInterface | |
| const AString & | getFilename () const |
Additional Inherited Members | |
Protected Attributes inherited from cifti::BinaryFile::ImplInterface | |
| AString | m_fileName |