Woolz Image Processing Version 1.4.0
WlzDomainUtils

Files

file  WlzHasIntersect.c
 

Determines whether two objects have an intersection.


Functions

int WlzHasIntersection (WlzObject *obj1, WlzObject *obj2, WlzErrorNum *dstErr)
 Determine if two domain objects intersect. The objects must WLZ_2D_DOMAINOBJ, WLZ_3D_DOMAINOBJ or WLZ_EMPTY_OBJ. If neither object is empty then they must be of the same type.

Function Documentation

int WlzHasIntersection ( WlzObject obj1,
WlzObject obj2,
WlzErrorNum dstErr 
)