summaryrefslogtreecommitdiffstats
path: root/include/astra/Float32ProjectionData3D.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/astra/Float32ProjectionData3D.h')
-rw-r--r--include/astra/Float32ProjectionData3D.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/astra/Float32ProjectionData3D.h b/include/astra/Float32ProjectionData3D.h
index 79b762e..329c9a4 100644
--- a/include/astra/Float32ProjectionData3D.h
+++ b/include/astra/Float32ProjectionData3D.h
@@ -196,6 +196,11 @@ public:
* @return pointer to projection geometry.
*/
virtual CProjectionGeometry3D* getGeometry() const;
+
+ /** Change the projection geometry.
+ * Note that this can't change the dimensions of the data.
+ */
+ virtual void changeGeometry(CProjectionGeometry3D* pGeometry);
};