#include "BField/BfldInterpMethod.h"Go to the source code of this file.
Enumerations | |
| enum | { kAlgRect, kAlgVor } |
Variables | |
| const int | kNumRectInterpMethods = 4 |
| const BfldInterpMethod::InterpMethod_t | kRectInterpMethods [kNumRectInterpMethods] |
| const int | kNumVorInterpMethods = 2 |
| const BfldInterpMethod::InterpMethod_t | kVorInterpMethods [kNumVorInterpMethods] = {BfldInterpMethod::kClosest,BfldInterpMethod::kPlanar} |
|
|
Definition at line 16 of file TestConstants.h. 00016 {
00017 kAlgRect,
00018 kAlgVor
00019 };
|
|
|
Definition at line 7 of file TestConstants.h. |
|
|
Definition at line 12 of file TestConstants.h. |
|
|
Initial value: {BfldInterpMethod::kClosest,BfldInterpMethod::kBilinear,
BfldInterpMethod::kPlanar,BfldInterpMethod::kPlanarVec}
Definition at line 9 of file TestConstants.h. Referenced by BenchmarkPerformance(). |
|
|
Definition at line 14 of file TestConstants.h. Referenced by BenchmarkPerformance(). |
1.3.9.1