Data Fields
VOL Struct Reference

#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

Detailed Description

Definition at line 40 of file vol.h.


Field Documentation

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().

Orientation

Definition at line 47 of file vol.h.

Referenced by img2vol(), volEmpty(), volInfo(), and volInit().

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

Pixel size in all dimensions (mm)

Definition at line 49 of file vol.h.

Referenced by img2vol(), volEmpty(), volInfo(), and volInit().

float VOL::sizey

Definition at line 49 of file vol.h.

Referenced by img2vol(), volEmpty(), volInfo(), and volInit().

float VOL::sizez

Definition at line 49 of file vol.h.

Referenced by img2vol(), volEmpty(), volInfo(), and volInit().

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().

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().


The documentation for this struct was generated from the following file: