\( \def\bold#1{\bf #1} \newcommand{\d}{\mathrm{d}} \)
BTP: Manual and Source Code Documentation
Home
Information
PNG climbmaps
BTP 4
Manual
Downloads
Tutorials
Features & Technical
Documentation
Bug & Contribution
Physik
Leistung bei Wind
Leistung im Gebirge
Träge Masse
Radsport
Trainingstipps
Sinnfrage
STRONG
Salesman
Schwierigkeit der Berge
Bergliste
About
Author
World summits
Bike parts to avoid
Skike
Power Uphill
bike mass [kg]
body mass [kg]
altitude gain [m]
climb length [km]
gradient [%]
time [s]
speed [km/h]
power [W]
power/mass [W/kg]
climbrate [m/min]
average power on climb stage
Climb Index Europe
"But you don't fly up a hill. You struggle slowly and painfully up a hill..."
BTP
3.0
Routing/ClimbAnalysis/PowerCalculation
Main Page
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Functions
Variables
Pages
C:
Users
User
c++
BTP3
fibunacci.cpp
1
#include "fibunacci.h"
2
3
template
<>
ele<STRONGfib>::ele
(
float
d){
4
data =
new
STRONGfib
;
5
data->d = d;
6
this->d = &(data->d);
7
}
8
template
<>
ele<STRONGPlusfib>::ele
(
float
d){
9
data =
new
STRONGPlusfib
;
10
data->d = d;
11
this->d = &(data->d);
12
}
13
template
<>
ele<STRONGClimbfib>::ele
(
float
d){
14
data =
new
STRONGClimbfib
;
15
data->d = d;
16
this->d = &(data->d);
17
}
18
template
<>
ele<CAfib>::ele
(
float
d){
19
data =
new
CAfib
;
20
data->h = d;
21
this->d = &(data->h);
22
}
23
STRONGPlusfib
FibunacciHeap element to store STRONG data with climb restrictions.
Definition:
DataTyps.h:270
STRONGfib
FibunacciHeap element to store STRONG data.
Definition:
DataTyps.h:261
CAfib
Definition:
DataTyps.h:396
STRONGClimbfib
FibunacciHeap element to store STRONG data with climb analysis.
Definition:
DataTyps.h:280
ele
Definition:
fibunacci.h:9
Generated on Sun Mar 2 2014 12:09:53 for BTP by
1.8.5