|
STIR 6.4.0
|
functions to display 2D and 3D stir::Array objects More...
#include "stir/IndexRange3D.h"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> | |
| 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< 2, elemT > &plane, const char *const text, double maxi, 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) |
| 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) |
| 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) |
functions to display 2D and 3D stir::Array objects