Pyrogenesis  trunk
CCmpObstructionManager Member List

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

AddStaticShape(entity_id_t ent, entity_pos_t x, entity_pos_t z, entity_angle_t a, entity_pos_t w, entity_pos_t h, flags_t flags, entity_id_t group, entity_id_t group2)CCmpObstructionManagerinlinevirtual
AddUnitShape(entity_id_t ent, entity_pos_t x, entity_pos_t z, entity_pos_t clearance, flags_t flags, entity_id_t group)CCmpObstructionManagerinlinevirtual
Allocate(ScriptInterface &, JS::HandleValue)CCmpObstructionManagerinlinestatic
ClassInit(CComponentManager &componentManager)CCmpObstructionManagerinlinestatic
Deallocate(IComponent *cmp)CCmpObstructionManagerinlinestatic
Deinit()CCmpObstructionManagerinlinevirtual
Deserialize(const CParamNode &paramNode, IDeserializer &deserialize)CCmpObstructionManagerinlinevirtual
EFlags enum nameICmpObstructionManager
FLAG_BLOCK_CONSTRUCTION enum valueICmpObstructionManager
FLAG_BLOCK_FOUNDATION enum valueICmpObstructionManager
FLAG_BLOCK_MOVEMENT enum valueICmpObstructionManager
FLAG_BLOCK_PATHFINDING enum valueICmpObstructionManager
FLAG_MOVING enum valueICmpObstructionManager
flags_t typedefICmpObstructionManager
GetComponentTypeId() const CCmpObstructionManagerinlinevirtual
GetEntityHandle() const IComponentinline
GetEntityId() const IComponentinline
GetJSInstance() const IComponentvirtual
GetObstruction(tag_t tag) const CCmpObstructionManagerinlinevirtual
GetObstructionsInRange(const IObstructionTestFilter &filter, entity_pos_t x0, entity_pos_t z0, entity_pos_t x1, entity_pos_t z1, std::vector< ObstructionSquare > &squares) const CCmpObstructionManagervirtual
GetPassabilityCircular() const CCmpObstructionManagerinlinevirtual
GetSchema()CCmpObstructionManagerinlinestatic
GetSerializationVersion()IComponentinlinestatic
GetSimContext() const IComponentinline
GetStaticObstructionsInRange(const IObstructionTestFilter &filter, entity_pos_t x0, entity_pos_t z0, entity_pos_t x1, entity_pos_t z1, std::vector< ObstructionSquare > &squares) const CCmpObstructionManagervirtual
GetStaticShapeObstruction(entity_pos_t x, entity_pos_t z, entity_angle_t a, entity_pos_t w, entity_pos_t h) const CCmpObstructionManagerinlinevirtual
GetSystemEntity() const IComponentinline
GetUnitObstructionsInRange(const IObstructionTestFilter &filter, entity_pos_t x0, entity_pos_t z0, entity_pos_t x1, entity_pos_t z1, std::vector< ObstructionSquare > &squares) const CCmpObstructionManagervirtual
GetUnitShapeObstruction(entity_pos_t x, entity_pos_t z, entity_pos_t clearance) const CCmpObstructionManagerinlinevirtual
GetUnitsOnObstruction(const ObstructionSquare &square, std::vector< entity_id_t > &out, const IObstructionTestFilter &filter, bool strict=false) const CCmpObstructionManagervirtual
HandleMessage(const CMessage &msg, bool global)CCmpObstructionManagerinlinevirtual
Init(const CParamNode &paramNode)CCmpObstructionManagerinlinevirtual
IsInWorld(entity_pos_t x, entity_pos_t z, entity_pos_t r) const CCmpObstructionManagerinlineprivate
IsInWorld(const CFixedVector2D &p) const CCmpObstructionManagerinlineprivate
m_DebugOverlayDirtyCCmpObstructionManager
m_DebugOverlayEnabledCCmpObstructionManager
m_DebugOverlayLinesCCmpObstructionManager
m_DirtyStaticShapesCCmpObstructionManagerprivate
m_DirtyUnitShapesCCmpObstructionManagerprivate
m_MaxClearanceCCmpObstructionManager
m_PassabilityCircularCCmpObstructionManager
m_StaticShapeNextCCmpObstructionManager
m_StaticShapesCCmpObstructionManager
m_StaticSubdivisionCCmpObstructionManager
m_TerrainTilesCCmpObstructionManager
m_UnitShapeNextCCmpObstructionManager
m_UnitShapesCCmpObstructionManager
m_UnitSubdivisionCCmpObstructionManager
m_UpdateInformationsCCmpObstructionManagerprivate
m_WorldX0CCmpObstructionManager
m_WorldX1CCmpObstructionManager
m_WorldZ0CCmpObstructionManager
m_WorldZ1CCmpObstructionManager
MakeDirtyAll()CCmpObstructionManagerinlineprivate
MakeDirtyDebug()CCmpObstructionManagerinlineprivate
MakeDirtyStatic(flags_t flags, u32 index, const StaticShape &shape)CCmpObstructionManagerinlineprivate
MakeDirtyUnit(flags_t flags, u32 index, const UnitShape &shape)CCmpObstructionManagerinlineprivate
MarkDirtinessGrid(const entity_pos_t &x, const entity_pos_t &z, const entity_pos_t &r)CCmpObstructionManagerinlineprivate
MarkDirtinessGrid(const entity_pos_t &x, const entity_pos_t &z, const CFixedVector2D &hbox)CCmpObstructionManagerinlineprivate
MoveShape(tag_t tag, entity_pos_t x, entity_pos_t z, entity_angle_t a)CCmpObstructionManagerinlinevirtual
NewJSObject(ScriptInterface &scriptInterface, JS::MutableHandleObject out) const IComponentvirtual
Rasterize(Grid< NavcellData > &grid, const std::vector< PathfinderPassability > &passClasses, bool fullUpdate)CCmpObstructionManagervirtual
RasterizeHelper(Grid< NavcellData > &grid, ICmpObstructionManager::flags_t requireMask, bool fullUpdate, pass_class_t appliedMask, entity_pos_t clearance=fixed::Zero()) const CCmpObstructionManagerprivate
RemoveShape(tag_t tag)CCmpObstructionManagerinlinevirtual
RenderSubmit(SceneCollector &collector)CCmpObstructionManager
ResetSubdivisions(entity_pos_t x1, entity_pos_t z1)CCmpObstructionManagerinline
Serialize(ISerializer &serialize)CCmpObstructionManagerinlinevirtual
SerializeCommon(S &serialize)CCmpObstructionManagerinline
SetBounds(entity_pos_t x0, entity_pos_t z0, entity_pos_t x1, entity_pos_t z1)CCmpObstructionManagerinlinevirtual
SetDebugOverlay(bool enabled)CCmpObstructionManagerinlinevirtual
SetEntityHandle(CEntityHandle ent)IComponentinline
SetPassabilityCircular(bool enabled)CCmpObstructionManagerinlinevirtual
SetSimContext(const CSimContext &context)IComponentinline
SetStaticControlGroup(tag_t tag, entity_id_t group, entity_id_t group2)CCmpObstructionManagerinlinevirtual
SetUnitControlGroup(tag_t tag, entity_id_t group)CCmpObstructionManagerinlinevirtual
SetUnitMovingFlag(tag_t tag, bool moving)CCmpObstructionManagerinlinevirtual
TestLine(const IObstructionTestFilter &filter, entity_pos_t x0, entity_pos_t z0, entity_pos_t x1, entity_pos_t z1, entity_pos_t r, bool relaxClearanceForUnits=false) const CCmpObstructionManagervirtual
TestStaticShape(const IObstructionTestFilter &filter, entity_pos_t x, entity_pos_t z, entity_pos_t a, entity_pos_t w, entity_pos_t h, std::vector< entity_id_t > *out) const CCmpObstructionManagervirtual
TestUnitShape(const IObstructionTestFilter &filter, entity_pos_t x, entity_pos_t z, entity_pos_t r, std::vector< entity_id_t > *out) const CCmpObstructionManagervirtual
UpdateInformations(GridUpdateInformation &informations)CCmpObstructionManagerinlinevirtual
~IComponent()IComponentvirtual