DEWOD(3D) — Kubota Pacfic Computer Inc. (\*(Dd)
NAME
FORTRAN only)
SYNOPSIS
FORTRAN:
DEWOD(OBJECT, FROMDATA, SIZE)
INTEGER∗4 OBJECT
REAL∗8 FROMDATA(∗)
INTEGER∗4 SIZE
DESCRIPTION
FORTRAN user-defined primitives to write to the private data of the object with which the method is called. It copies SIZE bytes from FROMDATA to the private data of the object OBJECT.
Note that the type of FROMDATA is not important since DEWOD only uses the address of it as a starting point for the copy. Typically, FROMDATA will be an array containing variables of different types (via an EQUIVALENCE statement).
SEE ALSO
DeCreateObject(3D), DEROD(3D), DEDOD(3D)
September 02, 1992