GammaLib
2.0.0
|
#include "GTools.hpp"
#include "GSkyRegionCircle.hpp"
#include "GSkyRegionRectangle.hpp"
#include "GSkyRegionMap.hpp"
Go to the source code of this file.
Macros | |
#define | G_WIDTH "GSkyRegionRectangle::width(double&)" |
#define | G_HEIGHT "GSkyRegionRectangle::height(double&)" |
#define | G_READ "GSkyRegionRectangle::read(std::string&)" |
#define | G_CONTAINS "GSkyRegionRectangle::contains(GSkyRegion&)" |
#define | G_OVERLAPS "GSkyRegionRectangle::overlaps(GSkyRegion&)" |
#define | G_CORNER "GSkyRegionRectangle::corner(int&)" |
#define G_CONTAINS "GSkyRegionRectangle::contains(GSkyRegion&)" |
Definition at line 40 of file GSkyRegionRectangle.cpp.
Referenced by GSkyRegionRectangle::contains(), and GSkyRegionRectangle::overlaps().
#define G_CORNER "GSkyRegionRectangle::corner(int&)" |
Definition at line 42 of file GSkyRegionRectangle.cpp.
Referenced by GSkyRegionRectangle::corner().
#define G_HEIGHT "GSkyRegionRectangle::height(double&)" |
Definition at line 38 of file GSkyRegionRectangle.cpp.
Referenced by GSkyRegionRectangle::height().
#define G_OVERLAPS "GSkyRegionRectangle::overlaps(GSkyRegion&)" |
Definition at line 41 of file GSkyRegionRectangle.cpp.
#define G_READ "GSkyRegionRectangle::read(std::string&)" |
Definition at line 39 of file GSkyRegionRectangle.cpp.
Referenced by GSkyRegionRectangle::read().
#define G_WIDTH "GSkyRegionRectangle::width(double&)" |
Definition at line 37 of file GSkyRegionRectangle.cpp.
Referenced by GSkyRegionRectangle::width().