r3gradient_structs.h 270 B

1234567891011121314
  1. #ifndef R3GRADIENT_STRUCTS_H
  2. #define R3GRADIENT_STRUCTS_H
  3. #include <grass/raster3d.h>
  4. struct Gradient_block {
  5. RASTER3D_Array_double input;
  6. RASTER3D_Array_double dx;
  7. RASTER3D_Array_double dy;
  8. RASTER3D_Array_double dz;
  9. };
  10. #endif // R3GRADIENT_STRUCTS_H