Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ objreplac(3g) — 4D1 2.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought



     objreplace(3G)                                     objreplace(3G)



NAME
objreplace - overwrites existing display list routines with
new ones
SPECIFICATION
C objreplace(t)
Tag t;
FORTRAN subroutine objrep(t)
integer*4 t
DESCRIPTION
objreplace combines the functions of objinsert and
objdelete. It takes a single argument, tag t. Graphics
routines that follow objreplace overwrite existing ones
until closeobj, objinsert, objdelete, or objreplace
terminates the replacement.
objreplace requires the new routine be the same length as
the one it replaces; this makes replacement operations fast.
Use objdelete and objinsert for more general replacement.
Use objreplace as a quick method to create a new version of
a routine.
SEE ALSO
closeobj, objdelete, editobj, objinsert
Programming Guide, Section 8.3, Object Editing
NOTE
This routine is available only in immediate mode.
Page 1 (printed 8/20/87)

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026