Special Purpose Objects Introduction

There are three INT special purpose objects . There are coding examples below for the two more complex objects, ViewPort and Wavelet. The third special purpose object, the Crop object is almost identical to the Image object in INT's graphics library.


ViewPort Coding Example

The following code sample illustrates how to use the ViewPort object class to zoom a contour widget which contains a number of Graphic objects. See basemap_demo.c in the demos directory for the complete code.