![]() |
TrinityCore
|
#include <AreaBoundary.h>
Inheritance diagram for RectangleBoundary:Public Member Functions | |
| RectangleBoundary (float southX, float northX, float eastY, float westY, bool isInverted=false) | |
Public Member Functions inherited from AreaBoundary | |
| bool | IsWithinBoundary (Position const *pos) const |
| bool | IsWithinBoundary (Position const &pos) const |
| AreaBoundary (AreaBoundary const &)=delete | |
| AreaBoundary (AreaBoundary &&)=delete | |
| AreaBoundary & | operator= (AreaBoundary const &)=delete |
| AreaBoundary & | operator= (AreaBoundary &&)=delete |
| virtual | ~AreaBoundary ()=default |
Protected Member Functions | |
| bool | IsWithinBoundaryArea (Position const *pos) const override |
Protected Member Functions inherited from AreaBoundary | |
| AreaBoundary (bool isInverted) | |
Private Attributes | |
| float const | _minX |
| float const | _maxX |
| float const | _minY |
| float const | _maxY |
Definition at line 46 of file AreaBoundary.h.
| RectangleBoundary::RectangleBoundary | ( | float | southX, |
| float | northX, | ||
| float | eastY, | ||
| float | westY, | ||
| bool | isInverted = false |
||
| ) |
Definition at line 22 of file AreaBoundary.cpp.
|
overrideprotectedvirtual |
Implements AreaBoundary.
Definition at line 25 of file AreaBoundary.cpp.
Here is the call graph for this function:
|
private |
Definition at line 56 of file AreaBoundary.h.
|
private |
Definition at line 56 of file AreaBoundary.h.
|
private |
Definition at line 56 of file AreaBoundary.h.
|
private |
Definition at line 56 of file AreaBoundary.h.