TrinityCore
Loading...
Searching...
No Matches
BoundaryIntersectionBoundary Class Reference

#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
 
BoundaryIntersectionBoundaryoperator= (BoundaryIntersectionBoundary const &)=delete
 
BoundaryIntersectionBoundaryoperator= (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
 
AreaBoundaryoperator= (AreaBoundary const &)=delete
 
AreaBoundaryoperator= (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
 

Detailed Description

Definition at line 156 of file AreaBoundary.h.

Constructor & Destructor Documentation

◆ BoundaryIntersectionBoundary() [1/3]

BoundaryIntersectionBoundary::BoundaryIntersectionBoundary ( AreaBoundary const *  b1,
AreaBoundary const *  b2,
bool  isInverted = false 
)

Definition at line 127 of file AreaBoundary.cpp.

◆ BoundaryIntersectionBoundary() [2/3]

BoundaryIntersectionBoundary::BoundaryIntersectionBoundary ( BoundaryIntersectionBoundary const &  )
delete

◆ BoundaryIntersectionBoundary() [3/3]

BoundaryIntersectionBoundary::BoundaryIntersectionBoundary ( BoundaryIntersectionBoundary &&  )
delete

◆ ~BoundaryIntersectionBoundary()

BoundaryIntersectionBoundary::~BoundaryIntersectionBoundary ( )
protectedvirtual

Definition at line 133 of file AreaBoundary.cpp.

Member Function Documentation

◆ IsWithinBoundaryArea()

bool BoundaryIntersectionBoundary::IsWithinBoundaryArea ( Position const *  pos) const
overrideprotectedvirtual

Implements AreaBoundary.

Definition at line 139 of file AreaBoundary.cpp.

+ Here is the call graph for this function:

◆ operator=() [1/2]

BoundaryIntersectionBoundary & BoundaryIntersectionBoundary::operator= ( BoundaryIntersectionBoundary &&  )
delete

◆ operator=() [2/2]

BoundaryIntersectionBoundary & BoundaryIntersectionBoundary::operator= ( BoundaryIntersectionBoundary const &  )
delete

Member Data Documentation

◆ _b1

AreaBoundary const* const BoundaryIntersectionBoundary::_b1
private

Definition at line 170 of file AreaBoundary.h.

◆ _b2

AreaBoundary const* const BoundaryIntersectionBoundary::_b2
private

Definition at line 171 of file AreaBoundary.h.


The documentation for this class was generated from the following files: