38 #ifndef OME_BIOFORMATS_PLANEREGION_H
39 #define OME_BIOFORMATS_PLANEREGION_H
41 #include <ome/bioformats/Types.h>
43 #include <ome/xml/model/enums/PixelType.h>
142 if (l1 > r2 || l2 > r1)
151 if (t1 > b2 || t2 > b1)
189 if (l1 == l2 && r1 == r2 &&
190 (t1 == b2 || t2 == b1))
196 else if (t1 == t2 && b1 == b2 &&
197 (l1 == r2 || l2 == r1))
213 template<
class charT,
class traits>
214 inline std::basic_ostream<charT,traits>&
215 operator<< (std::basic_ostream<charT,traits>& os,
218 return os <<
"x=" << region.
x
221 <<
" h=" << region.h;
227 #endif // OME_BIOFORMATS_PLANEREGION_H
Open Microscopy Environment C++ implementation.
Definition: CoreMetadata.cpp:40