Free Electron
DistCost.h
Go to the documentation of this file.
1 /* Copyright (C) 2003-2021 Free Electron Organization
2  Any use of this software requires a license. If a valid license
3  was not distributed with this file, visit freeelectron.org. */
4 
5 /** @file */
6 
7 #ifndef __ai_DistCost_h__
8 #define __ai_DistCost_h__
9 
10 #include "fe/plugin.h"
11 #include "math/math.h"
12 #include "StepCostI.h"
13 
14 namespace fe
15 {
16 
17 class FE_DL_EXPORT DistCost :
18  virtual public StepCostI
19 {
20  public:
21  DistCost(void);
22 virtual ~DistCost(void);
23 
24  // AS StepCostI
25 virtual Real cost(const SpatialVector &a_from, const SpatialVector &a_to);
26 };
27 
28 } /* namespace */
29 
30 #endif /* __ai_DistCost_h__ */
31 
kernel
Definition: namespace.dox:3