#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <unistd.h>
#include <grass/raster.h>
#include <grass/raster3d.h>
Go to the source code of this file.
|
void | Rast3d_get_volume_a (void *map, double u[2][2][2][3], int nx, int ny, int nz, void *volumeBuf, int type) |
|
void | Rast3d_get_volume (void *map, double originNorth, double originWest, double originBottom, double vxNorth, double vxWest, double vxBottom, double vyNorth, double vyWest, double vyBottom, double vzNorth, double vzWest, double vzBottom, int nx, int ny, int nz, void *volumeBuf, int type) |
|
void | Rast3d_get_aligned_volume (void *map, double originNorth, double originWest, double originBottom, double lengthNorth, double lengthWest, double lengthBottom, int nx, int ny, int nz, void *volumeBuf, int type) |
|
void | Rast3d_make_aligned_volume_file (void *map, const char *fileName, double originNorth, double originWest, double originBottom, double lengthNorth, double lengthWest, double lengthBottom, int nx, int ny, int nz) |
|
◆ Rast3d_get_aligned_volume()
void Rast3d_get_aligned_volume |
( |
void * |
map, |
|
|
double |
originNorth, |
|
|
double |
originWest, |
|
|
double |
originBottom, |
|
|
double |
lengthNorth, |
|
|
double |
lengthWest, |
|
|
double |
lengthBottom, |
|
|
int |
nx, |
|
|
int |
ny, |
|
|
int |
nz, |
|
|
void * |
volumeBuf, |
|
|
int |
type |
|
) |
| |
◆ Rast3d_get_volume()
void Rast3d_get_volume |
( |
void * |
map, |
|
|
double |
originNorth, |
|
|
double |
originWest, |
|
|
double |
originBottom, |
|
|
double |
vxNorth, |
|
|
double |
vxWest, |
|
|
double |
vxBottom, |
|
|
double |
vyNorth, |
|
|
double |
vyWest, |
|
|
double |
vyBottom, |
|
|
double |
vzNorth, |
|
|
double |
vzWest, |
|
|
double |
vzBottom, |
|
|
int |
nx, |
|
|
int |
ny, |
|
|
int |
nz, |
|
|
void * |
volumeBuf, |
|
|
int |
type |
|
) |
| |
◆ Rast3d_get_volume_a()
void Rast3d_get_volume_a |
( |
void * |
map, |
|
|
double |
u[2][2][2][3], |
|
|
int |
nx, |
|
|
int |
ny, |
|
|
int |
nz, |
|
|
void * |
volumeBuf, |
|
|
int |
type |
|
) |
| |
◆ Rast3d_make_aligned_volume_file()
void Rast3d_make_aligned_volume_file |
( |
void * |
map, |
|
|
const char * |
fileName, |
|
|
double |
originNorth, |
|
|
double |
originWest, |
|
|
double |
originBottom, |
|
|
double |
lengthNorth, |
|
|
double |
lengthWest, |
|
|
double |
lengthBottom, |
|
|
int |
nx, |
|
|
int |
ny, |
|
|
int |
nz |
|
) |
| |