TDME2 1.9.121
|
Bogus/Simple partition implementation. More...
#include <tdme/engine/SimplePartition.h>
Public Member Functions | |
SimplePartition () | |
Public constructor. More... | |
const vector< Entity * > & | getVisibleEntities (Frustum *frustum) override |
Get visible entities. More... | |
bool | isVisibleEntity (Entity *entity) override |
Check if entity is visible. More... | |
![]() | |
virtual | ~Partition () |
Destructor. More... | |
virtual void | reset ()=0 |
Reset. More... | |
virtual void | addEntity (Entity *entity)=0 |
Adds a entity. More... | |
virtual void | updateEntity (Entity *entity)=0 |
Updates a entity. More... | |
virtual void | removeEntity (Entity *entity)=0 |
Removes a entity. More... | |
virtual const vector< Entity * > & | getVisibleEntities (Frustum *frustum)=0 |
Get visible entities. More... | |
virtual bool | isVisibleEntity (Entity *entity)=0 |
Check if entity is visible. More... | |
Private Member Functions | |
void | reset () override |
Reset. More... | |
void | addEntity (Entity *entity) override |
Adds a entity. More... | |
void | updateEntity (Entity *entity) override |
Updates a entity. More... | |
void | removeEntity (Entity *entity) override |
Removes a entity. More... | |
Private Attributes | |
vector< Entity * > | entities |
VectorIteratorMultiple< Entity * > | arrayListIteratorMultiple |
SimplePartition | ( | ) |
Public constructor.
Definition at line 17 of file SimplePartition.cpp.
|
overrideprivatevirtual |
Adds a entity.
entity | entity |
Implements Partition.
Definition at line 27 of file SimplePartition.cpp.
Get visible entities.
frustum | frustum |
Implements Partition.
Definition at line 50 of file SimplePartition.cpp.
|
overridevirtual |
Check if entity is visible.
frustum | frustum |
entity | entity |
Implements Partition.
Definition at line 55 of file SimplePartition.cpp.
|
overrideprivatevirtual |
Removes a entity.
entity | entity |
Implements Partition.
Definition at line 40 of file SimplePartition.cpp.
|
overrideprivatevirtual |
|
overrideprivatevirtual |
Updates a entity.
entity | entity |
Implements Partition.
Definition at line 36 of file SimplePartition.cpp.
|
private |
Definition at line 27 of file SimplePartition.h.
|
private |
Definition at line 26 of file SimplePartition.h.