Icopy_band

[ XITE Reference Manual | XITE home ]

Name

Icopy_band - copy a BIFF band

Syntax

 #include <xite/biff.h>

 BiffStatus Icopy_band( IBAND b1, IBAND b2 );

Description

The largest rectangle common to b1 and b2 is copied from b1 to b2. A direct copy is performed, which will give strange effects if b1 and b2 are partly overlapping subbands. b1 and b2 should have the same pixel type, but all currently known pixel types are supported.

See also

Imake_band(5), Imake_subband(5), Init_band(5), Ipixtyp(5), Ixstart(5), Iystart(5)

Return value

 Iok => ok
 Ipixtyperr => b1 and b2 have different pixel types,
               or unknown pixel type

Author

Tor Lønnestad, BLAB, Ifi, UiO