14 #ifndef INCLUDED_protocols_protein_interface_design_movers_PlaceSimultaneouslyMover_hh
15 #define INCLUDED_protocols_protein_interface_design_movers_PlaceSimultaneouslyMover_hh
20 #include <utility/tag/Tag.fwd.hh>
36 #include <utility/vector1.hh>
44 namespace protein_interface_design {
52 typedef std::pair< protocols::hotspot_hashing::HotspotStubSetOP, std::pair< protocols::hotspot_hashing::HotspotStubOP, core::Size > >
StubSetStubPos;
53 typedef std::pair< protocols::simple_moves::DesignRepackMoverOP, core::Real >
MoverRealPair;
61 typedef std::pair< protocols::hotspot_hashing::HotspotStubSetOP, protocols::hotspot_hashing::HotspotStubOP >
StubsetStubPair;
63 typedef std::multimap< core::Real, std::pair< core::Size, StubsetStubPair > >
ResidueAuction;
106 std::map< protocols::hotspot_hashing::HotspotStubSetOP, protocols::filters::FilterOP >
stub_set_filters_;