33 #if defined(__GNUC__) && (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) 74 template <
class elemT,
class scaleT,
class CHARP>
75 void display(
const Array<3, elemT>& plane_stack,
76 const VectorWithOffset<scaleT>& scale_factors,
77 const VectorWithOffset<CHARP>& text,
79 const char*
const title = 0,
83 template <
class elemT>
84 inline void display(
const Array<3, elemT>& plane_stack,
double maxi = 0,
const char*
const title = 0,
int zoom = 0);
87 template <
class elemT>
88 inline void display(
const Array<2, elemT>& plane,
const char*
const text = 0,
double maxi = 0,
int zoom = 0);
94 template <
class elemT,
class scaleT,
class CHARP>
95 void display(
const Array<3, elemT>& plane_stack,
96 const VectorWithOffset<scaleT>& scale_factors,
97 const VectorWithOffset<CHARP>& text,
99 const char*
const title,
102 template <
class elemT,
class scaleT,
class CHARP>
103 inline void display(
const Array<3, elemT>& plane_stack,
104 const VectorWithOffset<scaleT>& scale_factors,
105 const VectorWithOffset<CHARP>& text,
107 const char*
const title);
109 template <
class elemT,
class scaleT,
class CHARP>
110 inline void display(
const Array<3, elemT>& plane_stack,
111 const VectorWithOffset<scaleT>& scale_factors,
112 const VectorWithOffset<CHARP>& text,
115 template <
class elemT,
class scaleT,
class CHARP>
117 display(
const Array<3, elemT>& plane_stack,
const VectorWithOffset<scaleT>& scale_factors,
const VectorWithOffset<CHARP>& text);
119 template <
class elemT>
120 inline void display(
const Array<3, elemT>& plane_stack,
double maxi,
const char*
const title,
int zoom);
122 template <
class elemT>
123 inline void display(
const Array<3, elemT>& plane_stack,
double maxi,
const char*
const title);
125 template <
class elemT>
126 inline void display(
const Array<3, elemT>& plane_stack,
double maxi);
128 template <
class elemT>
129 inline void display(
const Array<3, elemT>& plane_stack);
131 template <
class elemT>
132 inline void display(
const Array<2, elemT>& plane,
const char*
const text,
double maxi,
int zoom);
134 template <
class elemT>
135 inline void display(
const Array<2, elemT>& plane,
const char*
const text,
double maxi);
137 template <
class elemT>
138 inline void display(
const Array<2, elemT>& plane,
const char*
const text);
140 template <
class elemT>
141 inline void display(
const Array<2, elemT>& plane);
145 template <
typename elemT>
146 class RelatedViewgrams;
149 template <
class elemT>
150 void display(
const RelatedViewgrams<elemT>& v1,
double maxi = 0,
const char*
const title = 0,
int zoom = 0);
155 void display(
const DetPairData&,
const char*
const);
156 void display(
const FanProjData&,
const char*
const);
defines the Array class for multi-dimensional (numeric) arrays
defines the stir::VectorWithOffset class
functions to display 2D and 3D stir::Array objects