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

Point source spatial model class implementation. More...

#include "GException.hpp"
#include "GTools.hpp"
#include "GMath.hpp"
#include "GModelSpatialPointSource.hpp"
#include "GModelSpatialRegistry.hpp"

Go to the source code of this file.

Macros

#define G_CONSTRUCTOR1
 
#define G_CONSTRUCTOR2
 
#define G_READ   "GModelSpatialPointSource::read(GXmlElement&)"
 
#define G_WRITE   "GModelSpatialPointSource::write(GXmlElement&)"
 

Variables

const double tolerance = 0.000027777778
 
const GModelSpatialPointSource g_spatial_ptsrc_seed
 

Detailed Description

Point source spatial model class implementation.

Author
Juergen Knoedlseder

Definition in file GModelSpatialPointSource.cpp.

Macro Definition Documentation

#define G_CONSTRUCTOR1
Value:
"GModelSpatialPointSource::GModelSpatialPointSource("\
"GSkyDir&, std::string&)"

Definition at line 50 of file GModelSpatialPointSource.cpp.

Referenced by GModelSpatialPointSource::GModelSpatialPointSource().

#define G_CONSTRUCTOR2
Value:
"GModelSpatialPointSource::GModelSpatialPointSource("\
"double&, double&, std::string&)"

Definition at line 52 of file GModelSpatialPointSource.cpp.

Referenced by GModelSpatialPointSource::GModelSpatialPointSource().

#define G_READ   "GModelSpatialPointSource::read(GXmlElement&)"

Definition at line 54 of file GModelSpatialPointSource.cpp.

Referenced by GModelSpatialPointSource::read().

#define G_WRITE   "GModelSpatialPointSource::write(GXmlElement&)"

Definition at line 55 of file GModelSpatialPointSource.cpp.

Referenced by GModelSpatialPointSource::write().

Variable Documentation

const GModelSpatialRegistry g_spatial_ptsrc_registry & g_spatial_ptsrc_seed

Definition at line 42 of file GModelSpatialPointSource.cpp.

const double tolerance = 0.000027777778

Definition at line 38 of file GModelSpatialPointSource.cpp.

Referenced by GModelSpatialPointSource::eval().