Woolz Image Processing  Version 1.7.5
WlzRaster.c File Reference

Functions to rasterize geometric Woolz objects into 2D or 3D domain objects. More...

Functions

WlzObjectWlzRasterObj (WlzObject *gObj, WlzErrorNum *dstErr)
 Rasterizes the given geometric object, creating a new domain object. More...
 
void WlzRasterLineSetItv2D (WlzIntervalDomain *iDom, WlzIVertex2 v0, WlzIVertex2 v1)
 Given an interval domain which has a single interval per line, which covers the line range of the two given vertices, this function updates the intervals by setting the left/right fields for a line drawn between the two given vertices. It may be used to set the intervals for any convex polygon simply by initialising the intervals to always false values (eg min = max of object and max = min of object) then calling this function for each ordered pair of boundary vertices. Both vertices must be relative to idom->(kol1,line1). More...
 

Detailed Description

Functions to rasterize geometric Woolz objects into 2D or 3D domain objects.

Author
Bill Hill
Date
March 2001
Version
Id
132110e2204e81c300423dfc35836e68c5ef65f7
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.

Todo:
Function WlzRasterGM2D() has yet to be implemented.