class GradientGradientInrimageInformation : public RangeInformation a class that store all information necessary for computing an external force based on the gradient of the gradient norm
| | informationName name stored in the Range Information |
| | getThreshold () const get the gradient threshold |
| | setThreshold (const double threshold) set the gradient threshold |
| | getOrientationConstraint () const get the gradient constraint |
| | setOrientationConstraint (const OrientationConstraint constraint) set the gradient constraint |
| | readGradientGradientInformation (GFInput &input) create a gradient of the gradient information Object from a file |
| | duplicate () create a copy of this region information object |
| | writeInFile (GFOutput &output) write in a file the data stored in a gradient of the gradient information object |
| | constructor
| ||
| | destructor
|
| | gradientThreshold the gradient norm value above which a voxel is considered for test |
| | gradientConstraint if there is a constraint on the voxel gradient orientation |
a class that store all information necessary for computing an external force based on the gradient of the gradient norm
enum OrientationConstraint
NONE
ALONG_GRADIENT
ALONG_OPPOSITE_GRADIENT
double gradientThreshold
OrientationConstraint gradientConstraint
constructor
GradientGradientInrimageInformation(double _gradientThreshold = 0.0, OrientationConstraint _gradientConstraint = NONE)
_gradientConstraint - the side on which to look for the region
destructor
double getThreshold() const
void setThreshold(const double threshold)
OrientationConstraint getOrientationConstraint() const
void setOrientationConstraint(const OrientationConstraint constraint)
static RangeInformation* readGradientGradientInformation(GFInput &input)
virtual RangeInformation* duplicate()
virtual void writeInFile(GFOutput &output)
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