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

Go to the source code of this file.
Macros | |
| #define | VIP_AXIAL_SLICE 100 |
| #define | VIP_CORONAL_SLICE 101 |
| #define | VIP_SAGITTAL_SLICE 102 |
Functions | |
| Volume * | VipGetAxialSlice (Volume *vol, int slice) |
| Volume * | VipGetCoronalSlice (Volume *vol, int slice) |
| Volume * | VipGetSagittalSlice (Volume *vol, int slice) |
| Volume * | VipGetSlice (Volume *vol, int slice, int slice_type) |