|
GammaLib 2.2.0.dev
|
Sky regions container class definition. More...
#include "GBase.hpp"#include "GTools.hpp"#include "GSkyDir.hpp"#include "GSkyRegion.hpp"#include "GSkyRegionCircle.hpp"#include "GSkyRegionRectangle.hpp"#include "GSkyRegions.hpp"Go to the source code of this file.
Macros | |
| #define | G_ACCESS "GSkyRegions::operator[](std::string&)" |
| #define | G_AT "GSkyRegions::at(int&)" |
| #define | G_SET1 "GSkyRegions::set(int&, GSkyRegion&)" |
| #define | G_SET2 "GSkyRegions::set(std::string&, GSkyRegion&)" |
| #define | G_APPEND "GSkyRegions::append(GSkyRegion&)" |
| #define | G_INSERT1 "GSkyRegions::insert(int&, GSkyRegion&)" |
| #define | G_INSERT2 "GSkyRegions::insert(std::string&, GSkyRegion&)" |
| #define | G_REMOVE1 "GSkyRegions::remove(int&)" |
| #define | G_REMOVE2 "GSkyRegions::remove(std::string&)" |
| #define | G_EXTEND "GSkyRegions::extend(GSkyRegions&)" |
| #define | G_LOAD "GSkyRegions::load(GFilename&)" |
| #define | G_SAVE "GSkyRegions::save(GFilename&)" |
Sky regions container class definition.
Definition in file GSkyRegions.cpp.
| #define G_ACCESS "GSkyRegions::operator[](std::string&)" |
Definition at line 41 of file GSkyRegions.cpp.
| #define G_APPEND "GSkyRegions::append(GSkyRegion&)" |
Definition at line 45 of file GSkyRegions.cpp.
| #define G_AT "GSkyRegions::at(int&)" |
Definition at line 42 of file GSkyRegions.cpp.
| #define G_EXTEND "GSkyRegions::extend(GSkyRegions&)" |
Definition at line 50 of file GSkyRegions.cpp.
| #define G_INSERT1 "GSkyRegions::insert(int&, GSkyRegion&)" |
Definition at line 46 of file GSkyRegions.cpp.
| #define G_INSERT2 "GSkyRegions::insert(std::string&, GSkyRegion&)" |
Definition at line 47 of file GSkyRegions.cpp.
| #define G_LOAD "GSkyRegions::load(GFilename&)" |
Definition at line 51 of file GSkyRegions.cpp.
| #define G_REMOVE1 "GSkyRegions::remove(int&)" |
Definition at line 48 of file GSkyRegions.cpp.
| #define G_REMOVE2 "GSkyRegions::remove(std::string&)" |
Definition at line 49 of file GSkyRegions.cpp.
| #define G_SAVE "GSkyRegions::save(GFilename&)" |
Definition at line 52 of file GSkyRegions.cpp.
| #define G_SET1 "GSkyRegions::set(int&, GSkyRegion&)" |
Definition at line 43 of file GSkyRegions.cpp.
| #define G_SET2 "GSkyRegions::set(std::string&, GSkyRegion&)" |
Definition at line 44 of file GSkyRegions.cpp.