![]() |
TrinityCore
|
#include <AreaBoundary.h>
Inheritance diagram for BoundaryIntersectionBoundary:Public Member Functions | |
| BoundaryIntersectionBoundary (AreaBoundary const *b1, AreaBoundary const *b2, bool isInverted=false) | |
| BoundaryIntersectionBoundary (BoundaryIntersectionBoundary const &)=delete | |
| BoundaryIntersectionBoundary (BoundaryIntersectionBoundary &&)=delete | |
| BoundaryIntersectionBoundary & | operator= (BoundaryIntersectionBoundary const &)=delete |
| BoundaryIntersectionBoundary & | operator= (BoundaryIntersectionBoundary &&)=delete |
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 | |
| virtual | ~BoundaryIntersectionBoundary () |
| bool | IsWithinBoundaryArea (Position const *pos) const override |
Protected Member Functions inherited from AreaBoundary | |
| AreaBoundary (bool isInverted) | |
Private Attributes | |
| AreaBoundary const *const | _b1 |
| AreaBoundary const *const | _b2 |
Definition at line 156 of file AreaBoundary.h.
| BoundaryIntersectionBoundary::BoundaryIntersectionBoundary | ( | AreaBoundary const * | b1, |
| AreaBoundary const * | b2, | ||
| bool | isInverted = false |
||
| ) |
Definition at line 127 of file AreaBoundary.cpp.
|
delete |
|
delete |
|
protectedvirtual |
Definition at line 133 of file AreaBoundary.cpp.
|
overrideprotectedvirtual |
Implements AreaBoundary.
Definition at line 139 of file AreaBoundary.cpp.
Here is the call graph for this function:
|
delete |
|
delete |
|
private |
Definition at line 170 of file AreaBoundary.h.
|
private |
Definition at line 171 of file AreaBoundary.h.