-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce the scope of the public interface to coordgen (#84)
* SHARED-7356: Reduce the scope of the public interface to coordgen Made all fields in the skethcerMinimizer class private, and added appropriate getters, setters, and other methods to interact with CoordgenMinimizer and CoordgenFragmentBuilder. Requires a few updates to CoordGen.h in RDKit. * SHARED-7356: Reduce the scope of the public interface to coordgen Made all fields in the skethcerMinimizer class private, and added appropriate getters, setters, and other methods to interact with CoordgenMinimizer and CoordgenFragmentBuilder. Requires a few updates to CoordGen.h in RDKit. * SHARED-7356: Reduce the scope of the public interface to coordgen Made all fields in the skethcerMinimizer class private, and added appropriate getters, setters, and other methods to interact with CoordgenMinimizer and CoordgenFragmentBuilder. Requires a few updates to CoordGen.h in RDKit. * Added sketcherMinimizer::getBendInteractions * Added prefix to CoordgenMinimizer fields * Added prefix to CoordgenMinimizer fields * Reduce scope of sketcherMinimizer public interface Made most methods unused outside of sketcherMinimizer private, and made all getters const. * Reduce scope of sketcherMinimizer public interface Made most methods unused outside of sketcherMinimizer private, and made all getters const. * Moved a couple functions back to public that were used in maestro-src * Updated test * Exported CoordgenMacrocycleBuilder and CoordgenFragmentBuilder This is so these classes can be accessed in test_coordgen.cpp. #Please enter the commit message for your changes. Lines starting * Fixed merge conflict
- Loading branch information
1 parent
6413711
commit fa0a058
Showing
6 changed files
with
442 additions
and
299 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.