Horus Doc || C++ Reference || Class Overview   Pixels   Images   Detector   Geometry   Registry || Doxygen's quick Index  

HxLabel.h File Reference

More...

#include "HxImageRep.h"

Go to the source code of this file.

Functions

HxImageRep L_HXIMAGEREP HxLabel (HxImageRep input, int conn)
 Label function based on GrassFire. More...


Detailed Description


Function Documentation

HxImageRep L_HXIMAGEREP HxLabel HxImageRep    input,
int    conn
 

Label function based on GrassFire.

00179 {
00180     HxTagList tags;
00181     HxAddTag(tags, "connectivity", conn);
00182 
00183     return input.queueBasedOp(input, "qLabelGrassFire", tags);
00184 }


Generated on Tue Feb 3 14:18:49 2004 for C++Reference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001