summaryrefslogtreecommitdiffstats
path: root/include/astra/Float32Data2D.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/astra/Float32Data2D.h')
-rw-r--r--include/astra/Float32Data2D.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/astra/Float32Data2D.h b/include/astra/Float32Data2D.h
index c89e9f8..062feb5 100644
--- a/include/astra/Float32Data2D.h
+++ b/include/astra/Float32Data2D.h
@@ -32,8 +32,6 @@ $Id$
#include "Globals.h"
#include "Float32Data.h"
-#include <sstream>
-
namespace astra {
/**
@@ -434,16 +432,6 @@ inline int CFloat32Data2D::getDimensionCount() const
}
//----------------------------------------------------------------------------------------
-inline std::string CFloat32Data2D::description() const
-{
- std::stringstream res;
- res << m_iWidth << "x" << m_iHeight;
- if (getType() == CFloat32Data2D::PROJECTION) res << " sinogram data \t";
- if (getType() == CFloat32Data2D::VOLUME) res << " volume data \t";
- return res.str();
-}
-
-//----------------------------------------------------------------------------------------
// Get the type of this object.
inline CFloat32Data2D::EDataType CFloat32Data2D::getType() const
{