opatIO-cpp 0.3.0a
Open Parametrized Array Table
Loading...
Searching...
No Matches
latticeTest.cpp File Reference
#include <gtest/gtest.h>
#include "opatIO.h"
#include "tableLattice.h"
#include "indexVector.h"
#include <string>

Classes

class  tableLatticeTest
 

Functions

 TEST_F (tableLatticeTest, DefaultConstructor)
 
 TEST_F (tableLatticeTest, getInterpolationType)
 
 TEST_F (tableLatticeTest, setInterpolationType)
 
 TEST_F (tableLatticeTest, get)
 
 TEST_F (tableLatticeTest, exactInterpolation)
 
 TEST_F (tableLatticeTest, interpolationOffControlPointDim1)
 
 TEST_F (tableLatticeTest, interpolationOffControlPointDim2)
 
 TEST_F (tableLatticeTest, bilinearInterpolation)
 
 TEST_F (tableLatticeTest, RightBoundaryBehaviorAtControlPoint)
 
 TEST_F (tableLatticeTest, LeftBoundaryBehaviorAtControlPoint)
 
 TEST_F (tableLatticeTest, UpperBoundaryBehaviorAtControlPoint)
 
 TEST_F (tableLatticeTest, LowerBoundaryBehaviorAtControlPoint)
 
 TEST_F (tableLatticeTest, LowerBoundaryBehaviorBetweenControlPoints)
 
 TEST_F (tableLatticeTest, degenerateControlPoint)
 
 TEST_F (tableLatticeTest, nearDegenerateControlPoint)
 
 TEST_F (tableLatticeTest, outputUtility_thisTestDoesNotTestAnything)
 

Variables

std::string EXAMPLE_FILENAME = std::string(getenv("MESON_SOURCE_ROOT")) + "/opatIO-cpp/tests/gs98hz.opat"
 

Function Documentation

◆ TEST_F() [1/16]

TEST_F ( tableLatticeTest ,
bilinearInterpolation  )

◆ TEST_F() [2/16]

TEST_F ( tableLatticeTest ,
DefaultConstructor  )

◆ TEST_F() [3/16]

TEST_F ( tableLatticeTest ,
degenerateControlPoint  )

◆ TEST_F() [4/16]

TEST_F ( tableLatticeTest ,
exactInterpolation  )

◆ TEST_F() [5/16]

TEST_F ( tableLatticeTest ,
get  )

◆ TEST_F() [6/16]

TEST_F ( tableLatticeTest ,
getInterpolationType  )

◆ TEST_F() [7/16]

TEST_F ( tableLatticeTest ,
interpolationOffControlPointDim1  )

◆ TEST_F() [8/16]

TEST_F ( tableLatticeTest ,
interpolationOffControlPointDim2  )

◆ TEST_F() [9/16]

TEST_F ( tableLatticeTest ,
LeftBoundaryBehaviorAtControlPoint  )

◆ TEST_F() [10/16]

TEST_F ( tableLatticeTest ,
LowerBoundaryBehaviorAtControlPoint  )

◆ TEST_F() [11/16]

TEST_F ( tableLatticeTest ,
LowerBoundaryBehaviorBetweenControlPoints  )

◆ TEST_F() [12/16]

TEST_F ( tableLatticeTest ,
nearDegenerateControlPoint  )

◆ TEST_F() [13/16]

TEST_F ( tableLatticeTest ,
outputUtility_thisTestDoesNotTestAnything  )

◆ TEST_F() [14/16]

TEST_F ( tableLatticeTest ,
RightBoundaryBehaviorAtControlPoint  )

◆ TEST_F() [15/16]

TEST_F ( tableLatticeTest ,
setInterpolationType  )

◆ TEST_F() [16/16]

TEST_F ( tableLatticeTest ,
UpperBoundaryBehaviorAtControlPoint  )

Variable Documentation

◆ EXAMPLE_FILENAME

std::string EXAMPLE_FILENAME = std::string(getenv("MESON_SOURCE_ROOT")) + "/opatIO-cpp/tests/gs98hz.opat"