Note:
|
|
Public:
|
m_bunch_nb (int) |
The number of "bunch" of images in the file.
|
m_bunch_flag (unsigned char *) |
An array of flags. one for each bunch. These flag express whether the bunch are OPEN, CLOSE....
|
|
m_bunch_offset (float *) |
An array of optional offset override in the direction orthogonal to the slice plane. These are set in the "Pos." page of the DB File Management" mode.
|
|
m_bunch_dim (float *) |
An array of optional pixel dimensions override (x and y must be equal). These are set in the "Dim." page of the DB File Management" mode.
|
|
m_bunch_head (void **) |
An array of pointers to structures containing the slice's headers and data. The structures are of type "Tomo_Image".
|