xil_interpolation_table_get_kernel_size(3)
NAME
xil_interpolation_table_get_kernel_size − get the kernel size of the subsample kernels in an interpolation table object
SYNOPSIS
#include <xil/xil.h>
unsigned int xil_interpolation_table_get_kernel_size ( XilInterpolationTable table);
DESCRIPTION
xil_interpolation_table_get_kernel_size () gets kernel size from the interpolation table object table.
ERRORS
For a complete list of XIL error messages by number, consult Appendix B of the XIL Programmer’s Guide.
EXAMPLES
Get kernel size of an interpolation table object:
XilInterpolationTable table;
unsigned int kernel_size;
kernel_size = xil_interpolation_table_get_kernel_size(table);
SEE ALSO
xil_interpolation_table_create(3), xil_interpolation_table_destroy(3), xil_interpolation_table_get_subsamples(3), xil_interpolation_table_get_data(3), xil_state_get_interpolation_tables(3).
SunOS 5.6 — Last change: 03 March 1994