STIRA  0.1
Public Member Functions | List of all members
stira::imagedata::LocalOrientation Class Reference

A class to contain the local orientation for a certain grid position. More...

#include <LocalOrientation.h>

Public Member Functions

 LocalOrientation ()
 Constructor.
 
 ~LocalOrientation ()
 Destructor.
 
double GetMagnitude ()
 Gets the local feature magnitude.
 
void SetMagnitude (double myMagnitude)
 Sets the local feature magnitude. More...
 
double GetAngle ()
 Gets the local feature orientation.
 
void SetAngle (double myAngle)
 Sets the local feature orientation. More...
 
void SetMagnitudeAndAngle (double myMagnitude, double myAngle)
 

Detailed Description

A class to contain the local orientation for a certain grid position.

Member Function Documentation

void stira::imagedata::LocalOrientation::SetAngle ( double  myAngle)

Sets the local feature orientation.

Parameters
myAnglethe local orientation to set
void stira::imagedata::LocalOrientation::SetMagnitude ( double  myMagnitude)

Sets the local feature magnitude.

Parameters
myMagnitudethe local magnitude to set

The documentation for this class was generated from the following files: