voxel_traversal.h 240 B

12345678910
  1. #ifndef VOXEL_TRAVERSAL_H
  2. #define VOXEL_TRAVERSAL_H
  3. #include <grass/raster3d.h>
  4. void traverse(RASTER3D_Region *region, double *start, double *end,
  5. int **coordinates, int *size, int *coor_count);
  6. #endif // VOXEL_TRAVERSAL_H