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

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"