Woolz Image Processing  Version 1.7.5
WlzGeoModelCut.c File Reference

Functions to cut geometric models (GM's). More...

Functions

WlzGMModelWlzGMModelCut (WlzGMModel *given, WlzGMModel *knife, WlzErrorNum *dstErr)
 Creates a new geometric model from the given model such that no elements of the given model which intersect with elements in the knife model are included. While this code seems to work for simple models errors have been seen with complex models. The code for this function and those static functions that it calls should be considered "under construction". More...
 
WlzGMModelWlzGMModelCutDom (WlzGMModel *given, WlzObject *knife, WlzErrorNum *dstErr)
 Creates a new geometric model from the given model such that no elements of the given model which intersect with elements in the knife domain are included. More...
 

Detailed Description

Functions to cut geometric models (GM's).

Author
Bill Hill
Date
January 2010
Version
Id
05f91c1bf656a7e58b64ebe496d6bfcf2d379336
Address: MRC Human Genetics Unit, MRC Institute of Genetics and Molecular Medicine, University of Edinburgh, Western General Hospital, Edinburgh, EH4 2XU, UK.
Copyright (C), [2012], The University Court of the University of Edinburgh, Old College, Edinburgh, UK.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.