MantisBT - Rosetta
View Issue Details
0000070Rosetta[All Projects] Bad Codingpublic2012-08-15 12:292012-08-15 13:08
smlewis 
 
lowminoralways
newopen 
All platformsAnyAny
All 
 
any that use IAM, including AnchoredDesign, InterfaceAnalyzer, and RosettaScripts
InterfaceAnalyzer -anything
Feature Request
0000070: InterfaceAnalzyerMover should probably be a filter or series thereof
InterfaceAnalyzerMover treats its input pose (through apply) as const, and only makes modifications to a throwaway copy. This fits the Filter architecture somewhat better than Mover. Its guts should be distributed into Filter classes for better reuse.
No tags attached.
Issue History
2012-08-15 12:29smlewisNew Issue
2012-08-15 13:08momearaNote Added: 0000054

Notes
(0000054)
momeara   
2012-08-15 13:08   
Better yet, make interface analyzer separate from rosetta scripts and use adapter classes, so that way it can also be used as a FeaturesReporter.