GammaLib 2.2.0.dev
Loading...
Searching...
No Matches
GBounds.hpp File Reference

Boundaries class interface definition. More...

#include <string>
#include <vector>
#include "GContainer.hpp"
#include "GEnergy.hpp"

Go to the source code of this file.

Classes

class  GBounds
 Boundaries container class. More...
 

Namespaces

namespace  gammalib
 

Functions

bool operator!= (const GBounds &a, const GBounds &b)
 Boundaries inequality operator friend.
 

Variables

const std::string gammalib::extname_bounds = "BOUNDS"
 

Detailed Description

Boundaries class interface definition.

Author
Juergen Knoedlseder

Definition in file GBounds.hpp.

Function Documentation

◆ operator!=()

bool operator!= ( const GBounds & a,
const GBounds & b )
inline

Boundaries inequality operator friend.

Parameters
[in]aFirst boundaries.
[in]bSecond boundaries.
Returns
True if both boundaries are different.

Definition at line 205 of file GBounds.hpp.