--- branches/pure-cfg/src/include/Diderot/types.h 2011/07/12 13:19:04 1447 +++ branches/pure-cfg/src/include/Diderot/types.h 2011/07/12 13:25:08 1448 @@ -129,8 +129,8 @@ } Diderot_image2D_t; typedef struct { // wrapper for 3D image data - uint32_t dim; // dimension (== 3) - uint32_t size[3]; // sizes (fast to slow) + uint32_t dim; //!< dimension (== 3) + uint32_t size[3]; //!< sizes (fast to slow) size_t dataSzb; //!< size of data in bytes void *data; Diderot_Mat3x3_t w2i; //!< affine tranform from world space to index space. This is the
Click to toggle
does not end with </html> tag
does not end with </body> tag
The output has ended thus: data; Diderot_Mat3x3_t w2i; //!< affine tranform from world space to index space. This is the