Woolz Image Processing
Version 1.7.5
|
Functions for iteration through Woolz objects. More...
Functions | |
WlzRasterDir | WlzRasterDir2D (WlzRasterDir dir) |
Masks a 2 or 3D raster direction so that it is valid for 2D. More... | |
WlzIterateWSpace * | WlzIterateInit (WlzObject *obj, WlzRasterDir dir, int grey, WlzErrorNum *dstErr) |
Creates a new domain object iteration workspace that may be used to iterate through either a 2 or 3D domain object. More... | |
void | WlzIterateWSpFree (WlzIterateWSpace *itWSp) |
Frees the given iteration workspace including it's interval and grey workspaces. The object and 2D object are freed if non NULL. More... | |
WlzErrorNum | WlzIterate (WlzIterateWSpace *itWSp) |
Iterates through an object for which the given workspace was initialised. This function will return WLZ_ERR_EOO when there are no more pixels/voxels remaining. More... | |
Functions for iteration through Woolz objects.
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.