-
- Downloads
moved mol.Transform to geom
The Transform class was moved from the mol module to the geom module. A typedef was put into the mol namespace in C++, and a similar alias was put into the mol python module, with an added deprecation warning.
Showing
- CMakeLists.txt 5 additions, 2 deletionsCMakeLists.txt
- examples/code_fragments/dokk/ligand.py 2 additions, 2 deletionsexamples/code_fragments/dokk/ligand.py
- examples/code_fragments/dokk/spnav_input.py 1 addition, 1 deletionexamples/code_fragments/dokk/spnav_input.py
- modules/geom/pymod/CMakeLists.txt 1 addition, 0 deletionsmodules/geom/pymod/CMakeLists.txt
- modules/geom/pymod/export_transform.cc 2 additions, 10 deletionsmodules/geom/pymod/export_transform.cc
- modules/geom/pymod/wrap_geom.cc 2 additions, 0 deletionsmodules/geom/pymod/wrap_geom.cc
- modules/geom/src/CMakeLists.txt 2 additions, 1 deletionmodules/geom/src/CMakeLists.txt
- modules/geom/src/geom.hh 1 addition, 0 deletionsmodules/geom/src/geom.hh
- modules/geom/src/transform.cc 6 additions, 43 deletionsmodules/geom/src/transform.cc
- modules/geom/src/transform.hh 40 additions, 44 deletionsmodules/geom/src/transform.hh
- modules/geom/tests/CMakeLists.txt 1 addition, 0 deletionsmodules/geom/tests/CMakeLists.txt
- modules/geom/tests/test_transform.cc 2 additions, 5 deletionsmodules/geom/tests/test_transform.cc
- modules/img/alg/pymod/wrap_alg.cc 75 additions, 78 deletionsmodules/img/alg/pymod/wrap_alg.cc
- modules/img/alg/tests/test_transform.cc 7 additions, 8 deletionsmodules/img/alg/tests/test_transform.cc
- modules/info/pymod/wrap_info.cc 4 additions, 0 deletionsmodules/info/pymod/wrap_info.cc
- modules/info/src/geom_info_conversion.cc 32 additions, 1 deletionmodules/info/src/geom_info_conversion.cc
- modules/info/src/geom_info_conversion.hh 9 additions, 0 deletionsmodules/info/src/geom_info_conversion.hh
- modules/mol/base/pymod/CMakeLists.txt 0 additions, 1 deletionmodules/mol/base/pymod/CMakeLists.txt
- modules/mol/base/pymod/__init__.py 11 additions, 0 deletionsmodules/mol/base/pymod/__init__.py
- modules/mol/base/pymod/wrap_mol.cc 0 additions, 2 deletionsmodules/mol/base/pymod/wrap_mol.cc
Loading
Please register or sign in to comment