RVO::RVOSimulator Member List

This is the complete list of members for RVO::RVOSimulator, including all inherited members.

addAgent(const Vector2 &startPosition, int goalID)RVO::RVOSimulator
addAgent(const Vector2 &startPosition, int goalID, int velSampleCount, float neighborDist, int maxNeighbors, float radius, float goalRadius, float prefSpeed, float maxSpeed, float safetyFactor, float maxAccel=RVO_INFTY, const Vector2 &velocity=Vector2(0, 0), float orientation=0, int classID=0)RVO::RVOSimulator
addGoal(const Vector2 &position)RVO::RVOSimulator
addObstacle(const Vector2 &point1, const Vector2 &point2)RVO::RVOSimulator
addRoadmapEdge(int vertexID1, int vertexID2)RVO::RVOSimulator
addRoadmapVertex(const Vector2 &position)RVO::RVOSimulator
Agent (defined in RVO::RVOSimulator)RVO::RVOSimulatorfriend
doStep()RVO::RVOSimulator
getAgentClass(int agentID) constRVO::RVOSimulator
getAgentGoal(int agentID) constRVO::RVOSimulator
getAgentGoalRadius(int agentID) constRVO::RVOSimulator
getAgentMaxAccel(int agentID) constRVO::RVOSimulator
getAgentMaxNeighbors(int agentID) constRVO::RVOSimulator
getAgentMaxSpeed(int agentID) constRVO::RVOSimulator
getAgentNeighborDist(int agentID) constRVO::RVOSimulator
getAgentOrientation(int agentID) constRVO::RVOSimulator
getAgentPosition(int agentID) constRVO::RVOSimulator
getAgentPrefSpeed(int agentID) constRVO::RVOSimulator
getAgentRadius(int agentID) constRVO::RVOSimulator
getAgentReachedGoal(int agentID) constRVO::RVOSimulator
getAgentSafetyFactor(int agentID) constRVO::RVOSimulator
getAgentVelocity(int agentID) constRVO::RVOSimulator
getAgentVelSampleCount(int agentID) constRVO::RVOSimulator
getGlobalTime() constRVO::RVOSimulator
getGoalNeighbor(int goalID, int neighborNr) constRVO::RVOSimulator
getGoalNumNeighbors(int goalID) constRVO::RVOSimulator
getGoalPosition(int goalID) constRVO::RVOSimulator
getNumAgents() constRVO::RVOSimulator
getNumGoals() constRVO::RVOSimulator
getNumObstacles() constRVO::RVOSimulator
getNumRoadmapVertices() constRVO::RVOSimulator
getObstaclePoint1(int obstacleID) constRVO::RVOSimulator
getObstaclePoint2(int obstacleID) constRVO::RVOSimulator
getReachedGoal() constRVO::RVOSimulator
getRoadmapVertexNeighbor(int vertexID, int neighborNr) constRVO::RVOSimulator
getRoadmapVertexNumNeighbors(int vertexID) constRVO::RVOSimulator
getRoadmapVertexPosition(int vertexID) constRVO::RVOSimulator
getTimeStep() constRVO::RVOSimulator
Goal (defined in RVO::RVOSimulator)RVO::RVOSimulatorfriend
initSimulation()RVO::RVOSimulator
Instance()RVO::RVOSimulatorstatic
KDTree (defined in RVO::RVOSimulator)RVO::RVOSimulatorfriend
Obstacle (defined in RVO::RVOSimulator)RVO::RVOSimulatorfriend
RoadmapVertex (defined in RVO::RVOSimulator)RVO::RVOSimulatorfriend
setAgentClass(int agentID, int classID)RVO::RVOSimulator
setAgentDefaults(int velSampleCountDefault, float neighborDistDefault, int maxNeighborsDefault, float radiusDefault, float goalRadiusDefault, float prefSpeedDefault, float maxSpeedDefault, float safetyFactorDefault, float maxAccelDefault=RVO_INFTY, const Vector2 &velocityDefault=Vector2(0, 0), float orientationDefault=0, int classDefault=0)RVO::RVOSimulator
setAgentGoal(int agentID, int goalID)RVO::RVOSimulator
setAgentGoalRadius(int agentID, float goalRadius)RVO::RVOSimulator
setAgentMaxAccel(int agentID, float maxAccel)RVO::RVOSimulator
setAgentMaxNeighbors(int agentID, int maximum)RVO::RVOSimulator
setAgentMaxSpeed(int agentID, float maxSpeed)RVO::RVOSimulator
setAgentNeighborDist(int agentID, float distance)RVO::RVOSimulator
setAgentOrientation(int agentID, float orientation)RVO::RVOSimulator
setAgentPosition(int agentID, const Vector2 &position)RVO::RVOSimulator
setAgentPrefSpeed(int agentID, float prefSpeed)RVO::RVOSimulator
setAgentRadius(int agentID, float radius)RVO::RVOSimulator
setAgentSafetyFactor(int agentID, float safetyFactor)RVO::RVOSimulator
setAgentVelocity(int agentID, const Vector2 &velocity)RVO::RVOSimulator
setAgentVelSampleCount(int agentID, int samples)RVO::RVOSimulator
setRoadmapAutomatic(float automaticRadius)RVO::RVOSimulator
setTimeStep(float stepSize)RVO::RVOSimulator
~RVOSimulator()RVO::RVOSimulator