GammaLib  2.1.0.dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
GSkyPixel.hpp File Reference

Sky map pixel class definition. More...

#include <string>
#include "GBase.hpp"

Go to the source code of this file.

Classes

class  GSkyPixel
 Sky map pixel class. More...
 

Functions

bool operator== (const GSkyPixel &a, const GSkyPixel &b)
 Equality operator. More...
 
bool operator!= (const GSkyPixel &a, const GSkyPixel &b)
 Inqquality operator. More...
 

Detailed Description

Sky map pixel class definition.

Sky map pixel class implementation.

Author
Juergen Knoedlseder

Definition in file GSkyPixel.hpp.

Function Documentation

bool operator!= ( const GSkyPixel a,
const GSkyPixel b 
)
inline

Inqquality operator.

Parameters
[in]aFirst sky pixel.
[in]bSecond sky pixel.
Returns
True if first and second sky pixels are different.

Definition at line 314 of file GSkyPixel.hpp.

References GSkyPixel::m_size, GSkyPixel::m_x, and GSkyPixel::m_y.

bool operator== ( const GSkyPixel a,
const GSkyPixel b 
)
inline

Equality operator.

Parameters
[in]aFirst sky pixel.
[in]bSecond sky pixel.
Returns
True if first and second sky pixels are identical.

Definition at line 300 of file GSkyPixel.hpp.

References GSkyPixel::m_size, GSkyPixel::m_x, and GSkyPixel::m_y.