![]() |
TrinityCore
|
#include <AreaBoundary.h>
Inheritance diagram for ZRangeBoundary:Public Member Functions | |
| ZRangeBoundary (float minZ, float maxZ, 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 | _minZ |
| float const | _maxZ |
Definition at line 113 of file AreaBoundary.h.
| ZRangeBoundary::ZRangeBoundary | ( | float | minZ, |
| float | maxZ, | ||
| bool | isInverted = false |
||
| ) |
Definition at line 91 of file AreaBoundary.cpp.
|
overrideprotectedvirtual |
Implements AreaBoundary.
Definition at line 94 of file AreaBoundary.cpp.
Here is the call graph for this function:
|
private |
Definition at line 122 of file AreaBoundary.h.
|
private |
Definition at line 122 of file AreaBoundary.h.