Rosetta  2021.16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces
OrJumpSelector.hh File Reference

The OrJumpSelector combines logic from multiple JumpSelectors. More...

#include <core/select/jump_selector/OrJumpSelector.fwd.hh>
#include <core/select/jump_selector/JumpSelector.hh>
#include <core/types.hh>
#include <core/pose/Pose.fwd.hh>
#include <core/select/jump_selector/JumpSelectorCreator.hh>
#include <utility/tag/Tag.fwd.hh>
#include <utility/tag/XMLSchemaGeneration.fwd.hh>
#include <utility/vector1.hh>
#include <list>

Classes

class  core::select::jump_selector::OrJumpSelector
 The OrJumpSelector combines the output of multiple JumpSelectors using OR logic, i.e., jumps selected by ANY of the contained JumpSelectors will be selected. JumpSelectors can be pulled in from a DataMap, from subtags (for JumpSelectors known to the JumpSelectorFactory) or programmatically through add_jump_selector. More...
 

Namespaces

 core
 A class for reading in the atom type properties.
 
 core::select
 
 core::select::jump_selector
 

Detailed Description

The OrJumpSelector combines logic from multiple JumpSelectors.

Author
Andrew Leaver-Fay (aleav.nosp@m.erfa.nosp@m.y@gma.nosp@m.il.c.nosp@m.om)