#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 * | _vxl |
| float * | _col |
| float ** | _row |
| float *** | _pln |
| float *** | v |
| float *** | plane |
| float ** | row |
| float * | column |
| float * | voxel |
| float * VOL::_col |
Definition at line 53 of file vol.h.
Referenced by volAllocate(), and volEmpty().
| float *** VOL::_pln |
Definition at line 53 of file vol.h.
Referenced by volAllocate(), and volEmpty().
| float ** VOL::_row |
Definition at line 53 of file vol.h.
Referenced by volAllocate(), and volEmpty().
| float* VOL::_vxl |
Hidden pointers for actual data
Definition at line 53 of file vol.h.
Referenced by volAllocate(), and volEmpty().
| float * VOL::column |
Definition at line 55 of file vol.h.
Referenced by volAllocate(), volEmpty(), and volInit().
| unsigned short int VOL::dimx |
Dimensions of Column (c/x), Row (r/y), Plane (p/z)
Definition at line 51 of file vol.h.
Referenced by img2vol(), vol2img(), volAllocate(), volAvg(), volContents(), volEmpty(), volInfo(), volInit(), and volMax().
| unsigned short int VOL::dimy |
Definition at line 51 of file vol.h.
Referenced by img2vol(), vol2img(), volAllocate(), volAvg(), volContents(), volEmpty(), volInfo(), volInit(), and volMax().
| unsigned short int VOL::dimz |
Definition at line 51 of file vol.h.
Referenced by img2vol(), vol2img(), volAllocate(), volAvg(), volContents(), volEmpty(), volInfo(), volInit(), and volMax().
| int VOL::orientation |
| float *** VOL::plane |
Definition at line 55 of file vol.h.
Referenced by volAllocate(), volEmpty(), and volInit().
| float ** VOL::row |
Definition at line 55 of file vol.h.
Referenced by volAllocate(), volEmpty(), and volInit().
| float VOL::sizex |
| float VOL::sizey |
| float VOL::sizez |
| char* VOL::statmsg |
Pointer to _imgStatusMessage, describing current status
Definition at line 45 of file vol.h.
Referenced by img2vol(), vol2img(), volAllocate(), volEmpty(), volInfo(), and volInit().
| char VOL::status |
Volume status
Definition at line 43 of file vol.h.
Referenced by img2vol(), vol2img(), volAllocate(), volAvg(), volContents(), volEmpty(), volInfo(), volInit(), and volMax().
| float*** VOL::v |
Pointers for data to be used
Definition at line 55 of file vol.h.
Referenced by img2vol(), vol2img(), volAllocate(), volAvg(), volContents(), volEmpty(), volInit(), and volMax().
| float * VOL::voxel |
Definition at line 55 of file vol.h.
Referenced by volAllocate(), volEmpty(), and volInit().
1.8.11