Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

TestConstants.h File Reference

#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}


Enumeration Type Documentation

anonymous enum
 

Enumeration values:
kAlgRect 
kAlgVor 

Definition at line 16 of file TestConstants.h.

00016      {
00017   kAlgRect,
00018   kAlgVor
00019 };


Variable Documentation

const int kNumRectInterpMethods = 4
 

Definition at line 7 of file TestConstants.h.

const int kNumVorInterpMethods = 2
 

Definition at line 12 of file TestConstants.h.

const BfldInterpMethod::InterpMethod_t kRectInterpMethods[kNumRectInterpMethods]
 

Initial value:

 {BfldInterpMethod::kClosest,BfldInterpMethod::kBilinear,
   BfldInterpMethod::kPlanar,BfldInterpMethod::kPlanarVec}

Definition at line 9 of file TestConstants.h.

Referenced by BenchmarkPerformance().

const BfldInterpMethod::InterpMethod_t kVorInterpMethods[kNumVorInterpMethods] = {BfldInterpMethod::kClosest,BfldInterpMethod::kPlanar}
 

Definition at line 14 of file TestConstants.h.

Referenced by BenchmarkPerformance().


Generated on Mon Feb 15 11:08:13 2010 for loon by  doxygen 1.3.9.1