Pyrogenesis  trunk
ICmpPathfinder Member List

This is the complete list of members for ICmpPathfinder, including all inherited members.

AllocFunc typedefIComponent
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 =0ICmpPathfinderpure 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 =0ICmpPathfinderpure 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 =0ICmpPathfinderpure 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 =0ICmpPathfinderpure virtual
ComputePathAsync(entity_pos_t x0, entity_pos_t z0, const PathGoal &goal, pass_class_t passClass, entity_id_t notify)=0ICmpPathfinderpure virtual
ComputePathImmediate(entity_pos_t x0, entity_pos_t z0, const PathGoal &goal, pass_class_t passClass, WaypointPath &ret) const =0ICmpPathfinderpure virtual
ComputeShoreGrid(bool expandOnWater=false)=0ICmpPathfinderpure 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)=0ICmpPathfinderpure virtual
ComputeShortPathImmediate(const ShortPathRequest &request) const =0ICmpPathfinderpure virtual
DeallocFunc typedefIComponent
Deinit()=0IComponentpure virtual
Deserialize(const CParamNode &paramNode, IDeserializer &deserialize)=0IComponentpure virtual
FlushAIPathfinderDirtinessInformation()=0ICmpPathfinderpure virtual
GetAIPathfinderDirtinessInformation() const =0ICmpPathfinderpure virtual
GetClearance(pass_class_t passClass) const =0ICmpPathfinderpure virtual
GetComponentTypeId() const =0IComponentpure virtual
GetDebugData(u32 &steps, double &time, Grid< u8 > &grid) const =0ICmpPathfinderpure virtual
GetEntityHandle() constIComponentinline
GetEntityId() constIComponentinline
GetJSInstance() constIComponentvirtual
GetMaximumClearance() const =0ICmpPathfinderpure virtual
GetPassabilityClass(const std::string &name) const =0ICmpPathfinderpure virtual
GetPassabilityClasses(std::map< std::string, pass_class_t > &passClasses) const =0ICmpPathfinderpure virtual
GetPassabilityClasses(std::map< std::string, pass_class_t > &nonPathfindingPassClasses, std::map< std::string, pass_class_t > &pathfindingPassClasses) const =0ICmpPathfinderpure virtual
GetPassabilityGrid()=0ICmpPathfinderpure virtual
GetSchema()IComponentstatic
GetSerializationVersion()IComponentinlinestatic
GetSimContext() constIComponentinline
GetSystemEntity() constIComponentinline
HandleMessage(const CMessage &msg, bool global)IComponentvirtual
Init(const CParamNode &paramNode)=0IComponentpure virtual
IsGoalReachable(entity_pos_t x0, entity_pos_t z0, const PathGoal &goal, pass_class_t passClass)=0ICmpPathfinderpure virtual
NewJSObject(const ScriptInterface &scriptInterface, JS::MutableHandleObject out) constIComponentvirtual
RegisterComponentType(CComponentManager &mgr, EInterfaceId iid, EComponentTypeId cid, AllocFunc alloc, DeallocFunc dealloc, const char *name, const std::string &schema)IComponentstatic
RegisterComponentTypeScriptWrapper(CComponentManager &mgr, EInterfaceId iid, EComponentTypeId cid, AllocFunc alloc, DeallocFunc dealloc, const char *name, const std::string &schema)IComponentstatic
SendRequestedPaths()=0ICmpPathfinderpure virtual
Serialize(ISerializer &serialize)=0IComponentpure virtual
SetAtlasOverlay(bool enable, pass_class_t passClass=0)=0ICmpPathfinderpure virtual
SetDebugOverlay(bool enabled)=0ICmpPathfinderpure virtual
SetDebugPath(entity_pos_t x0, entity_pos_t z0, const PathGoal &goal, pass_class_t passClass)=0ICmpPathfinderpure virtual
SetEntityHandle(CEntityHandle ent)IComponentinline
SetHierDebugOverlay(bool enabled)=0ICmpPathfinderpure virtual
SetSimContext(const CSimContext &context)IComponentinline
StartProcessingMoves(bool useMax)=0ICmpPathfinderpure virtual
UpdateGrid()=0ICmpPathfinderpure virtual
~IComponent()IComponentvirtual