![]() |
MAK Legion API Documentation
|
brief A planar boundary with 2D lower and upper bounds More...
Inheritance diagram for Legion::BoundarySpatialPlanar:
Collaboration diagram for Legion::BoundarySpatialPlanar:Public Member Functions | |
| BoundarySpatialPlanar () | |
| virtual | ~BoundarySpatialPlanar () |
| Destructor. More... | |
| virtual void | setLowerBound (const Vector2d &lower) |
| Set/Get lower bound Values are a vector of [long, lat] in degrees. More... | |
| virtual const Vector2d & | lowerBound () const |
| Set/Get lower bound Values are a vector of [long, lat] in degrees. More... | |
| virtual void | setUpperBound (const Vector2d &upper) |
| Set/Get upper bound Values are a vector of [long, lat] in degrees. More... | |
| virtual const Vector2d & | upperBound () const |
| Set/Get upper bound Values are a vector of [long, lat] in degrees. More... | |
Public Member Functions inherited from Legion::Boundary | |
| Boundary () | |
| virtual | ~Boundary () |
| virtual BoundaryType | type () const |
| Get type. More... | |
| virtual void | setUseType (BoundaryUseType type) |
| virtual BoundaryUseType | useType () const |
Protected Attributes | |
| Vector2d | myLowerBound |
| Vector2d | myUpperBound |
Protected Attributes inherited from Legion::Boundary | |
| BoundaryType | myType |
| BoundaryUseType | myUse |
brief A planar boundary with 2D lower and upper bounds
| Legion::BoundarySpatialPlanar::BoundarySpatialPlanar | ( | ) |
|
virtual |
Destructor.
|
virtual |
Set/Get lower bound Values are a vector of [long, lat] in degrees.
|
virtual |
Set/Get lower bound Values are a vector of [long, lat] in degrees.
Referenced by main(), and setMinMaxBoundary().
|
virtual |
Set/Get upper bound Values are a vector of [long, lat] in degrees.
Referenced by main(), and setMinMaxBoundary().
|
virtual |
Set/Get upper bound Values are a vector of [long, lat] in degrees.
|
protected |
|
protected |