Woolz Image Processing  Version 1.7.5
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. More...
 

Detailed Description

Function Documentation

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