From db10262f09abfc9422491fa04fd6cffa7064ad3a Mon Sep 17 00:00:00 2001
From: Moises Fernandez <moisesf@fmrib.ox.ac.uk>
Date: Fri, 7 Dec 2012 21:12:56 +0000
Subject: [PATCH] Definition of the main methods

---
 CUDA/xfibres_gpu.h | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 CUDA/xfibres_gpu.h

diff --git a/CUDA/xfibres_gpu.h b/CUDA/xfibres_gpu.h
new file mode 100644
index 0000000..d30278e
--- /dev/null
+++ b/CUDA/xfibres_gpu.h
@@ -0,0 +1,19 @@
+#include "newmat.h"
+#include "newimage/newimageall.h"
+#include <string>
+
+int xfibres_gpu(char *subjdir,int slice, int nextras, char** extras);
+
+void xfibres_gpu(	//INPUT
+			const NEWMAT::Matrix			datam,
+			const NEWMAT::Matrix			bvals,
+			const NEWMAT::Matrix			bvecs,
+			const NEWMAT::Matrix	 		gradm, 
+			const NEWMAT::Matrix 			Qform, 
+			const NEWMAT::Matrix 			Qform_inv,
+			const NEWIMAGE::volume<int> 		vol2matrixkey,
+			const NEWMAT::Matrix			matrix2volkey,
+			const NEWIMAGE::volume<float>		mask,
+			const int 				slice,
+			const char*				subjdir);
+
-- 
GitLab