.. _program_listing_file_include_trx_nifti_io.h: Program Listing for File nifti_io.h =================================== |exhale_lsh| :ref:`Return to documentation for file ` (``include/trx/nifti_io.h``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #ifndef TRX_NIFTI_IO_H #define TRX_NIFTI_IO_H #include #include namespace trx { Eigen::Matrix4f read_nifti_voxel_to_rasmm(const std::string &path); } // namespace trx #endif