OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
Loading...
Searching...
No Matches
TestCoordinateSystemTrafo.cpp File Reference
#include "gtest/gtest.h"
#include "Algorithms/CoordinateSystemTrafo.h"
#include "Ippl.h"
#include <cmath>
Include dependency graph for TestCoordinateSystemTrafo.cpp:

Go to the source code of this file.

Classes

class  CoordinateSystemTrafoTest
 

Functions

 TEST_F (CoordinateSystemTrafoTest, DefaultConstructorIsIdentity)
 
 TEST_F (CoordinateSystemTrafoTest, TransformRoundTrip)
 
 TEST_F (CoordinateSystemTrafoTest, RotateRoundTrip)
 
 TEST_F (CoordinateSystemTrafoTest, InverseMatchesTransformFromAndRotateFrom)
 
 TEST_F (CoordinateSystemTrafoTest, InvertInPlaceMatchesInverted)
 
 TEST_F (CoordinateSystemTrafoTest, CompositionAppliesRightThenLeftToPoints)
 
 TEST_F (CoordinateSystemTrafoTest, CompositionAppliesRightThenLeftToVectors)
 

Function Documentation

◆ TEST_F() [1/7]

TEST_F ( CoordinateSystemTrafoTest  ,
CompositionAppliesRightThenLeftToPoints   
)

Definition at line 103 of file TestCoordinateSystemTrafo.cpp.

References CoordinateSystemTrafo::transformTo().

Here is the call graph for this function:

◆ TEST_F() [2/7]

TEST_F ( CoordinateSystemTrafoTest  ,
CompositionAppliesRightThenLeftToVectors   
)

Definition at line 112 of file TestCoordinateSystemTrafo.cpp.

References CoordinateSystemTrafo::rotateTo().

Here is the call graph for this function:

◆ TEST_F() [3/7]

◆ TEST_F() [4/7]

TEST_F ( CoordinateSystemTrafoTest  ,
InverseMatchesTransformFromAndRotateFrom   
)

◆ TEST_F() [5/7]

TEST_F ( CoordinateSystemTrafoTest  ,
InvertInPlaceMatchesInverted   
)

◆ TEST_F() [6/7]

TEST_F ( CoordinateSystemTrafoTest  ,
RotateRoundTrip   
)

Definition at line 70 of file TestCoordinateSystemTrafo.cpp.

References CoordinateSystemTrafo::rotateFrom(), and CoordinateSystemTrafo::rotateTo().

Here is the call graph for this function:

◆ TEST_F() [7/7]

TEST_F ( CoordinateSystemTrafoTest  ,
TransformRoundTrip   
)

Definition at line 61 of file TestCoordinateSystemTrafo.cpp.

References CoordinateSystemTrafo::transformFrom(), and CoordinateSystemTrafo::transformTo().

Here is the call graph for this function: