Vector used in data query returns 
 
 
Queries the registry for all overlays which are active at the given height 
- Parameters
- 
  
    | height | height at which to find overlays |  | result | A vector containing the active overlays |  
 
 
 
  
  | 
        
          | virtual void RegisterOverlay | ( | double | heightLower, |  
          |  |  | double | heightUpper, |  
          |  |  | const std::string | overlayName, |  
          |  |  | const double | resolution |  
          |  | ) |  |  |  | virtual | 
 
Registers an overlay at given heights 
- Parameters
- 
  
    | heightLower | lower end of the height range for this overlay |  | heightUpper | upper end of the height range for this overlay |  | overlayName | name of the overlay |  | resolution | resolution of the overlay |  
 
 
 
  
  | 
        
          | virtual void UnregisterOverlay | ( | const std::string | overlayName, |  
          |  |  | const double | resolution |  
          |  | ) |  |  |  | virtual | 
 
Removes an overlay from the registry 
- Parameters
- 
  
    | overlayName | name of the overlay to be removed |  | resolution | resolution of the overlay to be removed |  
 
 
 
The documentation for this class was generated from the following file: