|
opatIO-cpp 0.3.0a
Open Parametrized Array Table
|
#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" |
| TEST_F | ( | tableLatticeTest | , |
| bilinearInterpolation | ) |
| TEST_F | ( | tableLatticeTest | , |
| DefaultConstructor | ) |
| TEST_F | ( | tableLatticeTest | , |
| degenerateControlPoint | ) |
| TEST_F | ( | tableLatticeTest | , |
| exactInterpolation | ) |
| TEST_F | ( | tableLatticeTest | , |
| get | ) |
| TEST_F | ( | tableLatticeTest | , |
| getInterpolationType | ) |
| TEST_F | ( | tableLatticeTest | , |
| interpolationOffControlPointDim1 | ) |
| TEST_F | ( | tableLatticeTest | , |
| interpolationOffControlPointDim2 | ) |
| TEST_F | ( | tableLatticeTest | , |
| LeftBoundaryBehaviorAtControlPoint | ) |
| TEST_F | ( | tableLatticeTest | , |
| LowerBoundaryBehaviorAtControlPoint | ) |
| TEST_F | ( | tableLatticeTest | , |
| LowerBoundaryBehaviorBetweenControlPoints | ) |
| TEST_F | ( | tableLatticeTest | , |
| nearDegenerateControlPoint | ) |
| TEST_F | ( | tableLatticeTest | , |
| outputUtility_thisTestDoesNotTestAnything | ) |
| TEST_F | ( | tableLatticeTest | , |
| RightBoundaryBehaviorAtControlPoint | ) |
| TEST_F | ( | tableLatticeTest | , |
| setInterpolationType | ) |
| TEST_F | ( | tableLatticeTest | , |
| UpperBoundaryBehaviorAtControlPoint | ) |
| std::string EXAMPLE_FILENAME = std::string(getenv("MESON_SOURCE_ROOT")) + "/opatIO-cpp/tests/gs98hz.opat" |