In file imagedata/TclRangeInrimage.h:

namespace yav class TclImageLine : public TclObject

Tcl interface of an Intensity Profile

Inheritance:


Protected Fields

ImageLine il
the intensity profile
unsigned int displayIndex
the index used for the display of image line

Protected Methods

const ImageLine* getImageLine () const
returns the reference of image line pointed by the interface
static int list (TclModule *m, int argc, char **argv)
new TCL command callback
static int create (TclModule *m, int argc, char **argv)
new TCL command callback
int destroyCmd (int argc, char **argv)
-destroy option
int drawCmd (int argc, char **argv)
-draw option
int dumpCmd (int argc, char **argv)
-dump option

Protected

public constructor
TclImageLine (TclModule *m, ImageLine &il2)
creates a Tcl Interface of an ImageLine by copying a previously existing ImageLine object
TclImageLine ( TclModule *m, Inrimage *inr, Vec3 pos, Vec3 dir, double dist)
creates a Tcl Interface of an ImageLine object given an image, an origin position and a direction vector and the half-distance
destructor
virtual ~TclImageLine ()
destroys this interface

Documentation

Tcl interface of an Intensity Profile
ImageLine il
the intensity profile

unsigned int displayIndex
the index used for the display of image line

public constructor

TclImageLine(TclModule *m, ImageLine &il2)
creates a Tcl Interface of an ImageLine by copying a previously existing ImageLine object
Parameters:
m - module to create TCL object
il2 - another image line object

TclImageLine( TclModule *m, Inrimage *inr, Vec3 pos, Vec3 dir, double dist)
creates a Tcl Interface of an ImageLine object given an image, an origin position and a direction vector and the half-distance
Parameters:
m - module to create TCL object
inr - a volumetric image
pos - the origin position of the intensity profile
dir - the direction of the intensity profile in the image
dist - the half distance of the intensity profile

destructor

virtual ~TclImageLine()
destroys this interface

const ImageLine* getImageLine() const
returns the reference of image line pointed by the interface

static int list(TclModule *m, int argc, char **argv)
new TCL command callback

static int create(TclModule *m, int argc, char **argv)
new TCL command callback

int destroyCmd(int argc, char **argv)
-destroy option

int drawCmd(int argc, char **argv)
-draw option

int dumpCmd(int argc, char **argv)
-dump option


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de