aboutsummaryrefslogtreecommitdiff
path: root/sys/imio/impmlnev.x
blob: d6d03b87f1eb0a80ff3f418fd652b3a1ff77e822 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc.

include	<imhdr.h>
include	<imio.h>

# IM_PMLNEV -- Test if a mask image line is nonempty.

bool procedure im_pmlnev (im, v)

pointer	im			#I image descriptor
long	v[IM_MAXDIM]		#I vector coordinates of image line

bool	pm_linenotempty()

begin
	return (pm_linenotempty (IM_PL(im), v))
end