xil_get_state(3)
NAME
xil_get_state, xil_imagetype_get_state, xil_colorspace_get_state, xil_colorspacelist_get_state, xil_cis_get_state, xil_dithermask_get_state, xil_histogram_get_state, xil_kernel_get_state, xil_lookup_get_state, xil_roi_get_state, xil_sel_get_state, xil_storage_get_state − get the XilSystemState associated with an XIL object
SYNOPSIS
#include <xil/xil.h>
XilSystemState xil_get_state (XilImage image);
XilSystemState xil_imagetype_get_state (XilImageType imagetype);
XilSystemState xil_colorspace_get_state (XilColorspace colorspace);
XilSystemState xil_colorspacelist_get_state (XilColorspaceList colorspacelist);
XilSystemState xil_cis_get_state (XilCis cis);
XilSystemState xil_dithermask_get_state (XilDitherMask dithermask);
XilSystemState xil_histogram_get_state (XilHistogram histogram);
XilSystemState xil_kernel_get_state (XilKernel kernel);
XilSystemState xil_lookup_get_state (XilLookup lookup);
XilSystemState xil_roi_get_state (XilRoi roi);
XilSystemState xil_sel_get_state (XilSel sel);
XilSystemState xil_storage_get_state (XilStorage storage);
DESCRIPTION
XIL provides a way to retrieve the XilSystemState that was used to create any XIL object. The application writer may need to get the state of an object in order to create another object later in the program. An object cannot be created without an XilSystemState.
xil_get_state () returns the XilSystemState used to create an XilImage object.
xil_imagetype_get_state () returns the XilSystemState used to create an XilImageType object.
xil_colorspace_get_state () returns the XilSystemState used to create an XilColorspace object.
xil_colorspacelist_get_state () returns the XilSystemState used to create an XilColorspaceList object.
xil_cis_get_state () returns the XilSystemState used to create an XilCis object.
xil_dithermask_get_state () returns the XilSystemState used to create an XilDithermask object.
xil_histogram_get_state () returns the XilSystemState used to create an XilHistogram object.
xil_kernel_get_state () returns the XilSystemState used to create an XilKernel object.
xil_lookup_get_state () returns the XilSystemState used to create an XilLookup object.
xil_roi_get_state () returns the XilSystemState used to create an XilRoi object.
xil_sel_get_state () returns the XilSystemState used to create an XilSel object.
xil_storage_get_state () returns the XilSystemState used to create an XilStorage object.
EXAMPLES
NOTES
SEE ALSO
xil_open(3), xil_create(3), xil_iamgetype_create(3), xil_colorspace_create(3), xil_colorspacelist_create(3), xil_cis_create(3), xil_dithermask_create(3), xil_histogram_create(3), xil_kernel_create(3), xil_lookup_create(3), xil_roi_create(3), xil_sel_create(3), xil_storage_create(3).
SunOS 5.6 — Last change: 10 February 1997