Rosetta
Namespaces | Functions
heap.hh File Reference
#include <ObjexxFCL/FArray1A.fwd.hh>

Namespaces

 protocols
 The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP.
 
 protocols::frags
 

Functions

void protocols::frags::heap_init (ObjexxFCL::FArray1A_int heap, ObjexxFCL::FArray1A_float coheap, int max_items)
 
void protocols::frags::heap_extract (ObjexxFCL::FArray1A_int heap, ObjexxFCL::FArray1A_float coheap, int &val, float &coval, bool &err)
 
void protocols::frags::heap_insert (ObjexxFCL::FArray1A_int heap, ObjexxFCL::FArray1A_float coheap, int val, float coval, bool &err)
 
void protocols::frags::heap_replace (ObjexxFCL::FArray1A_int heap, ObjexxFCL::FArray1A_float coheap, int val, float coval)
 
void protocols::frags::heap_down (ObjexxFCL::FArray1A_int heap, ObjexxFCL::FArray1A_float coheap, int index_in)
 
void protocols::frags::heap_up (ObjexxFCL::FArray1A_int heap, ObjexxFCL::FArray1A_float coheap, int &index_in)