Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
This is the complete list of members for ICmpPathfinder, including all inherited members.
AllocFunc typedef | IComponent | |
CheckBuildingPlacement(const IObstructionTestFilter &filter, entity_pos_t x, entity_pos_t z, entity_pos_t a, entity_pos_t w, entity_pos_t h, entity_id_t id, pass_class_t passClass) const =0 | ICmpPathfinder | pure virtual |
CheckBuildingPlacement(const IObstructionTestFilter &filter, entity_pos_t x, entity_pos_t z, entity_pos_t a, entity_pos_t w, entity_pos_t h, entity_id_t id, pass_class_t passClass, bool onlyCenterPoint) const =0 | ICmpPathfinder | pure virtual |
CheckMovement(const IObstructionTestFilter &filter, entity_pos_t x0, entity_pos_t z0, entity_pos_t x1, entity_pos_t z1, entity_pos_t r, pass_class_t passClass) const =0 | ICmpPathfinder | pure virtual |
CheckUnitPlacement(const IObstructionTestFilter &filter, entity_pos_t x, entity_pos_t z, entity_pos_t r, pass_class_t passClass, bool onlyCenterPoint=false) const =0 | ICmpPathfinder | pure virtual |
ComputePathAsync(entity_pos_t x0, entity_pos_t z0, const PathGoal &goal, pass_class_t passClass, entity_id_t notify)=0 | ICmpPathfinder | pure virtual |
ComputePathImmediate(entity_pos_t x0, entity_pos_t z0, const PathGoal &goal, pass_class_t passClass, WaypointPath &ret) const =0 | ICmpPathfinder | pure virtual |
ComputeShoreGrid(bool expandOnWater=false)=0 | ICmpPathfinder | pure virtual |
ComputeShortPathAsync(entity_pos_t x0, entity_pos_t z0, entity_pos_t clearance, entity_pos_t range, const PathGoal &goal, pass_class_t passClass, bool avoidMovingUnits, entity_id_t controller, entity_id_t notify)=0 | ICmpPathfinder | pure virtual |
ComputeShortPathImmediate(const ShortPathRequest &request) const =0 | ICmpPathfinder | pure virtual |
DeallocFunc typedef | IComponent | |
Deinit()=0 | IComponent | pure virtual |
Deserialize(const CParamNode ¶mNode, IDeserializer &deserialize)=0 | IComponent | pure virtual |
FlushAIPathfinderDirtinessInformation()=0 | ICmpPathfinder | pure virtual |
GetAIPathfinderDirtinessInformation() const =0 | ICmpPathfinder | pure virtual |
GetClearance(pass_class_t passClass) const =0 | ICmpPathfinder | pure virtual |
GetComponentTypeId() const =0 | IComponent | pure virtual |
GetDebugData(u32 &steps, double &time, Grid< u8 > &grid) const =0 | ICmpPathfinder | pure virtual |
GetEntityHandle() const | IComponent | inline |
GetEntityId() const | IComponent | inline |
GetJSInstance() const | IComponent | virtual |
GetMaximumClearance() const =0 | ICmpPathfinder | pure virtual |
GetPassabilityClass(const std::string &name) const =0 | ICmpPathfinder | pure virtual |
GetPassabilityClasses(std::map< std::string, pass_class_t > &passClasses) const =0 | ICmpPathfinder | pure virtual |
GetPassabilityClasses(std::map< std::string, pass_class_t > &nonPathfindingPassClasses, std::map< std::string, pass_class_t > &pathfindingPassClasses) const =0 | ICmpPathfinder | pure virtual |
GetPassabilityGrid()=0 | ICmpPathfinder | pure virtual |
GetSchema() | IComponent | static |
GetSerializationVersion() | IComponent | inlinestatic |
GetSimContext() const | IComponent | inline |
GetSystemEntity() const | IComponent | inline |
HandleMessage(const CMessage &msg, bool global) | IComponent | virtual |
Init(const CParamNode ¶mNode)=0 | IComponent | pure virtual |
IsGoalReachable(entity_pos_t x0, entity_pos_t z0, const PathGoal &goal, pass_class_t passClass)=0 | ICmpPathfinder | pure virtual |
m_EntityHandle | IComponent | private |
m_SimContext | IComponent | private |
NewJSObject(const ScriptInterface &scriptInterface, JS::MutableHandleObject out) const | IComponent | virtual |
RegisterComponentType(CComponentManager &mgr, EInterfaceId iid, EComponentTypeId cid, AllocFunc alloc, DeallocFunc dealloc, const char *name, const std::string &schema) | IComponent | static |
RegisterComponentTypeScriptWrapper(CComponentManager &mgr, EInterfaceId iid, EComponentTypeId cid, AllocFunc alloc, DeallocFunc dealloc, const char *name, const std::string &schema) | IComponent | static |
SendRequestedPaths()=0 | ICmpPathfinder | pure virtual |
Serialize(ISerializer &serialize)=0 | IComponent | pure virtual |
SetAtlasOverlay(bool enable, pass_class_t passClass=0)=0 | ICmpPathfinder | pure virtual |
SetDebugOverlay(bool enabled)=0 | ICmpPathfinder | pure virtual |
SetDebugPath(entity_pos_t x0, entity_pos_t z0, const PathGoal &goal, pass_class_t passClass)=0 | ICmpPathfinder | pure virtual |
SetEntityHandle(CEntityHandle ent) | IComponent | inline |
SetHierDebugOverlay(bool enabled)=0 | ICmpPathfinder | pure virtual |
SetSimContext(const CSimContext &context) | IComponent | inline |
StartProcessingMoves(bool useMax)=0 | ICmpPathfinder | pure virtual |
UpdateGrid()=0 | ICmpPathfinder | pure virtual |
~IComponent() | IComponent | virtual |