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