33 #include "dcmtk/config/osconfig.h"
34 #include "dcmtk/ofstd/ofbmanip.h"
35 #include "dcmtk/ofstd/ofcast.h"
37 #include "dcmtk/dcmimgle/dimopxt.h"
61 const unsigned long fstart,
62 const unsigned long fcount,
63 const unsigned long fsize)
66 if ((pixel != NULL) && (pixel->
getCount() > 0))
68 if ((pixel->
getCount() > fstart * fsize) && (pixel->
getCount() >= (fstart + fcount) * fsize))
69 copy(OFstatic_cast(
const T *, pixel->
getData()) + fstart * fsize);
88 inline void copy(
const T *pixel)
93 if (this->
Data != NULL)