getc(argument list)
Get data from the currently joined data-set.
syntaxe depends on the dimentionnality of the currently joined data-
set (from) and on the current context dim (to) :
- 1D to 1D : getc( left, right)
- 2D to 1D : getc( axis, index, left, right)
- 3D to 1D : getc( axis, index1, index2, left, right)
- 2D to 2D : getc( left1, left2, right1, right2)
- 3D to 2D : getc( axis, index, left1, left2, right1, right2)
- 3D to 3D : getc( left1, left2, left3, right1, right2, right3)
Loads from the currently connected file, the area of data
as described.
for instance, if 3D_file is a 3d, the following processing
will take the absolute value of all the planes of the 3D
(and hence all the points of the 3D).
see also : putc join
NPK Documentation, version 0.995 - 2009-10-14