|
STIRA
0.1
|
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) |
A class to contain the local orientation for a certain grid position.
| void stira::imagedata::LocalOrientation::SetAngle | ( | double | myAngle | ) |
Sets the local feature orientation.
| myAngle | the local orientation to set |
| void stira::imagedata::LocalOrientation::SetMagnitude | ( | double | myMagnitude | ) |
Sets the local feature magnitude.
| myMagnitude | the local magnitude to set |
1.8.11