STIR
6.2.0
|
Files | |
file | LORCoordinates.h |
defines various classes for specifying a line in 3 dimensions | |
file | LORCoordinates.inl |
Implementations for LORCoordinates.h. | |
Classes | |
class | stir::LOR< coordT > |
A base class for specifying an LOR with geometric coordinates. More... | |
class | stir::PointOnCylinder< coordT > |
A class for a point on a cylinder. More... | |
class | stir::LORCylindricalCoordinates_z_and_radius< coordT > |
An internal class for LORs. Do not use. More... | |
class | stir::LORInCylinderCoordinates< coordT > |
A class for LORs. More... | |
class | stir::LORAs2Points< coordT > |
A class for LORs. More... | |
class | stir::LORInAxialAndSinogramCoordinates< coordT > |
A class for LORs. More... | |
class | stir::LORInAxialAndNoArcCorrSinogramCoordinates< coordT > |
A class for LORs. More... | |
Functions | |
Succeeded | stir::LORInCylinderCoordinates< coordT >::set_radius (coordT new_radius) |
Changes the radius of the LOR. More... | |
template<class coordT1 , class coordT2 > | |
Succeeded | stir::find_LOR_intersections_with_cylinder (LORInCylinderCoordinates< coordT1 > &, const LORAs2Points< coordT2 > &, const double radius) |
Given an LOR, find its intersection with a (infintely long) cylinder. More... | |
template<class coordT1 , class coordT2 > | |
Succeeded | stir::find_LOR_intersections_with_cylinder (LORAs2Points< coordT1 > &intersection_coords, const LORAs2Points< coordT2 > &coords, const double radius) |
Given an LOR, find its intersection with a (infintely long) cylinder. More... | |
template<class coordT1 , class coordT2 > | |
Succeeded | stir::find_LOR_intersections_with_cylinder (LORInAxialAndNoArcCorrSinogramCoordinates< coordT1 > &lor, const LORAs2Points< coordT2 > &cart_coords, const double radius) |
Given an LOR, find its intersection with a (infintely long) cylinder. More... | |
template<class coordT1 , class coordT2 > | |
Succeeded | stir::find_LOR_intersections_with_cylinder (LORInAxialAndSinogramCoordinates< coordT1 > &lor, const LORAs2Points< coordT2 > &cart_coords, const double radius) |
Given an LOR, find its intersection with a (infintely long) cylinder. More... | |
Classes for LORs.
|
inline |
|
inline |
Given an LOR, find its intersection with a (infintely long) cylinder.
References stir::from_min_pi_plus_pi_to_0_2pi().
Referenced by stir::find_LOR_intersections_with_cylinder(), and stir::ProjDataInfoCylindricalNoArcCorr::find_scanner_coordinates_given_cartesian_coordinates().
|
inline |
Given an LOR, find its intersection with a (infintely long) cylinder.
References stir::square().
|
inline |
Given an LOR, find its intersection with a (infintely long) cylinder.
References stir::find_LOR_intersections_with_cylinder().
|
inline |
Given an LOR, find its intersection with a (infintely long) cylinder.
References stir::find_LOR_intersections_with_cylinder().
Referenced by stir::LORInAxialAndNoArcCorrSinogramCoordinates< coordT >::is_swapped().