My Project
|
#include <vol.h>
Data Fields | |
char | status |
char * | statmsg |
int | orientation |
float | sizex |
float | sizey |
float | sizez |
unsigned short int | dimx |
unsigned short int | dimy |
unsigned short int | dimz |
float | scale_factor |
short int * | _vxl |
short int * | _col |
short int ** | _row |
short int *** | _pln |
short int *** | v |
short int *** | plane |
short int ** | row |
short int * | column |
short int * | voxel |
short int * SVOL::_col |
Definition at line 77 of file vol.h.
Referenced by svolAllocate(), and svolEmpty().
short int *** SVOL::_pln |
Definition at line 77 of file vol.h.
Referenced by svolAllocate(), and svolEmpty().
short int ** SVOL::_row |
Definition at line 77 of file vol.h.
Referenced by svolAllocate(), and svolEmpty().
short int* SVOL::_vxl |
Hidden pointers for actual data
Definition at line 77 of file vol.h.
Referenced by svolAllocate(), and svolEmpty().
short int * SVOL::column |
Definition at line 79 of file vol.h.
Referenced by svolAllocate(), svolEmpty(), and svolInit().
unsigned short int SVOL::dimx |
Dimensions of Column (c/x), Row (r/y), Plane (p/z)
Definition at line 73 of file vol.h.
Referenced by img2svol(), svol2img(), svolAllocate(), svolEmpty(), svolInfo(), and svolInit().
unsigned short int SVOL::dimy |
Definition at line 73 of file vol.h.
Referenced by img2svol(), svol2img(), svolAllocate(), svolEmpty(), svolInfo(), and svolInit().
unsigned short int SVOL::dimz |
Definition at line 73 of file vol.h.
Referenced by img2svol(), svol2img(), svolAllocate(), svolEmpty(), svolInfo(), and svolInit().
int SVOL::orientation |
Orientation
Definition at line 69 of file vol.h.
Referenced by img2svol(), svolEmpty(), svolInfo(), and svolInit().
short int *** SVOL::plane |
Definition at line 79 of file vol.h.
Referenced by svolAllocate(), svolEmpty(), and svolInit().
short int ** SVOL::row |
Definition at line 79 of file vol.h.
Referenced by svolAllocate(), svolEmpty(), and svolInit().
float SVOL::scale_factor |
Scaling factor
Definition at line 75 of file vol.h.
Referenced by img2svol(), svol2img(), svolEmpty(), svolInfo(), and svolInit().
float SVOL::sizex |
Pixel size in all dimensions (mm)
Definition at line 71 of file vol.h.
Referenced by img2svol(), svolEmpty(), svolInfo(), and svolInit().
float SVOL::sizey |
Definition at line 71 of file vol.h.
Referenced by img2svol(), svolEmpty(), svolInfo(), and svolInit().
float SVOL::sizez |
Definition at line 71 of file vol.h.
Referenced by img2svol(), svolEmpty(), svolInfo(), and svolInit().
char* SVOL::statmsg |
Pointer to _imgStatusMessage, describing current status
Definition at line 67 of file vol.h.
Referenced by img2svol(), svol2img(), svolAllocate(), svolEmpty(), svolInfo(), and svolInit().
char SVOL::status |
Volume status
Definition at line 65 of file vol.h.
Referenced by img2svol(), svol2img(), svolAllocate(), svolEmpty(), svolInfo(), and svolInit().
short int*** SVOL::v |
Pointers for data to be used
Definition at line 79 of file vol.h.
Referenced by img2svol(), svol2img(), svolAllocate(), svolEmpty(), and svolInit().
short int * SVOL::voxel |
Definition at line 79 of file vol.h.
Referenced by svolAllocate(), svolEmpty(), and svolInit().