The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Private Attributes | List of all members
pathfind::shortest_path_calculator Struct Reference

#include <pathfind.hpp>

Inheritance diagram for pathfind::shortest_path_calculator:
Inheritance graph

Public Member Functions

 shortest_path_calculator (const unit &u, const team &t, const std::vector< team > &teams, const gamemap &map, bool ignore_unit=false, bool ignore_defense_=false, bool see_all=false)
 
virtual double cost (const map_location &loc, const double so_far) const
 
- Public Member Functions inherited from pathfind::cost_calculator
 cost_calculator ()
 
virtual ~cost_calculator ()
 

Private Attributes

unit const & unit_
 
team const & viewing_team_
 
std::vector< team > const & teams_
 
gamemap const & map_
 
int const movement_left_
 
int const total_movement_
 
bool const ignore_unit_
 
bool const ignore_defense_
 
bool see_all_
 

Additional Inherited Members

- Static Public Member Functions inherited from pathfind::cost_calculator
static double getNoPathValue ()
 

Detailed Description

Definition at line 204 of file pathfind.hpp.

Constructor & Destructor Documentation

pathfind::shortest_path_calculator::shortest_path_calculator ( const unit u,
const team t,
const std::vector< team > &  teams,
const gamemap map,
bool  ignore_unit = false,
bool  ignore_defense_ = false,
bool  see_all = false 
)

Definition at line 694 of file pathfind.cpp.

Member Function Documentation

double pathfind::shortest_path_calculator::cost ( const map_location loc,
const double  so_far 
) const
virtual

Member Data Documentation

bool const pathfind::shortest_path_calculator::ignore_defense_
private

Definition at line 220 of file pathfind.hpp.

Referenced by cost().

bool const pathfind::shortest_path_calculator::ignore_unit_
private

Definition at line 219 of file pathfind.hpp.

Referenced by cost().

gamemap const& pathfind::shortest_path_calculator::map_
private

Definition at line 216 of file pathfind.hpp.

Referenced by cost().

int const pathfind::shortest_path_calculator::movement_left_
private

Definition at line 217 of file pathfind.hpp.

Referenced by cost().

bool pathfind::shortest_path_calculator::see_all_
private

Definition at line 221 of file pathfind.hpp.

Referenced by cost().

std::vector<team> const& pathfind::shortest_path_calculator::teams_
private

Definition at line 215 of file pathfind.hpp.

Referenced by cost().

int const pathfind::shortest_path_calculator::total_movement_
private

Definition at line 218 of file pathfind.hpp.

Referenced by cost().

unit const& pathfind::shortest_path_calculator::unit_
private

Definition at line 213 of file pathfind.hpp.

Referenced by cost().

team const& pathfind::shortest_path_calculator::viewing_team_
private

Definition at line 214 of file pathfind.hpp.

Referenced by cost().


The documentation for this struct was generated from the following files: