From 8898ad9b25fca6afe2374d293a981db02a83d7e9 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 31 May 2012 14:46:27 +0000 Subject: Committing the documentation to svn to have it accessible online --- Doc/doxygen/html/class_flight_planner.html | 344 +++++++++++++++++++++++++++++ 1 file changed, 344 insertions(+) create mode 100644 Doc/doxygen/html/class_flight_planner.html (limited to 'Doc/doxygen/html/class_flight_planner.html') diff --git a/Doc/doxygen/html/class_flight_planner.html b/Doc/doxygen/html/class_flight_planner.html new file mode 100644 index 0000000..3d4c7de --- /dev/null +++ b/Doc/doxygen/html/class_flight_planner.html @@ -0,0 +1,344 @@ + + + + + +Starshatter_Open: FlightPlanner Class Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
FlightPlanner Class Reference
+
+
+ +

#include <FlightPlanner.h>

+ +

List of all members.

+ + + + + + + +

+Public Member Functions

 FlightPlanner (Ship *s)
virtual ~FlightPlanner ()
virtual void CreatePatrolRoute (Element *elem, int index)
virtual void CreateStrikeRoute (Element *strike, Element *target)
virtual void CreateEscortRoute (Element *escort, Element *ward)
+ + + + +

+Public Attributes

Simsim
Shipship
float patrol_range
+

Detailed Description

+
+

Definition at line 33 of file FlightPlanner.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
FlightPlanner::FlightPlanner (Ships)
+
+ +

Definition at line 37 of file FlightPlanner.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
FlightPlanner::~FlightPlanner ()
+
+virtual
+
+ +

Definition at line 45 of file FlightPlanner.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
void FlightPlanner::CreateEscortRoute (Elementescort,
Elementward 
)
+
+virtual
+
+ +

Definition at line 286 of file FlightPlanner.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
void FlightPlanner::CreatePatrolRoute (Elementelem,
int index 
)
+
+virtual
+
+ +

Definition at line 51 of file FlightPlanner.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
void FlightPlanner::CreateStrikeRoute (Elementstrike,
Elementtarget 
)
+
+virtual
+
+ +

Definition at line 143 of file FlightPlanner.cpp.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
float FlightPlanner::patrol_range
+
+ +

Definition at line 45 of file FlightPlanner.h.

+ +
+
+ +
+
+ + + + +
Ship* FlightPlanner::ship
+
+ +

Definition at line 44 of file FlightPlanner.h.

+ +
+
+ +
+
+ + + + +
Sim* FlightPlanner::sim
+
+ +

Definition at line 43 of file FlightPlanner.h.

+ +
+
+
The documentation for this class was generated from the following files: +
+
+ + + + -- cgit v1.1