MAN page from Mandrake Other XITE-3.3-3.i386.rpm
REGIONSORT
Section: C Library Functions (3)
Updated: 16 Mar 1998
Index
NAME
regionSort - sort regions according to object number
SYNTAX
#include <
xite/region.h>
int regionSort( region** regArr,
region*** objArr, int rsize, int* osize );
DESCRIPTION
Sort all regions accessible from vector "regArr"according to their object number. Put all regionswith the same object number in a list. The resultinglist is accessed through the vector "objArr", accessiblefrom 0 to "*osize". "regArr" should be accessible from0 to "rsize".
RETURN VALUE
0 => ok1 => Can
t alloc memory
SEE ALSO
regionAnalyse(1),
regionArea(3),
regionConvexHull(3),
regionCreate(3),
regionDraw(3),
regionFree(3),
regionHisto(3),
regionHistoUpdate(3),
regionImoment(3),
regionInsertYline(3),
regionDeleteYline(3)
regionEndInsert(3),
regionXmean(3),
regionYmean(3),
regionMean(3),
regionXmin(3),
regionXmax(3),
regionYmin(3),
regionYmax(3),
regionMinMax(3),
regionCMoment(3),
regionPMoment(3),
regionMoment(3),
regionPerform(3),
regionPerimeter(3),
regionIsPoint(3),
regionPoint(3),
regionSearch(3),
regionCopy(3),
regionUnion(3),
regionOverlap(3),
regionNeighbor(3),
regionVolume(3),
regionYline(3)
AUTHOR
Tor Loennestad, BLAB, ifi, UiO
ID
$Id: regionSort.c,v 1.17 1997/07/29 11:52:46 svein Exp $
Index
- NAME
- SYNTAX
- DESCRIPTION
- RETURN VALUE
- SEE ALSO
- AUTHOR
- ID
This document was created byman2html,using the manual pages.