Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ objreplace(3G) — IRIX 6.5.3f

Media Vault

Software Library

Restoration Projects

Artifacts Sought



objreplace(3G)                                                  objreplace(3G)



NAME
     objreplace - overwrites existing display list routines with new ones

C SPECIFICATION
     void objreplace(t)
     Tag t;

PARAMETERS
     t   expects a tag within the object definition that is to be edited.

DESCRIPTION
     objreplace combines the functions of objinsert and objdelete.  Graphics
     routines that follow objreplace overwrite existing ones until closeobj,
     objinsert, objdelete, or objreplace terminates the replacement.  This
     replacement begins with the line immediately following the tag specified
     by t.

     objreplace requires that 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, editobj, objdelete, objinsert

NOTE
     This routine is available only in immediate mode.



























                                                                        Page 1



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