Skip to content

Commit

Permalink
removed unused file
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
KrisThielemans committed Dec 20, 2024
1 parent 7508bab commit 15faeed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 32 deletions.
7 changes: 7 additions & 0 deletions src/include/stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
START_NAMESPACE_STIR

class Succeeded;
class ProjDataInfoTests;
class BlocksTests;

/*!
\ingroup projdata
\brief Projection data info for data from a scanner with discrete dtectors organised by blocks
Expand Down Expand Up @@ -98,6 +101,7 @@ class ProjDataInfoBlocksOnCylindricalNoArcCorr : public ProjDataInfoGenericNoArc

std::string parameter_info() const override;

private:
//! \name set of obsolete functions to go between bins<->LORs (will disappear!)
//@{
Succeeded find_scanner_coordinates_given_cartesian_coordinates(int& det1,
Expand All @@ -111,6 +115,9 @@ class ProjDataInfoBlocksOnCylindricalNoArcCorr : public ProjDataInfoGenericNoArc
const CartesianCoordinate3D<float>& coord_1,
const CartesianCoordinate3D<float>& coord_2) const;
//@}
// give test classes access to the private members
friend class ProjDataInfoTests;
friend class BlocksTests;

private:
bool blindly_equals(const root_type* const) const override;
Expand Down
32 changes: 0 additions & 32 deletions src/include/stir/ProjDataInfoBlocksOnCylindricalNoArcCorr.inl

This file was deleted.

0 comments on commit 15faeed

Please sign in to comment.