From aa7491e356dfa04057fb94fc349c60300e60bd7b Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Mon, 8 Dec 2014 11:32:50 +0100 Subject: Implement loading geometries into Projector3D --- include/astra/Projector3D.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/astra') diff --git a/include/astra/Projector3D.h b/include/astra/Projector3D.h index ec81bc8..d565962 100644 --- a/include/astra/Projector3D.h +++ b/include/astra/Projector3D.h @@ -34,13 +34,13 @@ $Id$ #include "Globals.h" #include "Config.h" -#include "ProjectionGeometry3D.h" -#include "VolumeGeometry3D.h" namespace astra { class CSparseMatrix; +class CProjectionGeometry3D; +class CVolumeGeometry3D; /** This is a base interface class for a three-dimensional projector. Each subclass should at least -- cgit v1.2.3