Markus Neteler 547ff44e6a manual pages: remove unneeded SVN Date entry and selected cleanup (#2143) vor 3 Jahren
..
test 547ff44e6a manual pages: remove unneeded SVN Date entry and selected cleanup (#2143) vor 3 Jahren
testsuite fd86f50e9a Apply Black to tests (#1387) vor 4 Jahren
G3d.h_unused 1a88755128 G3d_ -> Rast3d_ vor 14 Jahren
Makefile 9ab7b3fc64 doxygen: g3d renamed to raster3d vor 14 Jahren
README 440faf25a9 change terminology in 3D raster layout image vor 10 Jahren
alloc.c 7a9ea9af0b Eliminate XDR dependency from raster3d library vor 12 Jahren
cache.c b8684ea059 Fixed wrong variable types in cache.c, updated name scheme in the raster3d test framework. vor 11 Jahren
cache1.c 08226f2533 Corrected uninitialized values and invalid memory access vor 13 Jahren
cachehash.c 5b0f12e626 Hunting cache hash 3D raster bug vor 13 Jahren
cachehash.h 1a88755128 G3d_ -> Rast3d_ vor 14 Jahren
cats.c 7a9ea9af0b Eliminate XDR dependency from raster3d library vor 12 Jahren
changeprecision.c 84a06c3415 Removed buggy LRE compression from 3D raster library as discussed here: vor 12 Jahren
changetype.c 491e01ffd5 raster3dlib: doxygenize close.c vor 14 Jahren
close.c 1384f52262 Fix comparisons with 'logical not' on each side vor 4 Jahren
color.c 69a2251192 change default color table for 2D and 3D rasters (see https://trac.osgeo.org/grass/ticket/3043) vor 9 Jahren
defaults.c d33152f1d5 Numerous typos fixed (identified with tools/fix_typos.sh) vor 8 Jahren
doubleio.c 994c96e2fe Fix https://trac.osgeo.org/grass/changeset/53301 vor 12 Jahren
error.c 7a9ea9af0b Eliminate XDR dependency from raster3d library vor 12 Jahren
filecompare.c 7a9ea9af0b Eliminate XDR dependency from raster3d library vor 12 Jahren
filename.c 1a88755128 G3d_ -> Rast3d_ vor 14 Jahren
fpcompress.c 4f2d270191 rasterlib, raster3dlib: use new compression fns vor 9 Jahren
fpxdr.c 7a9ea9af0b Eliminate XDR dependency from raster3d library vor 12 Jahren
getblock.c e5d95157da raster3dlib: change camelCase to underscores in the function names vor 14 Jahren
getvalue.c df82bb7722 Added boundary check to get_value_region and a unit test. vor 13 Jahren
gradient.c 8f17b8f1e1 r3.gradient: set voxels which have neighbors nulls to zero vor 10 Jahren
header.c 84a06c3415 Removed buggy LRE compression from 3D raster library as discussed here: vor 12 Jahren
headerinfo.c 84a06c3415 Removed buggy LRE compression from 3D raster library as discussed here: vor 12 Jahren
history.c e5d95157da raster3dlib: change camelCase to underscores in the function names vor 14 Jahren
index.c 8c8e5bce5a Fix implicit signedness conversion between pointers of integer types (#1265) vor 4 Jahren
intio.c 994c96e2fe Fix https://trac.osgeo.org/grass/changeset/53301 vor 12 Jahren
keys.c e5d95157da raster3dlib: change camelCase to underscores in the function names vor 14 Jahren
long.c e5d95157da raster3dlib: change camelCase to underscores in the function names vor 14 Jahren
mapset.c 23a8e6d786 libgis: Distinguish dirs and objects in dir creation (#1681) vor 3 Jahren
mask.c 491e01ffd5 raster3dlib: doxygenize close.c vor 14 Jahren
maskfn.c 1a88755128 G3d_ -> Rast3d_ vor 14 Jahren
misc.c 7a9ea9af0b Eliminate XDR dependency from raster3d library vor 12 Jahren
null.c e5d95157da raster3dlib: change camelCase to underscores in the function names vor 14 Jahren
open.c 8c8e5bce5a Fix implicit signedness conversion between pointers of integer types (#1265) vor 4 Jahren
open2.c 84a06c3415 Removed buggy LRE compression from 3D raster library as discussed here: vor 12 Jahren
param.c 84a06c3415 Removed buggy LRE compression from 3D raster library as discussed here: vor 12 Jahren
putvalue.c 84a06c3415 Removed buggy LRE compression from 3D raster library as discussed here: vor 12 Jahren
range.c f2ec4a2f93 dox: updating the range section of raster 3D main page and documenting compression variables vor 11 Jahren
raster3d_intern.h 2d99b2ca78 raster3dlib: Using Macros to reduce function nesting in coordinate to index conversion. vor 11 Jahren
raster3d_layout.png 440faf25a9 change terminology in 3D raster layout image vor 10 Jahren
raster3d_layout.xcf 440faf25a9 change terminology in 3D raster layout image vor 10 Jahren
raster3d_tile_cell_generator.sh 440faf25a9 change terminology in 3D raster layout image vor 10 Jahren
raster3dlib.dox 158a6f2a5a bulk fixing of typos in comments (using tools/fix_typos.sh) vor 6 Jahren
region.c 2d99b2ca78 raster3dlib: Using Macros to reduce function nesting in coordinate to index conversion. vor 11 Jahren
resample.c 84a06c3415 Removed buggy LRE compression from 3D raster library as discussed here: vor 12 Jahren
retile.c 84a06c3415 Removed buggy LRE compression from 3D raster library as discussed here: vor 12 Jahren
rle.c 28cdd30147 Check for return value of scanf vor 6 Jahren
snap.gif 4b8d50b19f dir lib/g3d renamed to raster3d vor 14 Jahren
snap.rgb 4b8d50b19f dir lib/g3d renamed to raster3d vor 14 Jahren
tilealloc.c 7a9ea9af0b Eliminate XDR dependency from raster3d library vor 12 Jahren
tileio.c 84a06c3415 Removed buggy LRE compression from 3D raster library as discussed here: vor 12 Jahren
tilemath.c be4f6db3d2 Better docu. New flag in r3.out.vtk vor 13 Jahren
tilenull.c e5d95157da raster3dlib: change camelCase to underscores in the function names vor 14 Jahren
tileread.c 84a06c3415 Removed buggy LRE compression from 3D raster library as discussed here: vor 12 Jahren
tilewrite.c 3089db70b0 Define MIN() and MAX() correctly and exactly once (#1795) vor 3 Jahren
volume.c aeb54f44af Convert K&R-style functions to ANSI C vor 12 Jahren
window.c c358cac5fa raster3dlib: Fixed wrong northern coordinates to row conversion resulting from wrong vor 11 Jahren
windowio.c bdea8ae6fd string format fixes (from Volker Froehlich) vor 11 Jahren
writeascii.c e5d95157da raster3dlib: change camelCase to underscores in the function names vor 14 Jahren

README

The raster3_layout.png was created from raster3_layout.xcf by export from GIMP
then resized to 540x477 using:
mogrify -resize 540x480 raster3_layout.png

See also raster3d_tile_cell_generator.sh.

The image is used on several places in programming and user
documentation. To find all usages use:
find . -name "*raster3d_layout.png"