-
- Downloads
ISD object without Rotation and State support. (#315)
* version tick * added headers * added isd * updated cmakelists * added header * removed print from cmakelists * changed rotation case * moved isd test to single module * added in line isd * Added failure tests. Commented out distortion tests. * added more tests to increase coverage * changed header file naming convention * updated source files and CMakeLists.txt * renamed isd_tests.cpp -> IsdTests.cpp * Updated tests based on comments. * Capitalized enum values. * added a few more asserts to check array size
Showing
- CMakeLists.txt 10 additions, 6 deletionsCMakeLists.txt
- include/Distortion.h 14 additions, 0 deletionsinclude/Distortion.h
- include/Isd.h 78 additions, 0 deletionsinclude/Isd.h
- include/Util.h 46 additions, 0 deletionsinclude/Util.h
- include/ale.h 2 additions, 3 deletionsinclude/ale.h
- src/Isd.cpp 44 additions, 0 deletionssrc/Isd.cpp
- src/Util.cpp 472 additions, 0 deletionssrc/Util.cpp
- tests/ctests/AleTest.cpp 74 additions, 28 deletionstests/ctests/AleTest.cpp
- tests/ctests/IsdTests.cpp 678 additions, 0 deletionstests/ctests/IsdTests.cpp
Loading
Please register or sign in to comment