Woolz Image Processing
Version 1.7.5
|
Functions for clipping the domain of either 2D or 3D domain objects so that they lie within the given axis aligned biunding box. More...
Functions | |
WlzObject * | WlzClipObjToBox2D (WlzObject *srcObj, WlzIBox2 clipBox, WlzErrorNum *dstErrNum) |
Clips the given object's domain so that it does not lie outside the given 2D axis aliagned clip box. Only 2D domain objects and empty objects may be clipped by this function. More... | |
WlzObject * | WlzClipObjToBox3D (WlzObject *srcObj, WlzIBox3 clipBox, WlzErrorNum *dstErrNum) |
Clips the given object's domain so that it does not lie outside the given 3D axis alaigned clip box. More... | |
Functions for clipping the domain of either 2D or 3D domain objects so that they lie within the given axis aligned biunding box.
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.
WlzObject* WlzClipObjToBox2D | ( | WlzObject * | srcObj, |
WlzIBox2 | clipBox, | ||
WlzErrorNum * | dstErrNum | ||
) |
Clips the given object's domain so that it does not lie outside the given 2D axis aliagned clip box. Only 2D domain objects and empty objects may be clipped by this function.
srcObj | Given source object. |
clipBox | Clip box. |
dstErrNum | Destination pointer for error, may be NULL. |
References AlcFreeStackPush(), AlcMalloc(), _WlzDomain::core, _WlzObject::domain, _WlzIntervalDomain::freeptr, _WlzDomain::i, _WlzInterval::ileft, _WlzIntervalDomain::intvlines, _WlzIntervalLine::intvs, _WlzInterval::iright, _WlzIntervalDomain::kol1, _WlzIntervalDomain::lastkl, _WlzIntervalDomain::lastln, _WlzIntervalDomain::line1, _WlzIntervalLine::nintvs, _WlzObject::type, _WlzCoreDomain::type, _WlzObject::values, WLZ_2D_DOMAINOBJ, WLZ_DBG, WLZ_DBG_LVL_1, WLZ_DBG_LVL_2, WLZ_DBG_LVL_FN, WLZ_EMPTY_OBJ, WLZ_ERR_DOMAIN_NULL, WLZ_ERR_DOMAIN_TYPE, WLZ_ERR_NONE, WLZ_ERR_OBJECT_NULL, WLZ_ERR_OBJECT_TYPE, WLZ_INTERVALDOMAIN_INTVL, WLZ_INTERVALDOMAIN_RECT, WLZ_MAX, WLZ_MIN, WlzFreeObj(), WlzMakeEmpty(), WlzMakeInterval(), WlzMakeIntervalDomain(), WlzMakeMain(), _WlzIBox2::xMax, _WlzIBox2::xMin, _WlzIBox2::yMax, and _WlzIBox2::yMin.
Referenced by WlzClipObjToBox3D(), WlzGetSubSectionFromObject(), WlzSplitMontageObj(), and WlzSplitObj().