<> <> <> <<>> DIRECTORY IPInterpreter USING [Ref]; IPImage: CEDAR DEFINITIONS ~ BEGIN <<>> Ref: TYPE ~ IPInterpreter.Ref; <> ApplyIGET: PROC [Ref]; ApplyISET: PROC [Ref]; <> ApplyDROUND: PROC [Ref]; <> ApplyMAKET: PROC [Ref]; ApplyOPENT: PROC [Ref]; ApplyTRANSLATE: PROC [Ref]; ApplyROTATE: PROC [Ref]; ApplySCALE: PROC [Ref]; ApplySCALE2: PROC [Ref]; ApplyCONCAT: PROC [Ref]; ApplyINVERT: PROC [Ref]; ApplyTRANSFORM: PROC [Ref]; ApplyTRANSFORMVEC: PROC [Ref]; ApplyROUNDXY: PROC [Ref]; ApplyROUNDXYVEC: PROC [Ref]; ApplyCONCATT: PROC [Ref]; ApplyMOVE: PROC [Ref]; ApplyTRANS: PROC [Ref]; ApplySHOW: PROC [Ref]; ApplySHOWANDXREL: PROC [Ref]; <> ApplySETXY: PROC [Ref]; ApplySETXYREL: PROC [Ref]; ApplySETXREL: PROC [Ref]; ApplySETYREL: PROC [Ref]; ApplyGETCP: PROC [Ref]; ApplyGETCPROUNDED: PROC [Ref]; <> ApplyMAKEPIXELARRAY: PROC [Ref]; ApplyEXTRACTPIXELARRAY: PROC [Ref]; ApplyJOINPIXELARRAYS: PROC [Ref]; ApplyFINDDECOMPRESSOR: PROC [Ref]; <> ApplyMAKEGRAY: PROC [Ref]; ApplyFINDCOLOR: PROC [Ref]; ApplyFINDCOLOROPERATOR: PROC [Ref]; ApplyFINDCOLORMODELOPERATOR: PROC [Ref]; ApplyMAKESAMPLEDCOLOR: PROC [Ref]; ApplyMAKESAMPLEDBLACK: PROC [Ref]; ApplySETGRAY: PROC [Ref]; <> ApplyMOVETO: PROC [Ref]; ApplyLINETO: PROC [Ref]; ApplyLINETOX: PROC [Ref]; ApplyLINETOY: PROC [Ref]; ApplyCURVETO: PROC [Ref]; ApplyCONICTO: PROC [Ref]; ApplyARCTO: PROC [Ref]; ApplyMAKEOUTLINE: PROC [Ref]; ApplyMASKFILL: PROC [Ref]; ApplyMASKFILLPARITY: PROC [Ref]; ApplyMASKSTROKE: PROC [Ref]; ApplyMASKSTROKECLOSED: PROC [Ref]; ApplyMASKVECTOR: PROC [Ref]; ApplyMASKRECTANGLE: PROC [Ref]; ApplySTARTUNDERLINE: PROC [Ref]; ApplyMASKUNDERLINE: PROC [Ref]; ApplyMASKTRAPEZOIDX: PROC [Ref]; ApplyMASKTRAPEZOIDY: PROC [Ref]; ApplyMASKPIXEL: PROC [Ref]; ApplyCLIPOUTLINE: PROC [Ref]; ApplyCLIPRECTANGLE: PROC [Ref]; ApplyEXCLUDEOUTLINE: PROC [Ref]; ApplyEXCLUDERECTANGLE: PROC [Ref]; <> ApplyFINDFONT: PROC [Ref]; ApplyFINDFONTVEC: PROC [Ref]; ApplyMODIFYFONT: PROC [Ref]; ApplySETFONT: PROC [Ref]; <> ApplyCORRECTMASK: PROC [Ref]; ApplyCORRECTSPACE: PROC [Ref]; ApplyCORRECT: PROC [Ref]; ApplySETCORRECTMEASURE: PROC [Ref]; ApplySETCORRECTTOLERANCE: PROC [Ref]; ApplySPACE: PROC [Ref]; ApplyAMPLIFIEDSPACE: PROC [Ref]; END.