VIP: Volume Image Processing |
![]() |
#include <vip/volume/struct_volume.h>

Data Fields | ||
| long | id | |
| char | name [NAME_MAXLEN+1] | |
| struct { | ||
| char name [NAME_MAXLEN+1] | ||
| int x | ||
| int y | ||
| int z | ||
| int t | ||
| } | ref | |
| int | type | |
| struct { | ||
| int x | ||
| int y | ||
| int z | ||
| int t | ||
| } | size | |
| struct { | ||
| float x | ||
| float y | ||
| float z | ||
| float t | ||
| } | voxelSize | |
| int | borderWidth | |
| char * | data | |
| char *** | tab | |
| int | state | |
| size_t | size3Db | |
| SHFJ_private_struct * | shfj | |
| ENST_private_struct * | enst | |
| struct VipVolumeCartoPrivate * | carto | |
Definition at line 76 of file struct_volume.h.
| int Volume::borderWidth |
Definition at line 102 of file struct_volume.h.
| struct VipVolumeCartoPrivate* Volume::carto |
Definition at line 118 of file struct_volume.h.
| char* Volume::data |
Definition at line 104 of file struct_volume.h.
| ENST_private_struct* Volume::enst |
Definition at line 115 of file struct_volume.h.
| long Volume::id |
Definition at line 78 of file struct_volume.h.
| char Volume::name[NAME_MAXLEN+1] |
Definition at line 79 of file struct_volume.h.
| struct { ... } Volume::ref |
| SHFJ_private_struct* Volume::shfj |
Definition at line 114 of file struct_volume.h.
| struct { ... } Volume::size |
| size_t Volume::size3Db |
Definition at line 108 of file struct_volume.h.
| int Volume::state |
Definition at line 107 of file struct_volume.h.
| int Volume::t |
Definition at line 85 of file struct_volume.h.
| float Volume::t |
Definition at line 99 of file struct_volume.h.
| char*** Volume::tab |
Definition at line 105 of file struct_volume.h.
| int Volume::type |
Definition at line 88 of file struct_volume.h.
| struct { ... } Volume::voxelSize |
| int Volume::x |
Definition at line 82 of file struct_volume.h.
| float Volume::x |
Definition at line 96 of file struct_volume.h.
| int Volume::y |
Definition at line 83 of file struct_volume.h.
| float Volume::y |
Definition at line 97 of file struct_volume.h.
| int Volume::z |
Definition at line 84 of file struct_volume.h.
| float Volume::z |
Definition at line 98 of file struct_volume.h.