Merge pull request #5671 from RosettaCommons/BYachnin/add_pyrosetta_interface_CMS
Add getters and setters to ContactMolecularSurfaceFilter
The ContactMolecularSurfaceFilter has a number of member variables that cannot be accessed or set except during construction or using parse_my_tag. Furthermore, the selectors, which are required for compute to work, can only be set by parse_my_tag. This makes using the filter cumbersome in PyRosetta.
I've added getters and setters for all private member variables in the class, and also added a constructor that allows setting of the selectors directly.