Diff of /includes/IO.h [000000] .. [dd2e6a]

Switch to side-by-side view

--- a
+++ b/includes/IO.h
@@ -0,0 +1,8 @@
+#pragma once
+#include <SimpleITK.h>
+#include <iostream>
+#include <stdlib.h>
+
+namespace sitk = itk::simple;
+
+sitk::Image readDicomSeries(const std::string& dicomDirectory);