diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2019-04-03 22:31:55 +0200 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2019-09-25 14:10:09 +0200 |
commit | 4b576ee6ad461b162dd64538f54df47b65b37972 (patch) | |
tree | 1510c20eb9aa4a3605e84051143347b4077e0741 /include | |
parent | 64abe91dd26e98001f3f5c7cc73543f5f94cb80d (diff) | |
download | astra-4b576ee6ad461b162dd64538f54df47b65b37972.tar.gz astra-4b576ee6ad461b162dd64538f54df47b65b37972.tar.bz2 astra-4b576ee6ad461b162dd64538f54df47b65b37972.tar.xz astra-4b576ee6ad461b162dd64538f54df47b65b37972.zip |
Remove obsolete DensityWeighting option
Diffstat (limited to 'include')
-rw-r--r-- | include/astra/CudaProjector3D.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/astra/CudaProjector3D.h b/include/astra/CudaProjector3D.h index 60df7bb..9b4ff1f 100644 --- a/include/astra/CudaProjector3D.h +++ b/include/astra/CudaProjector3D.h @@ -117,7 +117,6 @@ public: int getVoxelSuperSampling() const { return m_iVoxelSuperSampling; } int getDetectorSuperSampling() const { return m_iDetectorSuperSampling; } int getGPUIndex() const { return m_iGPUIndex; } - bool getDensityWeighting() const { return m_bDensityWeighting; } protected: @@ -125,7 +124,6 @@ protected: int m_iVoxelSuperSampling; int m_iDetectorSuperSampling; int m_iGPUIndex; - bool m_bDensityWeighting; }; |