AGDataObject is a macro needed to connect to a 2D viewer
AGDataObject is a modified DataObject from the Graphics Display Kit. It is specialized for the objects in the AG Kit.
Used to connect one AG object derived from AGGeometryPrimitive, (i.e., an object that can be rendered).
Used only for contouring and connects to a field from which the datamap in AGDataObject can retrieve a data range for correct coloring of contour plots.
You connect this to a 2D viewer for drawing. It can connect to a GroupObject or to a 2D camera as exists in the SimpleViewer2D. When connecting to the Viewer or the SimpleViewer, use the second red input port, which is a 2D camera. (See the AVS/Express Visualization Techniques manual for more information on GroupObject and Viewers.)
examples/contour2.v
examples/logex2.v
AGGeometryPrimitive / AGRenderPrimitive