Doxygen Source Code Documentation
Main Page Alphabetical List Data Structures File List Data Fields Globals Search
vp_transpose.c File Reference
#include "vp_global.h"
Go to the source code of this file.
|
Functions |
| int TransposeBlock | ANSI_ARGS ((void *src, int src_xstride, int src_ystride, int src_zstride, void *dst, int dst_xstride, int dst_ystride, int dst_zstride, int xlen, int ylen, int zlen, int bytes_per_voxel)) |
| vpResult | vpTranspose (vpc, kaxis) vpContext *vpc |
Variables |
| int | kaxis |
| int | src_xstride |
| int | src_ystride |
| int | src_zstride |
| void * | dst |
| int | dst_xstride |
| int | dst_ystride |
| int | dst_zstride |
| int | xlen |
| int | ylen |
| int | zlen |
| int | bytes_per_voxel |
Function Documentation
| int TransposeBlock ANSI_ARGS |
( |
(void *src, int src_xstride, int src_ystride, int src_zstride, void *dst, int dst_xstride, int dst_ystride, int dst_zstride, int xlen, int ylen, int zlen, int bytes_per_voxel) |
|
) |
[static] |
|
Variable Documentation