Isis 3 Programmer Reference
|
This is free and unencumbered software released into the public domain. More...
#include <Selection.h>
Public Attributes | |
double | A [3] |
double | semiMajor |
double | semiMinor |
double | majorAxis [2] |
double | minorAxis [2] |
double | cen [2] |
double | area |
This is free and unencumbered software released into the public domain.
The authors of ISIS do not claim copyright on the contents of this file. For more details about the LICENSE terms and the AUTHORS, you will find files of those names at the top level of this repository.
Definition at line 13 of file Selection.h.
double Ellipse::A[3] |
Definition at line 15 of file Selection.h.
double Ellipse::area |
Definition at line 21 of file Selection.h.
double Ellipse::cen[2] |
Definition at line 20 of file Selection.h.
double Ellipse::majorAxis[2] |
Definition at line 18 of file Selection.h.
double Ellipse::minorAxis[2] |
Definition at line 19 of file Selection.h.
double Ellipse::semiMajor |
Definition at line 16 of file Selection.h.
double Ellipse::semiMinor |
Definition at line 17 of file Selection.h.