|
STIR 6.4.0
|
Functions to display 2D and 3D stir::Array and stir::RelatedViewgrams objects. More...
Go to the source code of this file.
Namespaces | |
| namespace | stir |
| Namespace for the STIR library (and some/most of its applications) | |
Functions | |
| template<class elemT, class scaleT, class CHARP> | |
| void | stir::display (const Array< 3, elemT > &plane_stack, const VectorWithOffset< scaleT > &scale_factors, const VectorWithOffset< CHARP > &text, double maxi, const char *const title, int zoom) |
| template<class elemT, class scaleT, class CHARP> | |
| void | stir::display (const Array< 3, elemT > &plane_stack, const VectorWithOffset< scaleT > &scale_factors, const VectorWithOffset< CHARP > &text, double maxi, const char *const title) |
| template<class elemT, class scaleT, class CHARP> | |
| void | stir::display (const Array< 3, elemT > &plane_stack, const VectorWithOffset< scaleT > &scale_factors, const VectorWithOffset< CHARP > &text, double maxi) |
| template<class elemT, class scaleT, class CHARP> | |
| void | stir::display (const Array< 3, elemT > &plane_stack, const VectorWithOffset< scaleT > &scale_factors, const VectorWithOffset< CHARP > &text) |
| template<class elemT> | |
| void | stir::display (const Array< 3, elemT > &plane_stack, double maxi, const char *const title, int zoom) |
| template<class elemT> | |
| void | stir::display (const Array< 3, elemT > &plane_stack, double maxi, const char *const title) |
| template<class elemT> | |
| void | stir::display (const Array< 3, elemT > &plane_stack, double maxi) |
| template<class elemT> | |
| void | stir::display (const Array< 3, elemT > &plane_stack) |
| template<class elemT> | |
| void | stir::display (const Array< 2, elemT > &plane, const char *const text, double maxi, int zoom) |
| template<class elemT> | |
| void | stir::display (const Array< 2, elemT > &plane, const char *const text, double maxi) |
| template<class elemT> | |
| void | stir::display (const Array< 2, elemT > &plane, const char *const text) |
| template<class elemT> | |
| void | stir::display (const Array< 2, elemT > &plane) |
| template<class elemT> | |
| void | stir::display (const RelatedViewgrams< elemT > &v1, double maxi=0, const char *const title=0, int zoom=0) |
| Convenience function to display all viewgrams in a RelatedViewgrams object. | |
| void | stir::display (const DetPairData &det_pair_data, const char *const title) |
| void | stir::display (const FanProjData &fan_data, const char *const title) |
Functions to display 2D and 3D stir::Array and stir::RelatedViewgrams objects.