Residue Sets class foward declarations.
- Author
- Andrew Leaver-Fay (leave.nosp@m.rfa@.nosp@m.email.nosp@m..unc.nosp@m..edu)
-
Vikram K. Mulligan (vmull.nosp@m.ig@u.nosp@m.w.edu)
- Note
- The actual forward declaration is one library level down from where it should be. This is because the ResidueArrayAnnealableEnergy base class, which needs to be in core.3, must define the set_up_residuearrayannealableenergy_for_packing() method, which has a RotamerSets const reference as a parameter, but the RotamersSets class isn't defined until core.4. This is a minimal, necessary violation of the usual coding conventions that should not appreciably affect compile times. Since this file includes core/scoring/annealing/RotamerSets.fwd.hh, usual inclusion of forward declarations ought not to be affected, either.