MCPcopy Create free account
hub / github.com/XCSoar/XCSoar / Clear

Method Clear

src/Computer/LiftDatabaseComputer.cpp:31–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29#include "util/Clamp.hpp"
30
31void
32LiftDatabaseComputer::Clear(LiftDatabase &lift_database,
33 TraceVariableHistory &circling_average_trace)
34{
35 lift_database.Clear();
36
37 circling_average_trace.clear();
38}
39
40void
41LiftDatabaseComputer::Reset(LiftDatabase &lift_database,

Callers 15

ResetFlightMethod · 0.45
ResetMethod · 0.45
ComputeMethod · 0.45
ResetCurrentMethod · 0.45
ComputeMethod · 0.45
ResetMethod · 0.45
ResetMethod · 0.45
MovingMethod · 0.45
FinishMethod · 0.45
GroundSpeedComputerMethod · 0.45
ResetMethod · 0.45
ComputeAirspeedFunction · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected